The XhtmlParagraph type exposes the following members.

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.)

See Also