The ParagraphImage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParagraphImage()()()() |
Initializes a new instance of the ParagraphImage class.
|
|
ParagraphImage(Image) |
Initializes a new instance of the ParagraphImage class,
assigning the Image property.
|
|
ParagraphImage(String) |
Initializes a new instance of the ParagraphImage class,
assigning the ImageName property.
|
|
ParagraphImage(Image, Style) |
Initializes a new instance of the ParagraphImage class,
assigning the Image property,
and specifying the Style.
|
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 the current paragraph object.
(Overrides ParagraphObject..::..GetLength()()()().) |
|
HasCalculatedValue |
For internal use.
(Inherited from ParagraphObject.) |
|
ResolveCalculatedValues |
For internal use.
(Inherited from ParagraphObject.) |
|
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.) |
|
Image |
Gets or sets an Image that is
rendered by the current ParagraphImage object.
|
|
ImageName |
Gets or sets the name of an image that is
rendered by the current ParagraphImage object.
When the current object renders, the actual image is retrieved by this name
from the Dictionary of the containing C1PrintDocument.
|
|
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.) |
|
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.) |