de.intarsys.pdf.pd
Class PDOutline
java.lang.Object
de.intarsys.pdf.cos.COSBasedObject
de.intarsys.pdf.pd.PDObject
de.intarsys.pdf.pd.PDOutlineNode
de.intarsys.pdf.pd.PDOutline
- All Implemented Interfaces:
- ICOSObjectListener, IAttributeSupport
public class PDOutline
- extends PDOutlineNode
The root of the document outline tree ("bookmarks").
Method Summary |
boolean |
isOutline()
true if this is the outline (root element) itself. |
Methods inherited from class de.intarsys.pdf.pd.PDObject |
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toString |
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject |
changed, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldString |
META
public static final PDOutline.MetaClass META
- The meta class instance
CN_Type_Outlines
public static final COSName CN_Type_Outlines
isOutline
public boolean isOutline()
- Description copied from class:
PDOutlineNode
true
if this is the outline (root element) itself.
- Overrides:
isOutline
in class PDOutlineNode
- Returns:
true
if this is the outline (root element) itself.
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.