org.apache.poi.sl.usermodel
Interface LineDecoration
public interface LineDecoration
 
 
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
 
 
                Copyright 2015 The Apache Software Foundation or
        its licensors, as applicable.