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

Packages that use WdParagraphAlignment
com.acesoft.aceoffix.wordwriter   
 

Uses of WdParagraphAlignment in com.acesoft.aceoffix.wordwriter
 

Methods in com.acesoft.aceoffix.wordwriter that return WdParagraphAlignment
static WdParagraphAlignment WdParagraphAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WdParagraphAlignment[] WdParagraphAlignment.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 WdParagraphAlignment
 void ParagraphFormat.setAlignment(WdParagraphAlignment value)
          Sets the alignment of the specified paragraph.