The ParagraphImage type exposes the following members.

Constructors

  Name Description
Public method ParagraphImage()()()()
Initializes a new instance of the ParagraphImage class.
Public method ParagraphImage(Image)
Initializes a new instance of the ParagraphImage class, assigning the Image property.
Public method ParagraphImage(String)
Initializes a new instance of the ParagraphImage class, assigning the ImageName property.
Public method ParagraphImage(Image, Style)
Initializes a new instance of the ParagraphImage class, assigning the Image property, and specifying the Style.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another ParagraphObject to the current object.
(Overrides ParagraphObject..::..AssignFrom(ParagraphObject).)
Protected method ClearCalculatedValues
For internal use.
(Inherited from ParagraphObject.)
Protected method GetCalculatedValue(Int32)
For internal use.
(Inherited from ParagraphObject.)
Protected method GetCalculatedValue(Int32, Object%)
For internal use.
(Inherited from ParagraphObject.)
Protected method GetLength
Returns the length of the current paragraph object.
(Overrides ParagraphObject..::..GetLength()()()().)
Protected method HasCalculatedValue
For internal use.
(Inherited from ParagraphObject.)
Protected method ResolveCalculatedValues
For internal use.
(Inherited from ParagraphObject.)
Protected method SetCalculatedValue
For internal use.
(Inherited from ParagraphObject.)
Protected method ShouldSerializeStyle
Indicates whether the Style property should be serialized.
(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 Image
Gets or sets an Image that is rendered by the current ParagraphImage object.
Public property 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.
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 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 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.)

Explicit Interface Implementations

See Also