Class rtf

Description

Located in /includes/rtfclass.php (line 77)


	
			
Variable Summary
 mixed $cfirst
 mixed $cw
 mixed $cword
 mixed $err
 mixed $flags
 mixed $len
 mixed $out
 mixed $outstyles
 mixed $queue
 mixed $rtf
 mixed $stack
 mixed $styles
 mixed $wantHTML
 mixed $wantXML
Method Summary
 rtf rtf ( $data)
 void checkHtmlSpanContent ( $command)
 void flushBottom ()
 void flushComment ( $comment)
 void flushControl ()
 void flushErrors ()
 void flushGroup ( $state)
 void flushHead ()
 void flushQueue ()
 void flushSpecial ( $special)
 void makeStyles ()
 void output ( $typ)
 void parse ()
 void parseControl ( $control,  $parameter)
 void parserInit ()
Variables
mixed $cfirst (line 94)
mixed $charset_table = array("0" => "ANSI",
"1" => "Default",
"2" => "Symbol",
"77" => "Mac",
"128" => "Shift Jis",
"129" => "Hangul",
"130" => "Johab",
"134" => "GB2312",
"136" => "Big5",
"161" => "Greek",
"162" => "Turkish",
"163" => "Vietnamese",
"177" => "Hebrew",
"178" => "Arabic",
"179" => "Arabic Traditional",
"180" => "Arabic user",
"181" => "Hebrew user",
"186" => "Baltic",
"204" => "Russion",
"222" => "Thai",
"238" => "Eastern European",
"255" => "PC 437",
"255" => "OEM"
)
(line 121)
mixed $control_exception = array("clFitText",
"clftsWidth(-?[0-9]+)?",
"clNoWrap(-?[0-9]+)?",
"clwWidth(-?[0-9]+)?",
"tdfrmtxtBottom(-?[0-9]+)?",
"tdfrmtxtLeft(-?[0-9]+)?",
"tdfrmtxtRight(-?[0-9]+)?",
"tdfrmtxtTop(-?[0-9]+)?",
"trftsWidthA(-?[0-9]+)?",
"trftsWidthB(-?[0-9]+)?",
"trftsWidth(-?[0-9]+)?",
"trwWithA(-?[0-9]+)?",
"trwWithB(-?[0-9]+)?",
"trwWith(-?[0-9]+)?",
"spectspecifygen(-?[0-9]+)?"
)
(line 104)
mixed $cw (line 93)
mixed $cword (line 92)
mixed $err = array() (line 80)
mixed $flags = array() (line 96)
mixed $fontmodifier_table = array("bold" => "b",
"italic" => "i",
"underlined" => "u",
"strikethru" => "strike"
)
(line 147)
mixed $len (line 79)
mixed $out (line 86)
mixed $outstyles (line 87)
mixed $queue (line 98)
mixed $rtf (line 78)
mixed $stack = array() (line 100)
mixed $styles (line 88)
mixed $wantHTML (line 83)
mixed $wantXML (line 82)
Methods
Constructor rtf (line 159)
rtf rtf ( $data)
  • $data
checkHtmlSpanContent (line 395)
void checkHtmlSpanContent ( $command)
  • $command
flushBottom (line 388)
void flushBottom ()
flushComment (line 342)
void flushComment ( $comment)
  • $comment
flushControl (line 324)
void flushControl ()
flushErrors (line 563)
void flushErrors ()
flushGroup (line 353)
void flushGroup ( $state)
  • $state
flushHead (line 381)
void flushHead ()
flushQueue (line 412)
void flushQueue ()
flushSpecial (line 474)
void flushSpecial ( $special)
  • $special
makeStyles (line 576)
void makeStyles ()
output (line 193)
void output ( $typ)
  • $typ
parse (line 596)
void parse ()
parseControl (line 204)
void parseControl ( $control,  $parameter)
  • $control
  • $parameter
parserInit (line 180)
void parserInit ()

Documentation generated on Thu, 22 Jan 2009 09:17:48 +0100 by phpDocumentor 1.4.2