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
|
int |
getLineDash()
Gets or sets TOC line dash.
|
TextFragment |
getTitle()
Get table of contents title.
|
boolean |
isCountTocPages()
Gets is count or passed toc pages.
|
boolean |
isShowPageNumbers()
Gets or sets is show page numbers at Toc.
|
void |
setColumnInfo(ColumnInfo value)
Sets column info.
|
void |
setCountTocPages(boolean value)
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 |
setLineDash(int value)
Gets or sets TOC line dash.
|
void |
setShowPageNumbers(boolean value)
Gets or sets is show page numbers at Toc.
|
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 is count or passed toc pages.
public void setCountTocPages(boolean value)
Sets is count or passed toc pages.
value
- boolean valuepublic boolean isShowPageNumbers()
public void setShowPageNumbers(boolean value)
value
- boolean valuepublic int getLineDash()
Gets or sets TOC line dash.
public void setLineDash(int value)
Gets or sets TOC line dash.
value
- TabLeaderType elementpublic void setLevelIndentation(int value)
Set Level indentation
value
- int valuepublic int getLevelIndentation()
Get Level indentation
Copyright © 2019 Aspose. All Rights Reserved.