OdMarker
Contents
[
Hide
]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
Constructor | Description |
---|---|
OdMarker(OdObject parent) | Initializes a new instance of the OdMarker class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The 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:
Parameter | Type | Description |
---|---|---|
value | RectangleF | The 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:
Parameter | Type | Description |
---|---|---|
value | OdGraphicObject[] | 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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The name. |