[]
        
(Showing Draft Content)

C1.C1Preview.ParagraphText

ParagraphText Class

Represents a run of text, rendered using a single style, in the Content of a RenderParagraph.

Inheritance
ParagraphText
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class ParagraphText : ParagraphObject, IStyleOwner, ICloneable, IDocumentLocation

Constructors

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.

Properties

Name Description
Text

Gets or sets the text of the current ParagraphText.

Methods

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.

See Also