ILineFormat — Aspose.Slides FOSS Java API Reference

ILineFormat — Represents format of a line.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
formatNotDefinedbooleanRead/Write
fillFormatILineFillFormatRead/Write
widthdoubleRead/Write
dashStyleLineDashStyleRead/Write
customDashPatternList<Double>Read/Write
capStyleLineCapStyleRead/Write
styleLineStyleRead/Write
alignmentLineAlignmentRead/Write
joinStyleLineJoinStyleRead/Write
miterLimitdoubleRead/Write
beginArrowheadStyleLineArrowheadStyleRead/Write
endArrowheadStyleLineArrowheadStyleRead/Write
beginArrowheadWidthLineArrowheadWidthRead/Write
endArrowheadWidthLineArrowheadWidthRead/Write
beginArrowheadLengthLineArrowheadLengthRead/Write
endArrowheadLengthLineArrowheadLengthRead/Write

Methods

MethodReturnsDescription
isFormatNotDefined()booleanReturns true if line format is not defined (as just created, default).
getFillFormat()ILineFillFormatReturns the fill format of a line.
getWidth()doubleReturns the width of a line in points.
setWidth(double value)voidSets the width of a line in points.
getDashStyle()LineDashStyleReturns the line dash style.
setDashStyle(LineDashStyle value)voidSets the line dash style.
getCustomDashPattern()List<Double>Returns the custom dash pattern as pairs of [dash, space, .
setCustomDashPattern(List<Double> value)voidSets the custom dash pattern as pairs of [dash, space, .
getCapStyle()LineCapStyleReturns the line cap style.
setCapStyle(LineCapStyle value)voidSets the line cap style.
getStyle()LineStyleReturns the line style.
setStyle(LineStyle value)voidSets the line style.
getAlignment()LineAlignmentReturns the line alignment.
setAlignment(LineAlignment value)voidSets the line alignment.
getJoinStyle()LineJoinStyleReturns the lines join style.
setJoinStyle(LineJoinStyle value)voidSets the lines join style.
getMiterLimit()doubleReturns the miter limit of a line.
setMiterLimit(double value)voidSets the miter limit of a line.
getBeginArrowheadStyle()LineArrowheadStyleReturns the arrowhead style at the beginning of a line.
setBeginArrowheadStyle(LineArrowheadStyle value)voidSets the arrowhead style at the beginning of a line.
getEndArrowheadStyle()LineArrowheadStyleReturns the arrowhead style at the end of a line.
setEndArrowheadStyle(LineArrowheadStyle value)voidSets the arrowhead style at the end of a line.
getBeginArrowheadWidth()LineArrowheadWidthReturns the arrowhead width at the beginning of a line.
setBeginArrowheadWidth(LineArrowheadWidth value)voidSets the arrowhead width at the beginning of a line.
getEndArrowheadWidth()LineArrowheadWidthReturns the arrowhead width at the end of a line.
setEndArrowheadWidth(LineArrowheadWidth value)voidSets the arrowhead width at the end of a line.
getBeginArrowheadLength()LineArrowheadLengthReturns the arrowhead length at the beginning of a line.
setBeginArrowheadLength(LineArrowheadLength value)voidSets the arrowhead length at the beginning of a line.
getEndArrowheadLength()LineArrowheadLengthReturns the arrowhead length at the end of a line.
setEndArrowheadLength(LineArrowheadLength value)voidSets the arrowhead length at the end of a line.

See Also