[]
Represents a run of text, rendered using a single style, in the Content of a RenderParagraph.
public class ParagraphText : ParagraphObject, IStyleOwner, ICloneable, IDocumentLocation
Name | Description |
---|---|
ParagraphText() | Initializes a new instance of the ParagraphText class. |
ParagraphText(string) | Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the Style. |
ParagraphText(string, Style) | Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the Style. |
ParagraphText(string, TextPositionEnum) | Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the text position. |
ParagraphText(string, Color) | Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the text color. |
ParagraphText(string, Color, TextPositionEnum) | Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the text color and position. |
ParagraphText(string, Font) | Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font. |
ParagraphText(string, Font, TextPositionEnum) | Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font and text position. |
ParagraphText(string, Font, Color) | Initializes a new instance of the ParagraphText class, assigning the Text property, and specifying the font and text color. |
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. |
Name | Description |
---|---|
Text | Gets or sets the text of the current ParagraphText. |
Name | Description |
---|---|
AssignFrom(ParagraphObject) | Assigns (copies) properties from another ParagraphObject to the current object. |
CreateSame() | Creates new empty ParagraphText object. |
GetLength() | Returns the length of this ParagraphText object. |
ResolveCalculatedValues() | For internal use. |