类 com.zhuozhengsoft.pageoffice.wordreader.Shape
的使用

使用 Shape 的软件包
com.zhuozhengsoft.pageoffice.wordreader   
 

com.zhuozhengsoft.pageoffice.wordreaderShape 的使用
 

返回 Shapecom.zhuozhengsoft.pageoffice.wordreader 中的方法
 Shape DataRegion.openShape(int index)
          打开指定的图形,并返回 Shape 对象。
 Shape Cell.openShape(int index)
          打开指定的图形,并返回 Shape 对象。
 

返回变量类型为 Shape 的类型的 com.zhuozhengsoft.pageoffice.wordreader 中的方法
 java.util.ArrayList<Shape> DataRegion.getShapes()
          获取 DataRegion 里包含的 Shape 集合。
 java.util.ArrayList<Shape> Cell.getShapes()
          获取 Cell 里包含的 Shape 集合。