Constructor Summary |
---|
Geom()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getCoordinateCol() | |
Collection of coordinats. It shows sequence of coordinats. | ||
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. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getNextCoordinateIX() | |
Returns IX value for next shape's coordinate coolection member. | ||
function | getNoFill() | |
function | setNoFill(value) | |
Specifies whether a path can be filled. | ||
function | getNoLine() | |
function | setNoLine(value) | |
Specifies whether a line is drawn around the boundary of the path. | ||
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. | ||
function | getNoShow() | |
function | setNoShow(value) | |
Specifies whether a path is displayed on the drawing page. | ||
function | getNoSnap() | |
function | setNoSnap(value) | |
Specifies whether other shapes snap to a path. |
Method Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Constructor Detail |
---|
function Geom()
Property Getters/Setters Detail |
---|
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getCoordinateCol : CoordinateCollection | |
function getCoordinateCol() |
getNoFill/setNoFill : BoolValue | |
function getNoFill() / function setNoFill(value) |
getNoLine/setNoLine : BoolValue | |
function getNoLine() / function setNoLine(value) |
getNoShow/setNoShow : BoolValue | |
function getNoShow() / function setNoShow(value) |
getNoSnap/setNoSnap : BoolValue | |
function getNoSnap() / function setNoSnap(value) |
getNoQuickDrag/setNoQuickDrag : BoolValue | |
function getNoQuickDrag() / function setNoQuickDrag(value) |
getNextCoordinateIX : Number | |
function getNextCoordinateIX() |
Method Detail |
---|
deepClone | |
function deepClone() |