OdMarker

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

public class OdMarker extends OdGraphicObject

The Marker

Constructors

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

Methods

MethodDescription
getRectangle()Gets or sets the rectangle.
setRectangle(RectangleF value)Gets or sets the rectangle.
getPathCommands()Gets or sets the path commands.
setPathCommands(OdGraphicObject[] value)Gets or sets the path commands.
getName()Gets or sets the name.
setName(String value)Gets or sets the name.

OdMarker(OdObject parent)

public OdMarker(OdObject parent)

Initializes a new instance of the OdMarker class.

Parameters:

ParameterTypeDescription
parentOdObjectThe parent.

getRectangle()

public RectangleF getRectangle()

Gets or sets the rectangle.

Returns: RectangleF - The rectangle.

setRectangle(RectangleF value)

public void setRectangle(RectangleF value)

Gets or sets the rectangle.

Parameters:

ParameterTypeDescription
valueRectangleFThe rectangle.

getPathCommands()

public OdGraphicObject[] getPathCommands()

Gets or sets the path commands.

Returns: com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject[] - The path commands.

setPathCommands(OdGraphicObject[] value)

public void setPathCommands(OdGraphicObject[] value)

Gets or sets the path commands.

Parameters:

ParameterTypeDescription
valueOdGraphicObject[]The path commands.

getName()

public String getName()

Gets or sets the name.

Returns: java.lang.String - The name.

setName(String value)

public void setName(String value)

Gets or sets the name.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe name.