public class OdStyledObject extends OdGraphicObject
The open document styled graphic object.
| Constructor and Description |
|---|
OdStyledObject(OdObject parent)
Initializes a new instance of the
OdStyledObject class. |
| Modifier and Type | Method and Description |
|---|---|
RectangleF |
getRectangle()
Gets or sets the rectangle.
|
OdGraphicStyle |
getStyle()
Gets or sets the style.
|
void |
setRectangle(RectangleF value)
Gets or sets the rectangle.
|
void |
setStyle(OdGraphicStyle value)
Gets or sets the style.
|
getAbsoluteCoordinates, setAbsoluteCoordinatespublic OdStyledObject(OdObject parent)
Initializes a new instance of the OdStyledObject class.
parent - The parent.public OdGraphicStyle getStyle()
Gets or sets the style.
public void setStyle(OdGraphicStyle value)
Gets or sets the style.
value - The style.public RectangleF getRectangle()
Gets or sets the rectangle.
public void setRectangle(RectangleF value)
Gets or sets the rectangle.
value - The rectangle.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.