The ParagraphCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ParagraphCollection |
Initialize a new instance of the Paragraphs collection class.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Add an existing paragraph.
| |
| AddRange(array<Paragraph>[]()[][]) |
Adds the elements of an array of paragraphs to the end of this collection.
| |
| AddRange(ParagraphCollection) |
Adds the elements of a ParagraphCollection to the end of this collection.
| |
| Clear |
Removes all paragraphs from this collection.
| |
| Clone |
Clones a ParagraphCollection.
(Overrides Paragraph..::..Clone()()()().) | |
| Compose |
Implement this method in a derived class to generate content
dynamically.
(Inherited from Paragraph.) | |
| Contains |
Determine whether an Paragraph is in the ParagraphCollection.
| |
| 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.) | |
| GetEnumerator |
Implements GetEnumerator()()()().
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf(String) |
Get the index of a Paragraph with a given ID.
| |
| IndexOf(Paragraph) |
Searches for the specified Paragraph in the ParagraphCollection.
| |
| Insert |
Insert an Paragraph on a specific place in this ParagraphCollection.
| |
| 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.) | |
| Remove |
Removes an Paragraph from this ParagraphCollection.
| |
| RemoveAt |
Removes an Paragraph from the ParagraphCollection at the specified index.
| |
| Replace |
For internal use only
(Inherited from Paragraph.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Actions |
The actions that will be executed when the paragraph is clicked.
(Inherited from Paragraph.) | |
| 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.
(Inherited from Paragraph.) | |
| Count |
Get the number of paragraphs in this collection.
| |
| Data |
Get or set the user defined data that will be passed with the PrintParagraph event.
| |
| DoNotBreak |
Get or set if a paragraph may be broken on page edges.
(Inherited from Paragraph.) | |
| HorizontalAlignment |
Get or set the horizontal alignment of the paragraph.
(Inherited from Paragraph.) | |
| ID |
Get or set the ID for referencing the paragraph.
(Inherited from Paragraph.) | |
| Item[([( Int32])]) |
Get or set a paragraph by 0-based index.
| |
| Item[([( String])]) |
Get or set a paragraph by it's ID.
| |
| KeepWithNext |
Get or set if the next paragraph needs start on the same page.
(Inherited from Paragraph.) | |
| Label |
Get or set the label for this paragraph.
(Inherited from Paragraph.) | |
| LeftIndentation |
Get or set the left side indent for this paragraph.
(Inherited from Paragraph.) | |
| Margin |
Get or set the margin of a border.
(Inherited from Bordered.) | |
| Note |
Get or set the note to be inserted.
(Inherited from Paragraph.) | |
| Padding |
Get or set the padding of a border.
(Inherited from Bordered.) | |
| RightIndentation |
Get or set the right side indent for this paragraph.
(Inherited from Paragraph.) | |
| SpacingAfter |
Get or set the number of added user space units below the rendered paragraph.
(Inherited from Paragraph.) | |
| SpacingBefore |
Get or set the number of added user space units above the rendered paragraph.
(Inherited from Paragraph.) | |
| StartOnNewColumn |
Get or set if the paragraph needs to start on a new column.
(Inherited from Paragraph.) | |
| StartOnNewPage |
Get or set if the paragraph needs to start on a new page.
(Inherited from Paragraph.) | |
| VerticalAlignment |
Get or set the vertical alignment of this paragraphs collection.
|
Events
| Name | Description | |
|---|---|---|
| BreakParagraph |
Occurs when a paragraph is broken across pages.
(Inherited from Paragraph.) | |
| ContinueParagraph |
Occurs when a paragraph continues.
(Inherited from Paragraph.) | |
| EndParagraph |
Occurs when a paragraph ends.
(Inherited from Paragraph.) | |
| PrintFirstParagraph |
Occures when the first paragraph is needed.
| |
| PrintParagraph |
Occurs during generation when a new Paragraph is needed.
| |
| RollbackParagraph |
Occurs when a paragraph is rolled back due to a text flow constraint.
(Inherited from Paragraph.) | |
| TransformParagraph |
Occurs when a paragraph is transformed e.g. due to vertical alignment.
(Inherited from Paragraph.) |