Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Protected Attributes | |
$_outlineDictionary | |
$_originalChildOutlines = array() | |
![]() | |
$_open = false | |
Additional Inherited Members | |
![]() | |
static | create ($param1, $param2=null) |
![]() | |
$childOutlines = array() | |
Definition at line 45 of file Loaded.php.
__construct | ( | Zend_Pdf_Element | $dictionary, |
SplObjectStorage | $processedDictionaries = null |
||
) |
Create PDF outline object using specified dictionary
Definition at line 311 of file Loaded.php.
dump | ( | $level = 0 | ) |
dumpOutline | ( | Zend_Pdf_ElementFactory_Interface | $factory, |
$updateNavigation, | |||
Zend_Pdf_Element | $parent, | ||
Zend_Pdf_Element | $prev = null , |
||
SplObjectStorage | $processedOutlines = null |
||
) |
Dump Outline and its child outlines into PDF structures
Returns dictionary indirect object or reference
Definition at line 372 of file Loaded.php.
getColor | ( | ) |
Get outline text color.
Definition at line 190 of file Loaded.php.
getTarget | ( | ) |
Get outline target.
Zend_Pdf_Exception |
Definition at line 232 of file Loaded.php.
getTitle | ( | ) |
Get outline title.
Zend_Pdf_Exception |
Definition at line 67 of file Loaded.php.
isBold | ( | ) |
Returns true if outline item is displayed in bold
Definition at line 154 of file Loaded.php.
isItalic | ( | ) |
Returns true if outline item is displayed in italic
Definition at line 119 of file Loaded.php.
setColor | ( | Zend_Pdf_Color_Rgb | $color | ) |
Set outline text color. (null means default color which is black)
Zend_Pdf_Color_Rgb | $color |
Definition at line 209 of file Loaded.php.
setIsBold | ( | $isBold | ) |
Sets 'isBold' outline flag
boolean | $isBold |
Definition at line 168 of file Loaded.php.
setIsItalic | ( | $isItalic | ) |
Sets 'isItalic' outline flag
boolean | $isItalic |
Definition at line 133 of file Loaded.php.
setIsOpen | ( | $isOpen | ) |
Sets 'isOpen' outline flag
boolean | $isOpen |
Definition at line 95 of file Loaded.php.
setOptions | ( | array | $options | ) |
Set outline options
array | $options |
Zend_Pdf_Exception |
Definition at line 291 of file Loaded.php.
setTarget | ( | $target = null | ) |
Set outline target. Null means no target
Zend_Pdf_Target | string | $target |
Zend_Pdf_Exception |
Definition at line 258 of file Loaded.php.
setTitle | ( | $title | ) |
Set outline title
string | $title |
Definition at line 82 of file Loaded.php.
|
protected |
Definition at line 59 of file Loaded.php.
|
protected |
Definition at line 52 of file Loaded.php.