Aspose::Pdf::LevelFormat class

LevelFormat class

Represents format of the table of contents.

class LevelFormat : public System::Object

Methods

MethodDescription
get_LineDash() constGets TOC line dash.
get_Margin() constGets a list level margin.
get_SubsequentLinesIndent() constGets a subsequent lines indent.
get_TextState() constGets 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