类 com.zhuozhengsoft.pageoffice.wordwriter.WdCellVerticalAlignment
的使用

使用 WdCellVerticalAlignment 的软件包
com.zhuozhengsoft.pageoffice.wordwriter   
 

com.zhuozhengsoft.pageoffice.wordwriterWdCellVerticalAlignment 的使用
 

返回 WdCellVerticalAlignmentcom.zhuozhengsoft.pageoffice.wordwriter 中的方法
static WdCellVerticalAlignment WdCellVerticalAlignment.valueOf(java.lang.String name)
          返回带有指定名称的该类型的枚举常量。
static WdCellVerticalAlignment[] WdCellVerticalAlignment.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

参数类型为 WdCellVerticalAlignmentcom.zhuozhengsoft.pageoffice.wordwriter 中的方法
 void Cell.setVerticalAlignment(WdCellVerticalAlignment value)
          设置单元格中文字的垂直对齐方式。