The TextParagraph type exposes the following members.

Constructors

  NameDescription
Public methodTextParagraph
Initialize a new instance of the TextParagraph class.

Methods

  NameDescription
Public methodClone
Clones a TextParagraph.
(Overrides Paragraph..::..Clone()()()().)
Protected methodCompose
Implement this method in a derived class to generate content dynamically.
(Inherited from Paragraph.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead(String)
Read from XML file.
(Inherited from Object.)
Public methodRead(XmlElement)
Read from XML element.
(Inherited from Object.)
Public methodRead(XmlReader)
Read from XML reader.
(Inherited from Object.)
Public methodReplace
For internal use only
(Inherited from Paragraph.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyActions
The actions that will be executed when the paragraph is clicked.
(Inherited from Paragraph.)
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.
Public propertyFlowDirection
Get or set the flow direction of text elements (fragments).
Public propertyFragments
Collection of fragment objects.
Public propertyHangIndentation
Get or set the amount of extra LeftIndentation applied to all but the first line.
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.
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 propertyLineSpacing
Get or set the extra amount of white space between lines.
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 propertyPadding
Get or set the padding of a border.
(Inherited from Bordered.)
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.

Events

  NameDescription
Public eventBreakParagraph
Occurs when a paragraph is broken across pages.
(Inherited from Paragraph.)
Public eventContinueParagraph
Occurs when a paragraph continues.
(Inherited from Paragraph.)
Public eventEndParagraph
Occurs when a paragraph ends.
(Inherited from Paragraph.)
Public eventLineBreak
Will be fired when a word has to be broken on a line end.
Public eventRollbackParagraph
Occurs when a paragraph is rolled back due to a text flow constraint.
(Inherited from Paragraph.)
Public eventTransformParagraph
Occurs when a paragraph is transformed e.g. due to vertical alignment.
(Inherited from Paragraph.)

See Also