The Paragraph type exposes the following members.

Properties

  NameDescription
Public propertyActions
The actions that will be executed when the paragraph is clicked.
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.
Public propertyDoNotBreak
Get or set if a paragraph may be broken on page edges.
Public propertyHorizontalAlignment
Get or set the horizontal alignment of the paragraph.
Public propertyID
Get or set the ID for referencing the paragraph.
Public propertyKeepWithNext
Get or set if the next paragraph needs start on the same page.
Public propertyLabel
Get or set the label for this paragraph.
Public propertyLeftIndentation
Get or set the left side indent for this paragraph.
Public propertyMargin
Get or set the margin of a border.
(Inherited from Bordered.)
Public propertyNote
Get or set the note to be inserted.
Public propertyPadding
Get or set the padding of a border.
(Inherited from Bordered.)
Public propertyRightIndentation
Get or set the right side indent for this paragraph.
Public propertySpacingAfter
Get or set the number of added user space units below the rendered paragraph.
Public propertySpacingBefore
Get or set the number of added user space units above the rendered paragraph.
Public propertyStartOnNewColumn
Get or set if the paragraph needs to start on a new column.
Public propertyStartOnNewPage
Get or set if the paragraph needs to start on a new page.

See Also