java.lang.Object
com.aspose.diagram.Line
public class Line
| Property Getters/Setters Summary | ||
|---|---|---|
IntValue | getBeginArrow() | |
void | setBeginArrow(IntValue) | |
| 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) | |
| Determines the size of the arrowhead at the beginning of the line. Enter a number from 0 to 6. | ||
CompoundType | getCompoundType() | |
void | setCompoundType(CompoundType) | |
| Specifies the line CompoundType of the shape. | ||
int | getDel() | |
void | setDel(int) | |
| 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) | |
| Indicates whether a line has an arrowhead or other line-end format at its last vertex. | ||
ArrowSize | getEndArrowSize() | |
void | setEndArrowSize(ArrowSize) | |
| 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) | |
| Specifies whether a line has rounded or square line ends. | ||
ColorValue | getLineColor() | |
void | setLineColor(ColorValue) | |
| Specifies the line color of the shape. | ||
DoubleValue | getLineColorTrans() | |
void | setLineColorTrans(DoubleValue) | |
| 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) | |
| Specifies the line pattern of the shape | ||
DoubleValue | getLineWeight() | |
void | setLineWeight(DoubleValue) | |
| 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) | |
| 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. | ||
| Property Getters/Setters Detail |
|---|
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getLineWeight/setLineWeight | |
public DoubleValue getLineWeight() / public void setLineWeight(DoubleValue value) | |
getGradientLine | |
public GradientFill getGradientLine() | |
getLineColor/setLineColor | |
public ColorValue getLineColor() / public void setLineColor(ColorValue value) | |
getCompoundType/setCompoundType | |
public CompoundType getCompoundType() / public void setCompoundType(CompoundType value) | |
getLinePattern/setLinePattern | |
public IntValue getLinePattern() / public void setLinePattern(IntValue value) | |
getRounding/setRounding | |
public DoubleValue getRounding() / public void setRounding(DoubleValue value) | |
getEndArrowSize/setEndArrowSize | |
public ArrowSize getEndArrowSize() / public void setEndArrowSize(ArrowSize value) | |
getBeginArrow/setBeginArrow | |
public IntValue getBeginArrow() / public void setBeginArrow(IntValue value) | |
getEndArrow/setEndArrow | |
public IntValue getEndArrow() / public void setEndArrow(IntValue value) | |
getLineCap/setLineCap | |
public BoolValue getLineCap() / public void setLineCap(BoolValue value) | |
getBeginArrowSize/setBeginArrowSize | |
public ArrowSize getBeginArrowSize() / public void setBeginArrowSize(ArrowSize value) | |
getLineColorTrans/setLineColorTrans | |
public DoubleValue getLineColorTrans() / public void setLineColorTrans(DoubleValue value) | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |