|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.cete.dynamicpdf.Outline
See the Outlines and Bookmarks topic for more on Outlines.
View Example
| Method Summary | |
RgbColor |
getColor()
Gets the color of the outline. |
boolean |
getIsExpanded()
Gets a value specifying if the outline is expanded. |
OutlineList |
getOutlines()
Gets a collection or child outlines. |
OutlineList |
getParent()
Gets the parent of the outline. |
TextStyle |
getStyle()
Gets the style of the outline. |
java.lang.String |
getText()
Gets the text of the outline. |
void |
setColor(RgbColor value)
Sets the color of the outline. |
void |
setIsExpanded(boolean value)
Sets a value specifying if the outline is expanded. |
void |
setStyle(TextStyle value)
Sets the style of the outline. |
void |
setText(java.lang.String value)
Sets the text of the outline. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void setText(java.lang.String value)
outline.
public java.lang.String getText()
outline.
public void setStyle(TextStyle value)
outline.
public TextStyle getStyle()
outline.
public void setColor(RgbColor value)
outline.
public RgbColor getColor()
outline.
public OutlineList getParent()
outline.
public OutlineList getOutlines()
public void setIsExpanded(boolean value)
public boolean getIsExpanded()
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||