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, setAbsoluteCoordinates
public 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.