Aspose::Pdf::Heading class

Heading class

Represents heading.

class Heading : public Aspose::Pdf::Text::TextFragment

Methods

MethodDescription
Clone() overrideClone the heading.
CloneWithSegments() overrideClone the heading with all segments.
get_DestinationPage() constGets the destination page.
get_IsAutoSequence() constGets the heading should be numered automatically.
get_IsInList() constGets the heading should be in toc list.
get_Level() constGets the level.
get_StartNumber() constGets the heading start number.
get_Style() constGets style.
get_TocPage() constGets the page that contains this heading.
get_Top() constGets the top Y of this headings.
get_UserLabel() constGets user label.
Heading(int32_t)Initializes a new instance of the Cell class.
set_DestinationPage(System::SharedPtr<Aspose::Pdf::Page>)Gets the destination page.
set_IsAutoSequence(bool)Gets the heading should be numered automatically.
set_IsInList(bool)Gets the heading should be in toc list.
set_Level(int32_t)Gets the level.
set_StartNumber(int32_t)Gets the heading start number.
set_Style(NumberingStyle)Sets style.
set_TocPage(System::SharedPtr<Aspose::Pdf::Page>)Gets the page that contains this heading.
set_Top(double)Gets the top Y of this headings.
set_UserLabel(System::SharedPtr<Text::TextSegment>)Sets user label.

See Also