Aspose::Pdf::LevelFormat class
LevelFormat class
Represents format of the table of contents.
class LevelFormat : public System::Object
Methods
Method | Description |
---|---|
get_LineDash() const | Gets TOC line dash. |
get_Margin() const | Gets a list level margin. |
get_SubsequentLinesIndent() const | Gets a subsequent lines indent. |
get_TextState() const | Gets a list level text state. |
LevelFormat() | |
set_LineDash(Text::TabLeaderType) | Sets TOC line dash. |
set_Margin(System::SharedPtr<MarginInfo>) | Sets a list level margin. |
set_SubsequentLinesIndent(float) | Sets a subsequent lines indent. |
set_TextState(System::SharedPtr<Aspose::Pdf::Text::TextState>) | Sets a list level text state. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++