Geom
Source: aspose.
Contains elements that specify the coordinates of the vertices for the lines and arcs that make up the shape. If the shape has more than one path, there is a Geom element for each path.
new Geom()
Constructor.
Methods
deepClone() → Object
Creates deep copy of this instance.
- Returns
-
Object
getCoordinateCol()
Collection of coordinates. It shows sequence of coordinates.
getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
getIX()
The zero-based index of the element within its parent element.
getNextCoordinateIX()
Returns IX value for next shape's coordinate collection member.
getNoFill()
Specifies whether a path can be filled.
getNoLine()
Specifies whether a line is drawn around the boundary of the path.
getNoQuickDrag()
Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.
getNoShow()
Specifies whether a path is displayed on the drawing page.
getNoSnap()
Specifies whether other shapes snap to a path.
setDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
setIX()
The zero-based index of the element within its parent element.
setNoFill()
Specifies whether a path can be filled.
setNoLine()
Specifies whether a line is drawn around the boundary of the path.
setNoQuickDrag()
Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.
setNoShow()
Specifies whether a path is displayed on the drawing page.
setNoSnap()
Specifies whether other shapes snap to a path.