Heading Class
Represents heading.
Inheritance Hierarchy

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class Heading : TextFragment

The Heading type exposes the following members.

Constructors
  NameDescription
Public methodHeading
Initializes a new instance of the Cell class.
Properties
  NameDescription
Public propertyBaselinePosition
Gets text position for text, represented with TextFragment object. The YIndent of the Position structure represents baseline coordinate of the text fragment.
(Inherited from TextFragment.)
Public propertyDestinationPage
Gets the destination page.
Public propertyEndNote
Gets or sets the paragraph end note.(for pdf generation only)
(Inherited from TextFragment.)
Public propertyFootNote
Gets or sets the paragraph foot note.(for pdf generation only)
(Inherited from TextFragment.)
Public propertyForm
Gets form object that contains the TextFragment
(Inherited from TextFragment.)
Public propertyHorizontalAlignment
Gets or sets a horizontal alignment of text fragment.
(Inherited from TextFragment.)
Public propertyHyperlink
Sets the fragment hyperlink
(Inherited from TextFragment.)
Public propertyIsAutoSequence
Gets the heading should be numered automatically.
Public propertyIsFirstParagraphInColumn
Gets or sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation)
(Inherited from BaseParagraph.)
Public propertyIsInLineParagraph
Gets or sets a paragraph is inline. Default is false.(for pdf generation)
(Inherited from BaseParagraph.)
Public propertyIsInList
Gets the heading should be in toc list.
Public propertyIsInNewPage
Gets or sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation)
(Inherited from BaseParagraph.)
Public propertyIsKeptWithNext
Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation)
(Inherited from BaseParagraph.)
Public propertyLevel
Gets the level.
Public propertyMargin
Gets or sets a outer margin for paragraph (for pdf generation)
(Inherited from BaseParagraph.)
Public propertyPage
Gets page that contains the TextFragment
(Inherited from TextFragment.)
Public propertyCode examplePosition
Gets or sets text position for text, represented with TextFragment object.
(Inherited from TextFragment.)
Public propertyRectangle
Gets rectangle of the TextFragment
(Inherited from TextFragment.)
Public propertyCode exampleSegments
Gets text segments for current TextFragment.
(Inherited from TextFragment.)
Public propertyStartNumber
Gets the heading start number.
Public propertyStyle
Gets or sets style.
Public propertyCode exampleText
Gets or sets String text object that the TextFragment object represents.
(Inherited from TextFragment.)
Public propertyCode exampleTextState
Gets or sets text state for the text that TextFragment object represents.
(Inherited from TextFragment.)
Public propertyTocPage
Gets the page that contains this heading.
Public propertyTop
Gets the top Y of this headings.
Public propertyUserLabel
Gets or sets user label.
Public propertyVerticalAlignment
Gets or sets a vertical alignment of text fragment.
(Inherited from TextFragment.)
Public propertyWrapLinesCount
Gets or sets wrap lines count for this paragraph(for pdf generation only)
(Inherited from TextFragment.)
Public propertyZIndex
Gets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page.
(Inherited from BaseParagraph.)
Methods
See Also