Property Getters/Setters Summary | ||
---|---|---|
method | getBeginArrow() | |
method | 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. | ||
method | getBeginArrowSize() | |
method | setBeginArrowSize(value) | |
Determines the size of the arrowhead at the beginning of the line. Enter a number from 0 to 6. | ||
method | getCompoundType() | |
method | setCompoundType(value) | |
Specifies the line CompoundType of the shape. | ||
method | getDel() | |
method | 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. | ||
method | getEndArrow() | |
method | setEndArrow(value) | |
Indicates whether a line has an arrowhead or other line-end format at its last vertex. | ||
method | getEndArrowSize() | |
method | setEndArrowSize(value) | |
Specifies the size of the arrowhead at the end of the line. | ||
method | getGradientLine() | |
Contains the current gradient line formatting values for the shape
|
||
method | getLineCap() | |
method | setLineCap(value) | |
Specifies whether a line has rounded or square line ends. | ||
method | getLineColor() | |
method | setLineColor(value) | |
Specifies the line color of the shape. | ||
method | getLineColorTrans() | |
method | setLineColorTrans(value) | |
Specifies the transparency level of a shape's line color, from 0 (opaque) to 1 (completely transparent). The default is 0. | ||
method | getLinePattern() | |
method | setLinePattern(value) | |
Specifies the line pattern of the shape | ||
method | getLineWeight() | |
method | 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. | ||
method | getRounding() | |
method | 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 | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
int getDel() / setDel(value)
DoubleValue getLineWeight() / setLineWeight(value)
GradientFill getGradientLine()
ColorValue getLineColor() / setLineColor(value)
CompoundType getCompoundType() / setCompoundType(value)
IntValue getLinePattern() / setLinePattern(value)
DoubleValue getRounding() / setRounding(value)
ArrowSize getEndArrowSize() / setEndArrowSize(value)
IntValue getBeginArrow() / setBeginArrow(value)
IntValue getEndArrow() / setEndArrow(value)
BoolValue getLineCap() / setLineCap(value)
ArrowSize getBeginArrowSize() / setBeginArrowSize(value)
DoubleValue getLineColorTrans() / setLineColorTrans(value)