Pdf/Outline/Loaded.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Pdf  
Subpackage
Actions  
Version
$Id$  

\Zend_Pdf_Outline_Loaded

Package: Zend_Pdf\Outlines
Traceable PDF outline representation class
Instances of this class trace object update uperations. That allows to avoid outlines PDF tree update which should be performed at each document update otherwise.
Parent(s)
\Zend_Pdf_Outline
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedarray $_originalChildOutlines = array()
original array of child outlines
Default valuearray()Details
Type
array
>VPropertyprotected\Zend_Pdf_Element_Dictionary|\Zend_Pdf_Element_Object|\Zend_Pdf_Element_Reference $_outlineDictionary
Outline dictionary object

Methods

methodpublicdump( $level = 0) : void

Parameters
NameTypeDescription
$level
methodpublicgetColor() : \Zend_Pdf_Color_Rgb

Get outline text color.

Returns
TypeDescription
\Zend_Pdf_Color_Rgb
methodpublicgetTarget() : \Zend_Pdf_Target

Get outline target.

Returns
TypeDescription
\Zend_Pdf_Target
Throws
ExceptionDescription
\Zend_Pdf_Exception
methodpublicgetTitle() : string

Get outline title.

Returns
TypeDescription
string
Throws
ExceptionDescription
\Zend_Pdf_Exception
methodpublicisBold() : boolean

Returns true if outline item is displayed in bold

Returns
TypeDescription
boolean
methodpublicisItalic() : boolean

Returns true if outline item is displayed in italic

Returns
TypeDescription
boolean
methodpublicsetColor(\Zend_Pdf_Color_Rgb $color) : \Zend_Pdf_Outline

Set outline text color.

(null means default color which is black)
Parameters
NameTypeDescription
$color\Zend_Pdf_Color_Rgb
Returns
TypeDescription
\Zend_Pdf_Outline
methodpublicsetIsBold(boolean $isBold) : \Zend_Pdf_Outline

Sets 'isBold' outline flag

Parameters
NameTypeDescription
$isBoldboolean
Returns
TypeDescription
\Zend_Pdf_Outline
methodpublicsetIsItalic(boolean $isItalic) : \Zend_Pdf_Outline

Sets 'isItalic' outline flag

Parameters
NameTypeDescription
$isItalicboolean
Returns
TypeDescription
\Zend_Pdf_Outline
methodpublicsetIsOpen(boolean $isOpen) : \Zend_Pdf_Outline

Sets 'isOpen' outline flag

Parameters
NameTypeDescription
$isOpenboolean
Returns
TypeDescription
\Zend_Pdf_Outline
methodpublicsetOptions(array $options) : \Zend_Pdf_Actions_Traceable

Set outline options

Parameters
NameTypeDescription
$optionsarray
Returns
TypeDescription
\Zend_Pdf_Actions_Traceable
Throws
ExceptionDescription
\Zend_Pdf_Exception
methodpublicsetTarget(\Zend_Pdf_Target | string $target = null) : \Zend_Pdf_Outline

Set outline target.

Null means no target
Parameters
NameTypeDescription
$target\Zend_Pdf_Target | string
Returns
TypeDescription
\Zend_Pdf_Outline
Throws
ExceptionDescription
\Zend_Pdf_Exception
methodpublicsetTitle(string $title) : \Zend_Pdf_Outline

Set outline title

Parameters
NameTypeDescription
$titlestring
Returns
TypeDescription
\Zend_Pdf_Outline
Documentation was generated by phpDocumentor 2.2.0 .