Package org.apache.poi.sl.usermodel
Interface StrokeStyle
public interface StrokeStyle
This interface specifies the line style of a shape
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
static enum
static enum
The line dash with pattern. -
Method Summary
-
Method Details
-
getPaint
PaintStyle getPaint() -
getLineCap
StrokeStyle.LineCap getLineCap() -
getLineDash
StrokeStyle.LineDash getLineDash() -
getLineCompound
StrokeStyle.LineCompound getLineCompound() -
getLineWidth
double getLineWidth()
-