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

Packages that use StyleTypeDefinitions.OdfDrawStroke
org.odftoolkit.simple.draw Provide high level methods to manipulate draw frame and text box. 
org.odftoolkit.simple.style Provide convenient methods to handle style definitions in ODF document. 
 

Uses of StyleTypeDefinitions.OdfDrawStroke in org.odftoolkit.simple.draw
 

Methods in org.odftoolkit.simple.draw with parameters of type StyleTypeDefinitions.OdfDrawStroke
 void FrameStyleHandler.setStroke(StyleTypeDefinitions.OdfDrawStroke stroke, Color color, String widthDesc, String dashStyleName)
          Set the style of stroke.
 

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

Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.OdfDrawStroke
static StyleTypeDefinitions.OdfDrawStroke StyleTypeDefinitions.OdfDrawStroke.enumValueOf(String aValue)
           
static StyleTypeDefinitions.OdfDrawStroke StyleTypeDefinitions.OdfDrawStroke.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StyleTypeDefinitions.OdfDrawStroke[] StyleTypeDefinitions.OdfDrawStroke.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.OdfDrawStroke
 void GraphicProperties.setStroke(StyleTypeDefinitions.OdfDrawStroke stroke, Color color, String widthDesc, String dashStyleName)
          Set the style of stroke.
 



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