public final class Row extends Object implements com.aspose.ms.System.ICloneable
Represents a row of the table.
Constructor and Description |
---|
Row()
Initializes a new instance of the Row class.
|
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone the row.
|
Color |
getBackgroundColor()
Gets or sets the background color.
|
BorderInfo |
getBorder()
Gets or sets the border.
|
Cells |
getCells()
Gets the cells of the row.
|
BorderInfo |
getDefaultCellBorder()
Gets default cell border;
|
MarginInfo |
getDefaultCellPadding()
Gets or sets default margin for row cells
|
TextState |
getDefaultCellTextState()
Gets or sets default text state for row cells
|
double |
getFixedRowHeight()
Gets fixed row height - row may have fixed height;
|
double |
getMinRowHeight()
Gets height for row;
|
boolean |
isInNewPage()
Gets fixed row is in new page - page with this property should be printed to next page Default false;
|
boolean |
isRowBroken()
Gets is row can be broken between two pages
|
void |
setBackgroundColor(Color value) |
void |
setBorder(BorderInfo value) |
void |
setCells(Cells value) |
void |
setDefaultCellBorder(BorderInfo value) |
void |
setDefaultCellPadding(MarginInfo value) |
void |
setDefaultCellTextState(TextState value) |
void |
setFixedRowHeight(double value) |
void |
setInNewPage(boolean value) |
void |
setMinRowHeight(double value) |
void |
setRowBroken(boolean value) |
public Object deepClone()
Clone the row.
deepClone
in interface com.aspose.ms.System.ICloneable
public Color getBackgroundColor()
Gets or sets the background color.
public void setBackgroundColor(Color value)
public BorderInfo getBorder()
Gets or sets the border.
public void setBorder(BorderInfo value)
public Cells getCells()
Gets the cells of the row.
public void setCells(Cells value)
public BorderInfo getDefaultCellBorder()
Gets default cell border;
public void setDefaultCellBorder(BorderInfo value)
public double getMinRowHeight()
Gets height for row;
public void setMinRowHeight(double value)
public double getFixedRowHeight()
Gets fixed row height - row may have fixed height;
public void setFixedRowHeight(double value)
public boolean isInNewPage()
Gets fixed row is in new page - page with this property should be printed to next page Default false;
public void setInNewPage(boolean value)
public boolean isRowBroken()
Gets is row can be broken between two pages
public void setRowBroken(boolean value)
public TextState getDefaultCellTextState()
Gets or sets default text state for row cells
public void setDefaultCellTextState(TextState value)
public MarginInfo getDefaultCellPadding()
Gets or sets default margin for row cells
public void setDefaultCellPadding(MarginInfo value)
Copyright © 2014 Aspose. All Rights Reserved.