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