public final class TocInfo extends Object
Constructor and Description |
---|
TocInfo() |
Modifier and Type | Method and Description |
---|---|
LevelFormat[] |
getFormatArray()
Get format array for table of contents.
|
int |
getFormatArrayLength()
Get format array length
|
TextFragment |
getTitle()
Get table of contents title.
|
void |
setFormatArray(LevelFormat[] value) |
void |
setFormatArrayLength(int value) |
void |
setTitle(TextFragment value) |
public LevelFormat[] getFormatArray()
public void setFormatArray(LevelFormat[] value)
public int getFormatArrayLength()
public void setFormatArrayLength(int value)
public TextFragment getTitle()
public void setTitle(TextFragment value)
Copyright © 2019 Aspose. All Rights Reserved.