The ParagraphText type exposes the following members.

Constructors

  Name Description
Public method ParagraphText()()()()
Initializes a new instance of the ParagraphText class.
Public method ParagraphText(String)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the Style.
Public method ParagraphText(String, Style)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the Style.
Public method ParagraphText(String, TextPositionEnum)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the text position.
Public method ParagraphText(String, Color)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the text color.
Public method ParagraphText(String, Font)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font.
Public method ParagraphText(String, Color, TextPositionEnum)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the text color and position.
Public method ParagraphText(String, Font, TextPositionEnum)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font and text position.
Public method ParagraphText(String, Font, Color)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font and text color.
Public method ParagraphText(String, Font, Color, TextPositionEnum)
Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font, text color and position.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another ParagraphObject to the current object.
(Overrides ParagraphObject..::..AssignFrom(ParagraphObject).)
Public method Clone
Creates a copy of the current ParagraphObject object.
(Inherited from ParagraphObject.)

Properties

  Name Description
Public property Document
Gets the C1PrintDocument containing the current paragraph object.
(Inherited from ParagraphObject.)
Public property FirstFragment
Gets the first RenderParagraphFragment of all fragments produced by the containing RenderParagraph that contains the current ParagraphObject.
(Inherited from ParagraphObject.)
Public property Hyperlink
Gets or sets the C1Hyperlink associated with the current paragraph object.
(Inherited from ParagraphObject.)
Public property IndexInOwner
Gets the index of the current paragraph object in the containing ParagraphObjectCollection.
(Inherited from ParagraphObject.)
Public property LastFragment
Gets the last RenderParagraphFragment of all fragments produced by the containing RenderParagraph that contains the current ParagraphObject.
(Inherited from ParagraphObject.)
Public property Owner
Gets the ParagraphObjectCollection containing the current paragraph object.
(Inherited from ParagraphObject.)
Public property PositionInText
Gets the character 0-based position of the current paragraph object in the text of the paragraph.

Each non-text paragraph object (ParagraphImage) counts as one character.

(Inherited from ParagraphObject.)
Public property RenderParagraph
Gets the RenderParagraph containing the current paragraph object.
(Inherited from ParagraphObject.)
Public property Style
Gets the Style associated with the current paragraph object.
(Inherited from ParagraphObject.)
Public property Text
Gets or sets the text of the current ParagraphText.
Public property TextLength
Gets the length of the current paragraph object in characters. For non-text objects (ParagraphImage), this property returns 1.
(Inherited from ParagraphObject.)
Public property UserData
Gets or sets arbitrary data associated with the current paragraph object.
(Inherited from ParagraphObject.)

See Also