Zend Framework
1.12
|
Public Member Functions | |
getTitle () | |
Get outline title. | |
setTitle ($title) | |
Set outline title. | |
setIsOpen ($isOpen) | |
Sets 'isOpen' outline flag. | |
isItalic () | |
Returns true if outline item is displayed in italic. | |
setIsItalic ($isItalic) | |
Sets 'isItalic' outline flag. | |
isBold () | |
Returns true if outline item is displayed in bold. | |
setIsBold ($isBold) | |
Sets 'isBold' outline flag. | |
getColor () | |
Get outline text color. | |
setColor (Zend_Pdf_Color_Rgb $color) | |
Set outline text color. | |
getTarget () | |
Get outline target. | |
setTarget ($target=null) | |
Set outline target. | |
setOptions (array $options) | |
Set outline options. | |
__construct (Zend_Pdf_Element $dictionary, SplObjectStorage $processedDictionaries=null) | |
Create PDF outline object using specified dictionary. | |
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. | |
dump ($level=0) | |
![]() | |
getTitle () | |
Get outline title. | |
setTitle ($title) | |
Set outline title. | |
isOpen () | |
Returns true if outline item is open by default. | |
setIsOpen ($isOpen) | |
Sets 'isOpen' outline flag. | |
isItalic () | |
Returns true if outline item is displayed in italic. | |
setIsItalic ($isItalic) | |
Sets 'isItalic' outline flag. | |
isBold () | |
Returns true if outline item is displayed in bold. | |
setIsBold ($isBold) | |
Sets 'isBold' outline flag. | |
getColor () | |
Get outline text color. | |
setColor (Zend_Pdf_Color_Rgb $color) | |
Set outline text color. | |
getTarget () | |
Get outline target. | |
setTarget ($target=null) | |
Set outline target. | |
getOptions () | |
Get outline options. | |
setOptions (array $options) | |
Set outline options. | |
openOutlinesCount () | |
Returns number of the total number of open items at all levels of the outline. | |
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. | |
current () | |
Returns the child outline. | |
key () | |
Returns current iterator key. | |
next () | |
Go to next child. | |
rewind () | |
Rewind children. | |
valid () | |
Check if current position is valid. | |
getChildren () | |
Returns the child outline. | |
hasChildren () | |
Implements RecursiveIterator interface. | |
count () | |
count() | |
Protected Attributes | |
$_outlineDictionary | |
$_originalChildOutlines = array() | |
![]() | |
$_open = false | |
Additional Inherited Members | |
![]() | |
static | create ($param1, $param2=null) |
Create new Outline object. | |
![]() | |
$childOutlines = array() | |
__construct | ( | Zend_Pdf_Element | $dictionary, |
SplObjectStorage | $processedDictionaries = null |
||
) |
Create PDF outline object using specified dictionary.
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
getColor | ( | ) |
Get outline text color.
getTarget | ( | ) |
getTitle | ( | ) |
isBold | ( | ) |
Returns true if outline item is displayed in bold.
isItalic | ( | ) |
Returns true if outline item is displayed in italic.
setColor | ( | Zend_Pdf_Color_Rgb | $color | ) |
Set outline text color.
(null means default color which is black)
Zend_Pdf_Color_Rgb | $color |
setIsBold | ( | $isBold | ) |
setIsItalic | ( | $isItalic | ) |
setIsOpen | ( | $isOpen | ) |
setOptions | ( | array | $options | ) |
Set outline options.
array | $options |
Zend_Pdf_Exception |
setTarget | ( | $target = null | ) |
Set outline target.
Null means no target
Zend_Pdf_Target | string | $target |
Zend_Pdf_Exception |
setTitle | ( | $title | ) |
|
protected |
|
protected |