public class PDOutlineItem extends PDOutlineNode
| Modifier and Type | Class and Description |
|---|---|
static class |
PDOutlineItem.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
DK_A |
static COSName |
DK_C |
static COSName |
DK_Dest |
static COSName |
DK_F |
static COSName |
DK_Next |
static COSName |
DK_Parent |
static COSName |
DK_Prev |
static COSName |
DK_SE |
static COSName |
DK_Title |
static PDOutlineItem.MetaClass |
META
The meta class instance
|
DK_Count, DK_First, DK_LastDK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
int |
basicGetFlags()
The flags as integer value.
|
void |
basicSetFlags(int value)
Assign the flags from an integer value.
|
COSArray |
cosGetColor()
The color values to be used for this.
|
PDAction |
getAction()
The
PDAction executed when the outline item is activated. |
PDDestination |
getDestination()
The
PDDestination to be displayed when the outline item is
activated. |
OutlineItemFlags |
getFlags()
The
OutlineItemFlags. |
PDOutlineItem |
getNext()
The next
PDOutlineItem within the items linked list. |
PDOutlineNode |
getParent()
The parent item.
|
PDOutlineItem |
getPrev()
The previous
PDOutlineItem within the items linked list. |
String |
getTitle()
The title to be displayed for this.
|
void |
setAction(PDAction action)
Assign the
PDAction to be executed when the outline is activated. |
void |
setDestination(PDDestination destination)
Assign the
PDDestination to be displayed when the outline is
activated. |
void |
setTitle(String title)
Assign the outline title
|
addItem, collapse, expand, getChildren, getCount, getFirst, getLast, isOutline, removeItemcosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toStringchanged, 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, setFieldStringpublic static final COSName DK_A
public static final COSName DK_C
public static final COSName DK_Dest
public static final COSName DK_F
public static final COSName DK_Next
public static final COSName DK_Parent
public static final COSName DK_Prev
public static final COSName DK_SE
public static final COSName DK_Title
public static final PDOutlineItem.MetaClass META
public int basicGetFlags()
public void basicSetFlags(int value)
value - The new flagspublic COSArray cosGetColor()
public PDAction getAction()
PDAction executed when the outline item is activated.PDAction executed when the outline item is activated.public PDDestination getDestination()
PDDestination to be displayed when the outline item is
activated.PDDestination to be displayed when the outline item
is activated.public OutlineItemFlags getFlags()
OutlineItemFlags.OutlineItemFlags.public PDOutlineItem getNext()
PDOutlineItem within the items linked list.PDOutlineItem within the items linked list.public PDOutlineNode getParent()
public PDOutlineItem getPrev()
PDOutlineItem within the items linked list.PDOutlineItem within the items linked list.public String getTitle()
public void setAction(PDAction action)
PDAction to be executed when the outline is activated.action - The PDAction to be executed.public void setDestination(PDDestination destination)
PDDestination to be displayed when the outline is
activated.destination - The PDDestination to be displayed.public void setTitle(String title)
title - The new outline title.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.