ILineFormat

Overview

ILineFormat is a interface in Aspose.Slides FOSS for Java. Inherits from: ILineParamSource.

Represents format of a line.

Properties

NameTypeAccessDescription
formatNotDefinedbooleanReadReturns {@code true} if line format is not defined (as just created, default).
fillFormatILineFillFormatReadReturns the fill format of a line.
widthdoubleReadReturns the width of a line in points.
dashStyleLineDashStyleReadReturns the line dash style.
customDashPatternList<Double>ReadReturns the custom dash pattern as pairs of [dash, space, …].
capStyleLineCapStyleReadReturns the line cap style.
styleLineStyleReadReturns the line style.
alignmentLineAlignmentReadReturns the line alignment.
joinStyleLineJoinStyleReadReturns the lines join style.
miterLimitdoubleReadReturns the miter limit of a line.
beginArrowheadStyleLineArrowheadStyleReadReturns the arrowhead style at the beginning of a line.
endArrowheadStyleLineArrowheadStyleReadReturns the arrowhead style at the end of a line.
beginArrowheadWidthLineArrowheadWidthReadReturns the arrowhead width at the beginning of a line.
endArrowheadWidthLineArrowheadWidthReadReturns the arrowhead width at the end of a line.
beginArrowheadLengthLineArrowheadLengthReadReturns the arrowhead length at the beginning of a line.
endArrowheadLengthLineArrowheadLengthReadReturns the arrowhead length at the end of a line.

Methods

SignatureDescription
isFormatNotDefined()booleanReturns {@code 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(value: double)Sets the width of a line in points.
getDashStyle()LineDashStyleReturns the line dash style.
setDashStyle(value: LineDashStyle)Sets the line dash style.
getCustomDashPattern()List<Double>Returns the custom dash pattern as pairs of [dash, space, …].
setCustomDashPattern(value: List<Double>)Sets the custom dash pattern as pairs of [dash, space, …].
getCapStyle()LineCapStyleReturns the line cap style.
setCapStyle(value: LineCapStyle)Sets the line cap style.
getStyle()LineStyleReturns the line style.
setStyle(value: LineStyle)Sets the line style.
getAlignment()LineAlignmentReturns the line alignment.
setAlignment(value: LineAlignment)Sets the line alignment.
getJoinStyle()LineJoinStyleReturns the lines join style.
setJoinStyle(value: LineJoinStyle)Sets the lines join style.
getMiterLimit()doubleReturns the miter limit of a line.
setMiterLimit(value: double)Sets the miter limit of a line.
getBeginArrowheadStyle()LineArrowheadStyleReturns the arrowhead style at the beginning of a line.
setBeginArrowheadStyle(value: LineArrowheadStyle)Sets the arrowhead style at the beginning of a line.
getEndArrowheadStyle()LineArrowheadStyleReturns the arrowhead style at the end of a line.
setEndArrowheadStyle(value: LineArrowheadStyle)Sets the arrowhead style at the end of a line.
getBeginArrowheadWidth()LineArrowheadWidthReturns the arrowhead width at the beginning of a line.
setBeginArrowheadWidth(value: LineArrowheadWidth)Sets the arrowhead width at the beginning of a line.
getEndArrowheadWidth()LineArrowheadWidthReturns the arrowhead width at the end of a line.
setEndArrowheadWidth(value: LineArrowheadWidth)Sets the arrowhead width at the end of a line.
getBeginArrowheadLength()LineArrowheadLengthReturns the arrowhead length at the beginning of a line.
setBeginArrowheadLength(value: LineArrowheadLength)Sets the arrowhead length at the beginning of a line.
getEndArrowheadLength()LineArrowheadLengthReturns the arrowhead length at the end of a line.
setEndArrowheadLength(value: LineArrowheadLength)Sets the arrowhead length at the end of a line.

See Also