OdGraphicObject

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject

public class OdGraphicObject extends OdObject

The open document graphic object.

Constructors

ConstructorDescription
OdGraphicObject(OdObject parent)Initializes a new instance of the OdGraphicObject class.

Methods

MethodDescription
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:

ParameterTypeDescription
parentOdObjectThe 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:

ParameterTypeDescription
valuebooleantrue if [absolute coordinates]; otherwise, false.