aspose.diagram
Class Geom

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.

Constructor Summary
Geom()
           Constructor.
 
Property Getters/Setters Summary
functiongetCoordinateCol()
           Collection of coordinats. It shows sequence of coordinats.
functiongetDel()
functionsetDel(value)
           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.
functiongetIX()
functionsetIX(value)
           The zero-based index of the element within its parent element.
functiongetNextCoordinateIX()
           Returns IX value for next shape's coordinate coolection member.
functiongetNoFill()
functionsetNoFill(value)
           Specifies whether a path can be filled.
functiongetNoLine()
functionsetNoLine(value)
           Specifies whether a line is drawn around the boundary of the path.
functiongetNoQuickDrag()
functionsetNoQuickDrag(value)
           Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.
functiongetNoShow()
functionsetNoShow(value)
           Specifies whether a path is displayed on the drawing page.
functiongetNoSnap()
functionsetNoSnap(value)
           Specifies whether other shapes snap to a path.
 
Method Summary
functiondeepClone()
           Creates deep copy of this instance.
 

Constructor Detail

Geom

function Geom()
Constructor.

Property Getters/Setters Detail

getIX/setIX : Number 

function getIX() / function setIX(value)
The zero-based index of the element within its parent element.

getDel/setDel : Number 

function getDel() / function setDel(value)
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.

getCoordinateCol : CoordinateCollection 

function getCoordinateCol()
Collection of coordinats. It shows sequence of coordinats.

getNoFill/setNoFill : BoolValue 

function getNoFill() / function setNoFill(value)
Specifies whether a path can be filled.

getNoLine/setNoLine : BoolValue 

function getNoLine() / function setNoLine(value)
Specifies whether a line is drawn around the boundary of the path.

getNoShow/setNoShow : BoolValue 

function getNoShow() / function setNoShow(value)
Specifies whether a path is displayed on the drawing page.

getNoSnap/setNoSnap : BoolValue 

function getNoSnap() / function setNoSnap(value)
Specifies whether other shapes snap to a path.

getNoQuickDrag/setNoQuickDrag : BoolValue 

function getNoQuickDrag() / function setNoQuickDrag(value)
Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.

getNextCoordinateIX : Number 

function getNextCoordinateIX()
Returns IX value for next shape's coordinate coolection member.

Method Detail

deepClone

function deepClone()
Creates deep copy of this instance.
Returns:

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.