public final class TocInfo extends Object
Represents table of contents info.
Constructor and Description |
---|
TocInfo()
Initializes a new instance of the
TocInfo class. |
Modifier and Type | Method and Description |
---|---|
ColumnInfo |
getColumnInfo()
Gets column info.
|
LevelFormat[] |
getFormatArray()
Gets format array for table of contents.
|
int |
getFormatArrayLength()
Get format array length
|
int |
getLevelIndentation()
Get Level indentation
|
TextFragment |
getTitle()
Get table of contents title.
|
boolean |
isCountTocPages()
Gets or sets is count or passed toc pages.
|
void |
setColumnInfo(ColumnInfo value)
Sets column info.
|
void |
setCountTocPages(boolean value)
Gets or sets is count or passed toc pages.
|
void |
setFormatArray(LevelFormat[] value)
Set format array for table of contents.
|
void |
setFormatArrayLength(int value)
Set format array length
|
void |
setLevelIndentation(int value)
Set Level indentation
|
void |
setTitle(TextFragment value)
Set table of contents title.
|
public ColumnInfo getColumnInfo()
Gets column info.
public void setColumnInfo(ColumnInfo value)
Sets column info.
value
- ColumnInfo objectpublic LevelFormat[] getFormatArray()
Gets format array for table of contents.
public void setFormatArray(LevelFormat[] value)
Set format array for table of contents.
value
- array of LevelFormat valuespublic int getFormatArrayLength()
Get format array length
public void setFormatArrayLength(int value)
Set format array length
value
- int valuepublic TextFragment getTitle()
Get table of contents title.
public void setTitle(TextFragment value)
Set table of contents title.
value
- TextFragment objectpublic boolean isCountTocPages()
Gets or sets is count or passed toc pages.
public void setCountTocPages(boolean value)
Gets or sets is count or passed toc pages.
value
- boolean valuepublic void setLevelIndentation(int value)
Set Level indentation
value
- int valuepublic int getLevelIndentation()
Get Level indentation
Copyright © 2016 Aspose. All Rights Reserved.