Property Getters/Setters Summary | ||
---|---|---|
function | getBeginArrow() | |
function | setBeginArrow(value) | |
Indicates whether a line has an arrowhead or other line end format at its first vertex. Enter a number from 0 to 45 or the USE function with the name of a custom line end. | ||
function | getBeginArrowSize() | |
function | setBeginArrowSize(value) | |
Determines the size of the arrowhead at the beginning of the line. Enter a number from 0 to 6. | ||
function | getCompoundType() | |
function | setCompoundType(value) | |
Specifies the line CompoundType of the shape. | ||
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 | getEndArrow() | |
function | setEndArrow(value) | |
Indicates whether a line has an arrowhead or other line-end format at its last vertex. | ||
function | getEndArrowSize() | |
function | setEndArrowSize(value) | |
Specifies the size of the arrowhead at the end of the line. | ||
function | getGradientLine() | |
Contains the current gradient line formatting values for the shape | ||
function | getLineCap() | |
function | setLineCap(value) | |
Specifies whether a line has rounded or square line ends. | ||
function | getLineColor() | |
function | setLineColor(value) | |
Specifies the line color of the shape. | ||
function | getLineColorTrans() | |
function | setLineColorTrans(value) | |
Specifies the transparency level of a shape's line color, from 0 (opaque) to 1 (completely transparent). The default is 0. | ||
function | getLinePattern() | |
function | setLinePattern(value) | |
Specifies the line pattern of the shape | ||
function | getLineWeight() | |
function | setLineWeight(value) | |
Specifies the line weight of a shape. Line weight is independent of the scale of the drawing. If the drawing is scaled, the line weight remains the same. | ||
function | getRounding() | |
function | setRounding(value) | |
Specifies the radius of the rounding arc applied where two contiguous segments of a path meet. For example, rounding can be used to give a rectangle rounded corners. |
Method Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Property Getters/Setters Detail |
---|
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getLineWeight/setLineWeight : DoubleValue | |
function getLineWeight() / function setLineWeight(value) |
getGradientLine : GradientFill | |
function getGradientLine() |
getLineColor/setLineColor : ColorValue | |
function getLineColor() / function setLineColor(value) |
getCompoundType/setCompoundType : CompoundType | |
function getCompoundType() / function setCompoundType(value) |
getLinePattern/setLinePattern : IntValue | |
function getLinePattern() / function setLinePattern(value) |
getRounding/setRounding : DoubleValue | |
function getRounding() / function setRounding(value) |
getEndArrowSize/setEndArrowSize : ArrowSize | |
function getEndArrowSize() / function setEndArrowSize(value) |
getBeginArrow/setBeginArrow : IntValue | |
function getBeginArrow() / function setBeginArrow(value) |
getEndArrow/setEndArrow : IntValue | |
function getEndArrow() / function setEndArrow(value) |
getLineCap/setLineCap : BoolValue | |
function getLineCap() / function setLineCap(value) |
getBeginArrowSize/setBeginArrowSize : ArrowSize | |
function getBeginArrowSize() / function setBeginArrowSize(value) |
getLineColorTrans/setLineColorTrans : DoubleValue | |
function getLineColorTrans() / function setLineColorTrans(value) |
Method Detail |
---|
deepClone | |
function deepClone() |