ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
toRichTextObject ($html) | |
Protected Member Functions | |
initialise () | |
buildTextRun () | |
rgbToColour ($rgb) | |
colourNameLookup ($rgb) | |
startFontTag ($tag) | |
endFontTag () | |
startBoldTag () | |
endBoldTag () | |
startItalicTag () | |
endItalicTag () | |
startUnderlineTag () | |
endUnderlineTag () | |
startSubscriptTag () | |
endSubscriptTag () | |
startSuperscriptTag () | |
endSuperscriptTag () | |
startStrikethruTag () | |
endStrikethruTag () | |
breakTag () | |
parseTextNode (DOMText $textNode) | |
handleCallback ($element, $callbackTag, $callbacks) | |
parseElementNode (DOMElement $element) | |
parseElements (DOMNode $element) | |
Protected Attributes | |
$face | |
$size | |
$color | |
$bold = false | |
$italic = false | |
$underline = false | |
$superscript = false | |
$subscript = false | |
$strikethrough = false | |
$startTagCallbacks | |
$endTagCallbacks | |
$stack = array() | |
$stringData = '' | |
$richTextObject | |
Static Protected Attributes | |
static | $colourMap |
|
protected |
|
protected |
Definition at line 602 of file HTML.php.
References $stringData, $text, color, size, and PHPExcel_Style_Font\UNDERLINE_SINGLE.
Referenced by parseTextNode().
|
protected |
Definition at line 646 of file HTML.php.
Referenced by startFontTag().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 731 of file HTML.php.
References array.
Referenced by parseElementNode().
|
protected |
|
protected |
Definition at line 740 of file HTML.php.
References handleCallback(), and parseElements().
Referenced by parseElements().
|
protected |
Definition at line 753 of file HTML.php.
References parseElementNode(), and parseTextNode().
Referenced by parseElementNode(), and toRichTextObject().
|
protected |
Definition at line 725 of file HTML.php.
References buildTextRun().
Referenced by parseElements().
|
protected |
Definition at line 638 of file HTML.php.
Referenced by startFontTag().
|
protected |
|
protected |
Definition at line 650 of file HTML.php.
References colourNameLookup(), and rgbToColour().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
PHPExcel_Helper_HTML::toRichTextObject | ( | $html | ) |
Definition at line 585 of file HTML.php.
References $html, $richTextObject, initialise(), and parseElements().
|
protected |
|
protected |
Definition at line 574 of file HTML.php.
Referenced by toRichTextObject().
|
protected |
|
protected |
Definition at line 572 of file HTML.php.
Referenced by buildTextRun().