|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.FormatArray
public class FormatArray
Represents a array which is used to set format for table of contents, list of figures and list of tables.
| Constructor Summary | |
|---|---|
FormatArray()
Constructor - initializes a new instance of the FormatArray class. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
clone()
|
void |
extend()
Extend the FormatArray and reserve the old content. |
int |
getLength()
Gets an int value that indicates the length of the ListLevelFormat array. |
ListLevelFormat |
getListLevelFormat(int index)
Gets the specified value in terms of index. |
void |
setLength(int value)
Sets an int value that indicates the length of the ListLevelFormat array. |
void |
setListLevelFormat(int index,
ListLevelFormat value)
Sets the specified value in terms of index. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormatArray()
FormatArray class.
| Method Detail |
|---|
public int getLength()
ListLevelFormat array. It should be equal to or greater than 1.
public void setLength(int value)
ListLevelFormat array. It should be equal to or greater than 1.
value - An int value.public ListLevelFormat getListLevelFormat(int index)
index - Index number.
ListLevelFormat object.
public void setListLevelFormat(int index,
ListLevelFormat value)
index - Index number.value - A ListLevelFormat object.protected java.lang.Object clone()
clone in class java.lang.Objectpublic void extend()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||