OdGraphicObject
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject
public class OdGraphicObject extends OdObject
The open document graphic object.
Constructors
Constructor | Description |
---|---|
OdGraphicObject(OdObject parent) | Initializes a new instance of the OdGraphicObject class. |
Methods
Method | Description |
---|---|
getAbsoluteCoordinates() | Gets or sets a value indicating whether [absolute coordinates]. |
setAbsoluteCoordinates(boolean value) | Gets or sets a value indicating whether [absolute coordinates]. |
OdGraphicObject(OdObject parent)
public OdGraphicObject(OdObject parent)
Initializes a new instance of the OdGraphicObject
class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |
getAbsoluteCoordinates()
public boolean getAbsoluteCoordinates()
Gets or sets a value indicating whether [absolute coordinates].
Returns:
boolean - true
if [absolute coordinates]; otherwise, false
.
setAbsoluteCoordinates(boolean value)
public void setAbsoluteCoordinates(boolean value)
Gets or sets a value indicating whether [absolute coordinates].
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | true if [absolute coordinates]; otherwise, false . |