Row

遗产: java.lang.Object

所有已实现的接口: com.aspose.ms.System.ICloneable

public final class Row implements System.ICloneable

代表表格的一行。

构造函数

构造函数描述
Row()初始化 Row 类的新实例。

方法

方法描述
deepClone()克隆该行。
equals(Object arg0)
getBackgroundColor()获取背景颜色。
getBorder()获取边框。
getCells()获取行的 getCells()。
getClass()
getDefaultCellBorder()获取默认单元格边框;
getDefaultCellPadding()获取行的默认边距 getCells()
getDefaultCellTextState()获取或设置行的默认文本状态 getCells()
getFixedRowHeight()获取固定的行高——行可能有固定的高度;
getMinRowHeight()获取行的高度;
getVerticalAlignment()获取或设置垂直对齐方式。
hashCode()
isInNewPage()获取固定行在新页面中 - 具有此属性的页面应打印到下一页默认 false;
isRowBroken()获取是行可以在两页之间断开
notify()
notifyAll()
setBackgroundColor(Color value)设置背景颜色。
setBorder(BorderInfo value)设置边框。
setCells(Cells value)设置行的 getCells()。
setDefaultCellBorder(BorderInfo value)设置默认单元格边框;
setDefaultCellPadding(MarginInfo value)设置行的默认边距 getCells()
setDefaultCellTextState(TextState value)设置行的默认文本状态 getCells()
setFixedRowHeight(double value)设置固定的行高——行可以有固定的高度;
setInNewPage(boolean value)设置是行可以在两页之间断开
setMinRowHeight(double value)设置行高;
setRowBroken(boolean value)设置是行可以在两页之间断开
setVerticalAlignment(int value)获取或设置垂直对齐方式。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Row()

public Row()

初始化 Row 类的新实例。

deepClone()

public Object deepClone()

克隆该行。

退货: java.lang.Object - 克隆的对象

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getBackgroundColor()

public Color getBackgroundColor()

获取背景颜色。

退货: Color - 颜色值

getBorder()

public BorderInfo getBorder()

获取边框。

退货: BorderInfo - BorderInfo 值

getCells()

public Cells getCells()

获取行的 getCells()。

退货: Cells getCells() 值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getDefaultCellBorder()

public BorderInfo getDefaultCellBorder()

获取默认单元格边框;

退货: BorderInfo - BorderInfo 值

getDefaultCellPadding()

public MarginInfo getDefaultCellPadding()

获取行的默认边距 getCells()

退货: MarginInfo - 保证金信息值

getDefaultCellTextState()

public TextState getDefaultCellTextState()

获取或设置行的默认文本状态 getCells()

获取行的默认文本状态 getCells()

退货: TextState - 文本状态值

getFixedRowHeight()

public double getFixedRowHeight()

获取固定的行高——行可能有固定的高度;

退货: 双倍价值

getMinRowHeight()

public double getMinRowHeight()

获取行的高度;

退货: 双倍价值

getVerticalAlignment()

public int getVerticalAlignment()

获取或设置垂直对齐方式。

退货: int - VerticalAlignment 元素

hashCode()

public native int hashCode()

退货: 整数

isInNewPage()

public boolean isInNewPage()

获取固定行在新页面中 - 具有此属性的页面应打印到下一页默认 false;

退货: boolean - 布尔值

isRowBroken()

public boolean isRowBroken()

获取是行可以在两页之间断开

退货: boolean - 布尔值

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBackgroundColor(Color value)

public void setBackgroundColor(Color value)

设置背景颜色。

参数:

范围类型描述
valueColor色值

setBorder(BorderInfo value)

public void setBorder(BorderInfo value)

设置边框。

参数:

范围类型描述
valueBorderInfoBorderInfo 值

setCells(Cells value)

public void setCells(Cells value)

设置行的 getCells()。

参数:

范围类型描述
valueCellsgetCells() 值

setDefaultCellBorder(BorderInfo value)

public void setDefaultCellBorder(BorderInfo value)

设置默认单元格边框;

参数:

范围类型描述
valueBorderInfoBorderInfo 值

setDefaultCellPadding(MarginInfo value)

public void setDefaultCellPadding(MarginInfo value)

设置行的默认边距 getCells()

参数:

范围类型描述
valueMarginInfoMarginInfo 值

setDefaultCellTextState(TextState value)

public void setDefaultCellTextState(TextState value)

设置行的默认文本状态 getCells()

参数:

范围类型描述
valueTextState文本状态值

setFixedRowHeight(double value)

public void setFixedRowHeight(double value)

设置固定的行高——行可以有固定的高度;

参数:

范围类型描述
valuedouble双倍价值

setInNewPage(boolean value)

public void setInNewPage(boolean value)

设置是行可以在两页之间断开

参数:

范围类型描述
valueboolean布尔值

setMinRowHeight(double value)

public void setMinRowHeight(double value)

设置行高;

参数:

范围类型描述
valuedouble双倍价值

setRowBroken(boolean value)

public void setRowBroken(boolean value)

设置是行可以在两页之间断开

参数:

范围类型描述
valueboolean布尔值

setVerticalAlignment(int value)

public void setVerticalAlignment(int value)

获取或设置垂直对齐方式。

参数:

范围类型描述
valueintVerticalAlignment 元素

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