OdAngleEllipse

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

public class OdAngleEllipse extends OdStyledObject

The Enhanced angle ellipse

Constructors

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

Methods

MethodDescription
getStartAngle()Gets or sets the start angle.
setStartAngle(float value)Gets or sets the start angle.
getEndAngle()Gets or sets the end angle.
setEndAngle(float value)Gets or sets the end angle.
getClosed()Gets or sets a value indicating whether this OdAngleEllipse is closed.
setClosed(boolean value)Gets or sets a value indicating whether this OdAngleEllipse is closed.
getKind()Gets or sets the kind.
setKind(int value)Gets or sets the kind.

OdAngleEllipse(OdObject parent)

public OdAngleEllipse(OdObject parent)

Initializes a new instance of the OdAngleEllipse class.

Parameters:

ParameterTypeDescription
parentOdObjectThe parent.

getStartAngle()

public float getStartAngle()

Gets or sets the start angle.

Returns: float - The start angle.

setStartAngle(float value)

public void setStartAngle(float value)

Gets or sets the start angle.

Parameters:

ParameterTypeDescription
valuefloatThe start angle.

getEndAngle()

public float getEndAngle()

Gets or sets the end angle.

Returns: float - The end angle.

setEndAngle(float value)

public void setEndAngle(float value)

Gets or sets the end angle.

Parameters:

ParameterTypeDescription
valuefloatThe end angle.

getClosed()

public boolean getClosed()

Gets or sets a value indicating whether this OdAngleEllipse is closed.

Returns: boolean - true if closed; otherwise, false.

setClosed(boolean value)

public void setClosed(boolean value)

Gets or sets a value indicating whether this OdAngleEllipse is closed.

Parameters:

ParameterTypeDescription
valuebooleantrue if closed; otherwise, false.

getKind()

public int getKind()

Gets or sets the kind.

Returns: int - The kind.

setKind(int value)

public void setKind(int value)

Gets or sets the kind.

Parameters:

ParameterTypeDescription
valueintThe kind.