AbsorbedColumn

遗产: java.lang.Object

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

public class AbsorbedColumn implements ITableElement

表示页面上存在的表的列

构造函数

构造函数描述
AbsorbedColumn()

方法

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

AbsorbedColumn()

public AbsorbedColumn()

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getCells()

public System.Collections.Generic.IGenericList<AbsorbedCell> getCells()

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

退货: com.aspose.ms.System.Collections.Generic.IGenericList<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