AbsorbedRow

遗产: java.lang.Object

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

public class AbsorbedRow implements ITableElement

表示页面上存在的表格行

方法

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

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getCellList()

public List<AbsorbedCell> getCellList()

获取包含行单元格的只读 IList

退货: java.util.List<com.aspose.pdf.AbsorbedCell> - AbsorbedCell 对象列表

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getRectangle()

public Rectangle getRectangle()

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

退货: Rectangle 矩形实例

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