Aspose::Pdf::Heading class
Contents
[
Hide
]Heading class
Represents heading.
class Heading : public Aspose::Pdf::Text::TextFragment
Methods
| Method | Description |
|---|---|
| Clone() override | Clone the heading. |
| CloneWithSegments() override | Clone the heading with all segments. |
| get_DestinationPage() const | Gets the destination page. |
| get_IsAutoSequence() const | Gets the heading should be numered automatically. |
| get_IsInList() const | Gets the heading should be in toc list. |
| get_Level() const | Gets the level. |
| get_StartNumber() const | Gets the heading start number. |
| get_Style() const | Gets style. |
| get_TocPage() const | Gets the page that contains this heading. |
| get_Top() const | Gets the top Y of this headings. |
| get_UserLabel() const | Gets 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
- Class TextFragment
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++