AbsorbedTable

遗产: java.lang.Object

所有已实现的接口: com.aspose.pdf.ITableElement

public class AbsorbedTable implements ITableElement

表示页面上存在的表

方法

方法描述
equals(Object arg0)
getClass()
getPageNum()获取包含此表的页码
getRectangle()获取描述页面上表格位置的矩形
getRowList()获取包含表行的只读 IList
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getPageNum()

public int getPageNum()

获取包含此表的页码

退货: int - 整数值

getRectangle()

public Rectangle getRectangle()

获取描述页面上表格位置的矩形

退货: Rectangle - 矩形对象

getRowList()

public List<AbsorbedRow> getRowList()

获取包含表行的只读 IList

退货: java.util.List<com.aspose.pdf.AbsorbedRow> - IGenericList 对象

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int