The Heading type exposes the following members.

Properties

  NameDescription
Public propertyActions
The actions that will be executed when the paragraph is clicked.
(Inherited from Paragraph.)
Public propertyBookmark
Get or set the bookmark text.
(Inherited from BookmarkParagraph.)
Public propertyBorder
Get or set the border around this content element. Default is null, meaning that there is no border.
(Inherited from Bordered.)
Public propertyCaption
This attribute can be referenced using the #c field.
(Inherited from Paragraph.)
Public propertyDoNotBreak
Get or set if a paragraph may be broken on page edges.
(Inherited from Paragraph.)
Public propertyFirstLineIndentation
Get or set the amount of extra LeftIndentation applied to the first line only.
(Inherited from TextParagraph.)
Public propertyFlowDirection
Get or set the flow direction of text elements (fragments).
(Inherited from TextParagraph.)
Public propertyFragments
Collection of fragment objects.
(Inherited from TextParagraph.)
Public propertyHangIndentation
Get or set the amount of extra LeftIndentation applied to all but the first line.
(Inherited from TextParagraph.)
Public propertyHorizontalAlignment
Get or set the horizontal alignment of the paragraph.
(Inherited from Paragraph.)
Public propertyID
Get or set the ID for referencing the paragraph.
(Inherited from Paragraph.)
Public propertyJustified
Get or set if the text is justified.
(Inherited from TextParagraph.)
Public propertyKeepWithNext
Get or set if the next paragraph needs start on the same page.
(Inherited from Paragraph.)
Public propertyLabel
Get or set the label for this paragraph.
(Inherited from Paragraph.)
Public propertyLeftIndentation
Get or set the left side indent for this paragraph.
(Inherited from Paragraph.)
Public propertyLevel
0-based outline level of this heading. E.g. 0 may be the outline level of a chapter.
(Inherited from NumberedItem.)
Public propertyLineSpacing
Get or set the extra amount of white space between lines.
(Inherited from TextParagraph.)
Public propertyMargin
Get or set the margin of a border.
(Inherited from Bordered.)
Public propertyNote
Get or set the note to be inserted.
(Inherited from Paragraph.)
Public propertyNumberAlignment
Get or set horizontally alignment of the number part of this item.
(Inherited from NumberedItem.)
Public propertyNumberFragments
Get the content of the number part of this item.
(Inherited from NumberedItem.)
Public propertyNumberLeftIndentation
Get or set the left indentation of the number part.
(Inherited from NumberedItem.)
Public propertyNumberRightIndentation
Get or set the right indentation of the number part
(Inherited from NumberedItem.)
Public propertyPadding
Get or set the padding of a border.
(Inherited from Bordered.)
Public propertyRestartNumbering
Get or set if the numbering at this level is restarted.
(Inherited from NumberedItem.)
Public propertyRestartNumberingAt
Gets or sets the number to start the numbered item range with.
(Inherited from NumberedItem.)
Public propertyRightIndentation
Get or set the right side indent for this paragraph.
(Inherited from Paragraph.)
Public propertySpacingAfter
Get or set the number of added user space units below the rendered paragraph.
(Inherited from Paragraph.)
Public propertySpacingBefore
Get or set the number of added user space units above the rendered paragraph.
(Inherited from Paragraph.)
Public propertyStartOnNewColumn
Get or set if the paragraph needs to start on a new column.
(Inherited from Paragraph.)
Public propertyStartOnNewPage
Get or set if the paragraph needs to start on a new page.
(Inherited from Paragraph.)
Public propertyTabStops
Allows you to define points to jump to when a tab character is encountered.
(Inherited from TextParagraph.)

See Also