Uses of Class
org.apache.poi.xslf.usermodel.LineEndLength

Packages that use LineEndLength
org.apache.poi.xslf.usermodel   
 

Uses of LineEndLength in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return LineEndLength
 LineEndLength XSLFSimpleShape.getLineHeadLength()
           
 LineEndLength XSLFSimpleShape.getLineTailLength()
           
static LineEndLength LineEndLength.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LineEndLength[] LineEndLength.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.poi.xslf.usermodel with parameters of type LineEndLength
 void XSLFSimpleShape.setLineHeadLength(LineEndLength style)
          Specifies the line end width in relation to the line width.
 void XSLFSimpleShape.setLineTailLength(LineEndLength style)
          Specifies the line end width in relation to the line width.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.