Uses of Class
com.acesoft.aceoffix.wordwriter.WdRulerStyle

Packages that use WdRulerStyle
com.acesoft.aceoffix.wordwriter   
 

Uses of WdRulerStyle in com.acesoft.aceoffix.wordwriter
 

Methods in com.acesoft.aceoffix.wordwriter that return WdRulerStyle
static WdRulerStyle WdRulerStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WdRulerStyle[] WdRulerStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.acesoft.aceoffix.wordwriter with parameters of type WdRulerStyle
 void Column.setWidth(float columnWidth, WdRulerStyle rulerStyle)
          Sets the width of the column.