|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aspose.pdf.elements.HeadingInfo
Encapsulates heading info.
| Field Summary | |
static int |
LEVEL_DEPTH
|
| Constructor Summary | |
HeadingInfo()
Initialized an object of class HeadingInfo. |
|
| Method Summary | |
java.lang.String |
getHeadingCaption(int headingLevel,
int headingType,
boolean isPrefixed)
Gets the heading caption at a heading level. |
void |
resetNumber(int position)
Resets all heading number after given position. |
void |
setStartNumber(int level,
int startNumber)
Set the start number at the level. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int LEVEL_DEPTH
| Constructor Detail |
public HeadingInfo()
| Method Detail |
public void resetNumber(int position)
position - The given position.
public void setStartNumber(int level,
int startNumber)
public java.lang.String getHeadingCaption(int headingLevel,
int headingType,
boolean isPrefixed)
headingLevel - The heading level.headingType - The heading caption representation style.isPrefixed - The form of the heading caption.HeadingType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||