OdMeasure
Contents
[
Hide
]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 OdMeasure extends OdStyledObject
The Measure
Constructors
Constructor | Description |
---|---|
OdMeasure(OdObject parent) | Initializes a new instance of the OdMeasure class. |
Methods
Method | Description |
---|---|
getPoint1() | Gets or sets the point1. |
setPoint1(PointF value) | Gets or sets the point1. |
getPoint2() | Gets or sets the point2. |
setPoint2(PointF value) | Gets or sets the point2. |
getPoint3() | Gets or sets the point3. |
setPoint3(PointF value) | Gets or sets the point3. |
getPoint4() | Gets or sets the point4. |
setPoint4(PointF value) | Gets or sets the point4. |
OdMeasure(OdObject parent)
public OdMeasure(OdObject parent)
Initializes a new instance of the OdMeasure
class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |
getPoint1()
public PointF getPoint1()
Gets or sets the point1.
Returns: PointF - The point1.
setPoint1(PointF value)
public void setPoint1(PointF value)
Gets or sets the point1.
Parameters:
Parameter | Type | Description |
---|---|---|
value | PointF | The point1. |
getPoint2()
public PointF getPoint2()
Gets or sets the point2.
Returns: PointF - The point2.
setPoint2(PointF value)
public void setPoint2(PointF value)
Gets or sets the point2.
Parameters:
Parameter | Type | Description |
---|---|---|
value | PointF | The point2. |
getPoint3()
public PointF getPoint3()
Gets or sets the point3.
Returns: PointF - The point3.
setPoint3(PointF value)
public void setPoint3(PointF value)
Gets or sets the point3.
Parameters:
Parameter | Type | Description |
---|---|---|
value | PointF | The point3. |
getPoint4()
public PointF getPoint4()
Gets or sets the point4.
Returns: PointF - The point4.
setPoint4(PointF value)
public void setPoint4(PointF value)
Gets or sets the point4.
Parameters:
Parameter | Type | Description |
---|---|---|
value | PointF | The point4. |