The XhtmlParagraph type exposes the following members.

Constructors

  NameDescription
Public methodXhtmlParagraph()()()()
Create a new empty HtmlParagraph.
Public methodXhtmlParagraph(Stream)
Create a new XhtmlParagraph from an existing XHTML document.
Public methodXhtmlParagraph(String)
Create a new HtmlParagraph from a string containing HTML.
Public methodXhtmlParagraph(String, Stream)
Create a new HtmlParagraph from an existing HTML document.
Public methodXhtmlParagraph(String, String)
Create a new HtmlParagraph from a string containing HTML.
Public methodXhtmlParagraph(String, CssStyleSheet)
Create a new HtmlParagraph from a string, using the stylesheet.

Methods

  NameDescription
Public methodAdd
Add an existing paragraph.
(Inherited from ParagraphCollection.)
Public methodAddRange(array<Paragraph>[]()[][])
Adds the elements of an array of paragraphs to the end of this collection.
(Inherited from ParagraphCollection.)
Public methodAddRange(ParagraphCollection)
Adds the elements of a ParagraphCollection to the end of this collection.
(Inherited from ParagraphCollection.)
Public methodClear
Removes all paragraphs from this collection.
(Inherited from ParagraphCollection.)
Public methodClone
Clones a ParagraphCollection.
(Inherited from ParagraphCollection.)
Protected methodCompose
Implement this method in a derived class to generate content dynamically.
(Inherited from Paragraph.)
Public methodContains
Determine whether an Paragraph is in the ParagraphCollection.
(Inherited from ParagraphCollection.)
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 methodGetEnumerator
Implements GetEnumerator()()()().
(Inherited from ParagraphCollection.)
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.)
Public methodIndexOf(String)
Get the index of a Paragraph with a given ID.
(Inherited from ParagraphCollection.)
Public methodIndexOf(Paragraph)
Searches for the specified Paragraph in the ParagraphCollection.
(Inherited from ParagraphCollection.)
Public methodInsert
Insert an Paragraph on a specific place in this ParagraphCollection.
(Inherited from ParagraphCollection.)
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 this object from an XmlReader.
(Overrides Object..::..Read(XmlReader).)
Public methodRemove
Removes an Paragraph from this ParagraphCollection.
(Inherited from ParagraphCollection.)
Public methodRemoveAt
Removes an Paragraph from the ParagraphCollection at the specified index.
(Inherited from ParagraphCollection.)
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 propertyBasePath
Absolute or virtual path to the folder containing loadable objects (images, CSS, ...)
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 propertyCount
Get the number of paragraphs in this collection.
(Inherited from ParagraphCollection.)
Public propertyData
Get or set the user defined data that will be passed with the PrintParagraph event.
(Inherited from ParagraphCollection.)
Public propertyDoNotBreak
Get or set if a paragraph may be broken on page edges.
(Inherited from Paragraph.)
Public propertyFontPath
Absolute or virtual path to the folder containing fonts. Leave empty to use the systems font folder.
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 propertyItem[([( Int32])])
Get or set a paragraph by 0-based index.
(Inherited from ParagraphCollection.)
Public propertyItem[([( String])])
Get or set a paragraph by it's ID.
(Inherited from ParagraphCollection.)
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 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 propertyPath
Get or set the absolute, relative or virtual path of the XHTML-document.
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 propertyStyleSheet
The StyleSheet used by the HtmlParagraph.
Public propertyText
Get or set the HTML content of this paragraph
Public propertyUseInlineImage
Whether or not this XhtmlParagraph should use inline images. (default=true).
Public propertyVerticalAlignment
Get or set the vertical alignment of this paragraphs collection.
(Inherited from ParagraphCollection.)

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 eventGetWebCredentials
Occurs when an image is loaded from a weblocation to retrieve the credentials.
Public eventPrintFirstParagraph
Occures when the first paragraph is needed.
(Inherited from ParagraphCollection.)
Public eventPrintParagraph
Occurs during generation when a new Paragraph is needed.
(Inherited from ParagraphCollection.)
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