|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for PHPExcel_Helper_HTML: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, and PHPExcel_Style_Font\UNDERLINE_SINGLE.
Referenced by parseTextNode().
Here is the caller graph for this function:
|
protected |
Definition at line 646 of file HTML.php.
Referenced by startFontTag().
Here is the caller graph for this function:
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 731 of file HTML.php.
Referenced by parseElementNode().
Here is the caller graph for this function:
|
protected |
Definition at line 576 of file HTML.php.
Referenced by toRichTextObject().
Here is the caller graph for this function:
|
protected |
Definition at line 740 of file HTML.php.
References handleCallback(), and parseElements().
Referenced by parseElements().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 753 of file HTML.php.
References parseElementNode(), and parseTextNode().
Referenced by parseElementNode(), and toRichTextObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 725 of file HTML.php.
References buildTextRun().
Referenced by parseElements().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 638 of file HTML.php.
Referenced by startFontTag().
Here is the caller graph for this function:
|
protected |
|
protected |
Definition at line 650 of file HTML.php.
References $tag, colourNameLookup(), and rgbToColour().
Here is the call graph for this function:
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| PHPExcel_Helper_HTML::toRichTextObject | ( | $html | ) |
Definition at line 585 of file HTML.php.
References $html, $richTextObject, initialise(), and parseElements().
Here is the call graph for this function:
|
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().