ILineFormat — Aspose.Slides FOSS Java API Reference
ILineFormat — Represents format of a line.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
formatNotDefined | boolean | Read/Write | |
fillFormat | ILineFillFormat | Read/Write | |
width | double | Read/Write | |
dashStyle | LineDashStyle | Read/Write | |
customDashPattern | List<Double> | Read/Write | |
capStyle | LineCapStyle | Read/Write | |
style | LineStyle | Read/Write | |
alignment | LineAlignment | Read/Write | |
joinStyle | LineJoinStyle | Read/Write | |
miterLimit | double | Read/Write | |
beginArrowheadStyle | LineArrowheadStyle | Read/Write | |
endArrowheadStyle | LineArrowheadStyle | Read/Write | |
beginArrowheadWidth | LineArrowheadWidth | Read/Write | |
endArrowheadWidth | LineArrowheadWidth | Read/Write | |
beginArrowheadLength | LineArrowheadLength | Read/Write | |
endArrowheadLength | LineArrowheadLength | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
isFormatNotDefined() | boolean | Returns true if line format is not defined (as just created, default). |
getFillFormat() | ILineFillFormat | Returns the fill format of a line. |
getWidth() | double | Returns the width of a line in points. |
setWidth(double value) | void | Sets the width of a line in points. |
getDashStyle() | LineDashStyle | Returns the line dash style. |
setDashStyle(LineDashStyle value) | void | Sets the line dash style. |
getCustomDashPattern() | List<Double> | Returns the custom dash pattern as pairs of [dash, space, . |
setCustomDashPattern(List<Double> value) | void | Sets the custom dash pattern as pairs of [dash, space, . |
getCapStyle() | LineCapStyle | Returns the line cap style. |
setCapStyle(LineCapStyle value) | void | Sets the line cap style. |
getStyle() | LineStyle | Returns the line style. |
setStyle(LineStyle value) | void | Sets the line style. |
getAlignment() | LineAlignment | Returns the line alignment. |
setAlignment(LineAlignment value) | void | Sets the line alignment. |
getJoinStyle() | LineJoinStyle | Returns the lines join style. |
setJoinStyle(LineJoinStyle value) | void | Sets the lines join style. |
getMiterLimit() | double | Returns the miter limit of a line. |
setMiterLimit(double value) | void | Sets the miter limit of a line. |
getBeginArrowheadStyle() | LineArrowheadStyle | Returns the arrowhead style at the beginning of a line. |
setBeginArrowheadStyle(LineArrowheadStyle value) | void | Sets the arrowhead style at the beginning of a line. |
getEndArrowheadStyle() | LineArrowheadStyle | Returns the arrowhead style at the end of a line. |
setEndArrowheadStyle(LineArrowheadStyle value) | void | Sets the arrowhead style at the end of a line. |
getBeginArrowheadWidth() | LineArrowheadWidth | Returns the arrowhead width at the beginning of a line. |
setBeginArrowheadWidth(LineArrowheadWidth value) | void | Sets the arrowhead width at the beginning of a line. |
getEndArrowheadWidth() | LineArrowheadWidth | Returns the arrowhead width at the end of a line. |
setEndArrowheadWidth(LineArrowheadWidth value) | void | Sets the arrowhead width at the end of a line. |
getBeginArrowheadLength() | LineArrowheadLength | Returns the arrowhead length at the beginning of a line. |
setBeginArrowheadLength(LineArrowheadLength value) | void | Sets the arrowhead length at the beginning of a line. |
getEndArrowheadLength() | LineArrowheadLength | Returns the arrowhead length at the end of a line. |
setEndArrowheadLength(LineArrowheadLength value) | void | Sets the arrowhead length at the end of a line. |