Java org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline PDOutlineItem fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline PDOutlineItem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline PDOutlineItem.

The text is from its open source code.

Constructor

PDOutlineItem(COSDictionary dic)
Constructor for an existing outline item.
PDOutlineItem()
Default Constructor.

Method

PDPagefindDestinationPage(PDDocument doc)
This method will attempt to find the page in this PDF document that this outline points to.
PDActiongetAction()
Get the action of this node.
PDDestinationgetDestination()
Get the page destination of this node.
PDOutlineItemgetNextSibling()
PDColorgetTextColor()
Get the RGB text color of this node.
StringgetTitle()
Get the title of this node.
booleanisBold()
A flag telling if the text should be bold.
booleanisItalic()
A flag telling if the text should be italic.
voidsetAction(PDAction action)
Set the action for this node.
voidsetBold(boolean bold)
Set the bold property of the text.
voidsetDestination(PDDestination dest)
Set the page destination for this node.
voidsetDestination(PDPage page)
A convenience method that will create an XYZ destination using only the defaults.
voidsetItalic(boolean italic)
Set the italic property of the text.
voidsetTextColor(PDColor textColor)
Set the RGB text color for this node.
voidsetTextColor(Color textColor)
Set the RGB text color for this node.
voidsetTitle(String title)
Set the title for this node.