The Paragraph type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a Paragraph.
(Overrides Bordered..::..Clone()()()().) | |
| Compose |
Implement this method in a derived class to generate content
dynamically.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| Replace |
For internal use only
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Actions |
The actions that will be executed when the paragraph is clicked.
| |
| Border |
Get or set the border around this content element.
Default is null, meaning that there is no border.
(Inherited from Bordered.) | |
| Caption |
This attribute can be referenced using the #c field.
| |
| DoNotBreak |
Get or set if a paragraph may be broken on page edges.
| |
| HorizontalAlignment |
Get or set the horizontal alignment of the paragraph.
| |
| ID |
Get or set the ID for referencing the paragraph.
| |
| KeepWithNext |
Get or set if the next paragraph needs start on the same page.
| |
| Label |
Get or set the label for this paragraph.
| |
| LeftIndentation |
Get or set the left side indent for this paragraph.
| |
| Margin |
Get or set the margin of a border.
(Inherited from Bordered.) | |
| Note |
Get or set the note to be inserted.
| |
| Padding |
Get or set the padding of a border.
(Inherited from Bordered.) | |
| RightIndentation |
Get or set the right side indent for this paragraph.
| |
| SpacingAfter |
Get or set the number of added user space units below the rendered paragraph.
| |
| SpacingBefore |
Get or set the number of added user space units above the rendered paragraph.
| |
| StartOnNewColumn |
Get or set if the paragraph needs to start on a new column.
| |
| StartOnNewPage |
Get or set if the paragraph needs to start on a new page.
|
Events
| Name | Description | |
|---|---|---|
| BreakParagraph |
Occurs when a paragraph is broken across pages.
| |
| ContinueParagraph |
Occurs when a paragraph continues.
| |
| EndParagraph |
Occurs when a paragraph ends.
| |
| RollbackParagraph |
Occurs when a paragraph is rolled back due to a text flow constraint.
| |
| TransformParagraph |
Occurs when a paragraph is transformed e.g. due to vertical alignment.
|