Package org.apache.poi.sl.usermodel
Interface LineDecoration
public interface LineDecoration
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Represents the shape decoration that appears at the ends of lines.static enum
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getHeadShape
LineDecoration.DecorationShape getHeadShape()- Returns:
- the line start shape
-
getHeadWidth
LineDecoration.DecorationSize getHeadWidth()- Returns:
- the width of the start shape
-
getHeadLength
LineDecoration.DecorationSize getHeadLength()- Returns:
- the length of the start shape
-
getTailShape
LineDecoration.DecorationShape getTailShape()- Returns:
- the line end shape
-
getTailWidth
LineDecoration.DecorationSize getTailWidth()- Returns:
- the width of the end shape
-
getTailLength
LineDecoration.DecorationSize getTailLength()- Returns:
- the length of the end shape
-