|
ASPOSE home |
java.lang.Objectcom.aspose.words.RowFormat
public class RowFormat
Property Getters/Setters Summary | ||
---|---|---|
int | getAlignment() | |
void | setAlignment(int value) | |
Gets or sets a value that represents the alignment for the row. The value of the property is RowAlignment integer constant. | ||
boolean | getAllowAutoFit() | |
void | setAllowAutoFit(boolean value) | |
Allows Microsoft Word to automatically resize cells in a table to fit their contents. | ||
boolean | getAllowBreakAcrossPages() | |
void | setAllowBreakAcrossPages(boolean value) | |
True if the text in a table row is allowed to split across a page break. | ||
boolean | getBidi() | |
void | setBidi(boolean value) | |
Gets or sets whether this is a rigt-to-left table. | ||
Borders | getBorders() | |
Gets the collection of default cell borders for the row. | ||
double | getBottomPadding() | |
void | setBottomPadding(double value) | |
Gets or sets the amount of space (in points) to add below the contents of cells. | ||
double | getCellSpacing() | |
void | setCellSpacing(double value) | |
Gets or sets the amount of space (in points) between the cells. | ||
boolean | getHeadingFormat() | |
void | setHeadingFormat(boolean value) | |
True if the row is repeated as a table heading on every page when the table spans more than one page. | ||
double | getHeight() | |
void | setHeight(double value) | |
Gets or sets the height of the table row in points. | ||
int | getHeightRule() | |
void | setHeightRule(int value) | |
Gets or sets the rule for determining the height of the table row. The value of the property is HeightRule integer constant. | ||
double | getLeftIndent() | |
void | setLeftIndent(double value) | |
Gets or sets the value that represents the left indent of the table row. | ||
double | getLeftPadding() | |
void | setLeftPadding(double value) | |
Gets or sets the amount of space (in points) to add to the left of the contents of cells. | ||
double | getRightPadding() | |
void | setRightPadding(double value) | |
Gets or sets the amount of space (in points) to add to the right of the contents of cells. | ||
double | getTopPadding() | |
void | setTopPadding(double value) | |
Gets or sets the amount of space (in points) to add above the contents of cells. |
Method Summary | ||
---|---|---|
void | clearCellPadding() | |
Sets default cell margins (padding) to zero. | ||
void | clearFormatting() | |
Resets to default row formatting. | ||
java.lang.Object | fetchInheritedAttr(int key) | |
Reserved for internal use. | ||
java.lang.Object | getDirectAttr(int key) | |
Reserved for internal use. | ||
void | setAttr(int key, java.lang.Object value) | |
Reserved for internal use. |
Property Getters/Setters Detail |
---|
getAlignment/setAlignment | |
public int getAlignment() public void setAlignment(int value) |
getAllowAutoFit/setAllowAutoFit | |
public boolean getAllowAutoFit() public void setAllowAutoFit(boolean value) |
getBorders | |
public Borders getBorders() |
getBidi/setBidi | |
public boolean getBidi() public void setBidi(boolean value) |
When true, the cells in this row are laid out right to left.
getLeftPadding/setLeftPadding | |
public double getLeftPadding() public void setLeftPadding(double value) |
getRightPadding/setRightPadding | |
public double getRightPadding() public void setRightPadding(double value) |
getTopPadding/setTopPadding | |
public double getTopPadding() public void setTopPadding(double value) |
getBottomPadding/setBottomPadding | |
public double getBottomPadding() public void setBottomPadding(double value) |
getCellSpacing/setCellSpacing | |
public double getCellSpacing() public void setCellSpacing(double value) |
getHeight/setHeight | |
public double getHeight() public void setHeight(double value) |
getHeightRule/setHeightRule | |
public int getHeightRule() public void setHeightRule(int value) |
getAllowBreakAcrossPages/setAllowBreakAcrossPages | |
public boolean getAllowBreakAcrossPages() public void setAllowBreakAcrossPages(boolean value) |
getHeadingFormat/setHeadingFormat | |
public boolean getHeadingFormat() public void setHeadingFormat(boolean value) |
getLeftIndent/setLeftIndent | |
public double getLeftIndent() public void setLeftIndent(double value) |
Method Detail |
---|
clearFormatting | |
public void clearFormatting() |
clearCellPadding | |
public void clearCellPadding() |
setAttr | |
public void setAttr(int key, java.lang.Object value) |
fetchInheritedAttr | |
public java.lang.Object fetchInheritedAttr(int key) throws java.lang.Exception |
getDirectAttr | |
public java.lang.Object getDirectAttr(int key) |
|
ASPOSE home |