Uses of Class
org.odftoolkit.simple.style.StyleTypeDefinitions.LineType

Packages that use StyleTypeDefinitions.LineType
org.odftoolkit.simple.style Provide convenient methods to handle style definitions in ODF document. 
 

Uses of StyleTypeDefinitions.LineType in org.odftoolkit.simple.style
 

Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.LineType
static StyleTypeDefinitions.LineType StyleTypeDefinitions.LineType.enumValueOf(String aValue)
           
 StyleTypeDefinitions.LineType Border.getLineStyle()
          Return the line style of the border.
static StyleTypeDefinitions.LineType StyleTypeDefinitions.LineType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StyleTypeDefinitions.LineType[] StyleTypeDefinitions.LineType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.simple.style with parameters of type StyleTypeDefinitions.LineType
 void Border.setLineStyle(StyleTypeDefinitions.LineType lineStyle)
          Set the line style of the border.
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.