The ParagraphText type exposes the following members.
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, Font) |
Initializes a new instance of the ParagraphText class,
assigning the Text property,
and specifying the font.
|
|
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, 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.
|
Methods
Name | Description | |
---|---|---|
AssignFrom |
Assigns (copies) properties from another ParagraphObject to the current object.
(Overrides ParagraphObject..::..AssignFrom(ParagraphObject).) |
|
ClearCalculatedValues |
For internal use.
(Inherited from ParagraphObject.) |
|
GetCalculatedValue(Int32) |
For internal use.
(Inherited from ParagraphObject.) |
|
GetCalculatedValue(Int32, Object%) |
For internal use.
(Inherited from ParagraphObject.) |
|
GetLength |
Returns the length of this ParagraphText object.
(Overrides ParagraphObject..::..GetLength()()()().) |
|
HasCalculatedValue |
For internal use.
(Inherited from ParagraphObject.) |
|
ResolveCalculatedValues |
For internal use.
(Overrides ParagraphObject..::..ResolveCalculatedValues()()()().) |
|
SetCalculatedValue |
For internal use.
(Inherited from ParagraphObject.) |
|
ShouldSerializeStyle |
Indicates whether the Style property should be serialized.
(Inherited from ParagraphObject.) |
Properties
Name | Description | |
---|---|---|
Document |
Gets the C1PrintDocument containing
the current paragraph object.
(Inherited from ParagraphObject.) |
|
FirstFragment |
Gets the first RenderParagraphFragment of all fragments
produced by the containing RenderParagraph that contains
the current ParagraphObject.
(Inherited from ParagraphObject.) |
|
Hyperlink |
Gets or sets the C1Hyperlink associated with the current paragraph object.
(Inherited from ParagraphObject.) |
|
IndexInOwner |
Gets the index of the current paragraph object
in the containing ParagraphObjectCollection.
(Inherited from ParagraphObject.) |
|
LastFragment |
Gets the last RenderParagraphFragment of all fragments
produced by the containing RenderParagraph that contains
the current ParagraphObject.
(Inherited from ParagraphObject.) |
|
PositionInText |
Gets the character 0-based position of the current paragraph object
in the text of the paragraph.
(Inherited from ParagraphObject.)Each non-text paragraph object (ParagraphImage) counts as one character. |
|
RenderParagraph |
Gets the RenderParagraph containing
the current paragraph object.
(Inherited from ParagraphObject.) |
|
Style |
Gets the Style associated with the current paragraph object.
(Inherited from ParagraphObject.) |
|
Text |
Gets or sets the text of the current ParagraphText.
|
|
TextLength |
Gets the length of the current paragraph object in characters.
For non-text objects (ParagraphImage), this
property returns 1.
(Inherited from ParagraphObject.) |
|
UserData |
Gets or sets arbitrary data associated with the current paragraph object.
(Inherited from ParagraphObject.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDocumentLocation..::..PageIndex | (Inherited from ParagraphObject.) | |
IDocumentLocation..::..PageNo | (Inherited from ParagraphObject.) | |
IStyleOwner..::..GetProp | (Inherited from ParagraphObject.) | |
IStyleOwner..::..GetAmbientPropValue | (Inherited from ParagraphObject.) | |
IStyleOwner..::..GetNonAmbientPropValue | (Inherited from ParagraphObject.) |