[]
Initializes a new instance of the ParagraphImage class.
public ParagraphImage()
Initializes a new instance of the ParagraphImage class, assigning the Image property, and specifying the Style.
public ParagraphImage(Image image, Style style)
| Type | Name | Description |
|---|---|---|
| Image | image | An image assigned to the Image property of the current object. |
| Style | style | A Style to use (the AssignNonInheritedFrom(Style) method is used to copy the specified style to the current object's Style). |
Initializes a new instance of the ParagraphImage class, assigning the Image property.
public ParagraphImage(Image image)
| Type | Name | Description |
|---|---|---|
| Image | image | An image assigned to the Image property of the current object. |
Initializes a new instance of the ParagraphImage class, assigning the ImageName property.
public ParagraphImage(string imageName)
| Type | Name | Description |
|---|---|---|
| string | imageName | A string that is assigned to the ImageName property. |