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

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

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

Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.AdjustmentStyle
static StyleTypeDefinitions.AdjustmentStyle StyleTypeDefinitions.AdjustmentStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StyleTypeDefinitions.AdjustmentStyle[] StyleTypeDefinitions.AdjustmentStyle.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.AdjustmentStyle
 void MasterPage.setFootnoteSepProperties(StyleTypeDefinitions.AdjustmentStyle adjustment, Color color, double distanceAfterSep, double distanceBeforeSep, StyleTypeDefinitions.LineStyle lineStyle, Percent width, double thickness)
          Set the foot note separator properties of the PageLayoutProperties referenced by this master page.
 void PageLayoutProperties.setFootnoteSepProperties(StyleTypeDefinitions.AdjustmentStyle adjustment, Color color, double distanceAfterSep, double distanceBeforeSep, StyleTypeDefinitions.LineStyle lineStyle, Percent width, double thickness)
          Set the formatting of footnote separator of this PageLayoutProperties
 



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