public class OdImageObject extends OdGraphicObject
The open document image
Constructor and Description |
---|
OdImageObject(OdObject parent)
Initializes a new instance of the
OdImageObject class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBitmap()
Gets or sets the bitmap.
|
String |
getImageLink()
Gets or sets the image link.
|
RectangleF |
getRectangle()
Gets or sets the rectangle.
|
void |
setBitmap(byte[] value)
Gets or sets the bitmap.
|
void |
setImageLink(String value)
Gets or sets the image link.
|
void |
setRectangle(RectangleF value)
Gets or sets the rectangle.
|
getAbsoluteCoordinates, setAbsoluteCoordinates
public OdImageObject(OdObject parent)
Initializes a new instance of the OdImageObject
class.
parent
- The parent.public RectangleF getRectangle()
Gets or sets the rectangle.
public void setRectangle(RectangleF value)
Gets or sets the rectangle.
value
- The rectangle.public String getImageLink()
Gets or sets the image link.
public void setImageLink(String value)
Gets or sets the image link.
value
- The image link.public byte[] getBitmap()
Gets or sets the bitmap.
public void setBitmap(byte[] value)
Gets or sets the bitmap.
value
- The bitmap.