|
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
public class Outline
See the Outlines and Bookmarks topic for more on Outlines.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
protected |
Outline(boolean expanded,
TextStyle style,
Action action)
Initializes a new instance of the Outline class. |
Method Summary | |
---|---|
OutlineList |
getChildOutlines()
Gets a collection or child outlines. |
RgbColor |
getColor()
Gets the color of the outline . |
boolean |
getIsExpanded()
Gets a value specifying if the outline is expanded. |
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 . |
protected void |
init(OutlineList parentOutline,
int index)
|
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 |
Constructor Detail |
---|
protected Outline(boolean expanded, TextStyle style, Action action)
Outline
class.
expanded
- Specifies if the outline will be expanded.style
- Style of the outline.action
- Action of the outline.Method Detail |
---|
public void setText(java.lang.String value)
outline
.
value
- the text of the outline
.public java.lang.String getText()
outline
.
outline
.public void setStyle(TextStyle value)
outline
.
value
- the style of the outline
.public TextStyle getStyle()
outline
.
outline
.public void setColor(RgbColor value)
outline
.
value
- the color of the outline
.public RgbColor getColor()
outline
.
outline
.public OutlineList getParent()
outline
.
outline
.public OutlineList getChildOutlines()
public void setIsExpanded(boolean value)
value
- a value specifying if the outline is expanded.public boolean getIsExpanded()
protected void init(OutlineList parentOutline, int index)
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |