public interface PdfOutlineParent
| Modifier and Type | Method and Description |
|---|---|
PdfOutlineItem |
createPdfOutlineItem(java.lang.String titleText,
java.lang.String internalDestination,
java.awt.Color color,
boolean italic,
boolean bold)
Create an implementation-specific PDFOutlineItem instance that is a child
of this.
|
PdfOutlineItem createPdfOutlineItem(java.lang.String titleText, java.lang.String internalDestination, java.awt.Color color, boolean italic, boolean bold)
titleText - The text which should be displayed in the bookmarks
outline.internalDestination - The destination to which this outline item
points.color - The color in which the title text should be displayed.italic - True if the title text should be displayed in italic.bold - True if the title text should be displayed bold.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.