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 right-to-left table. | ||
Aspose.Words.BorderCollection | 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. | ||
Aspose.Words.HeightRule | getHeightRule() | |
Gets or sets the rule for determining the height of the table row. | ||
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. | ||
PreferredWidth | getPreferredWidth() | |
void | setPreferredWidth(PreferredWidth value) | |
Gets or sets the preferred table width. | ||
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 | fetchInheritedBorderAttr(int key) | |
Reserved for internal use. | ||
java.lang.Object | getDirectBorderAttr(int key) | |
Reserved for internal use. | ||
java.util.TreeMap | getPossibleBorderKeys() | |
Reserved for internal use. | ||
void | setBorderAttr(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) |
getAllowBreakAcrossPages/setAllowBreakAcrossPages | |
public boolean getAllowBreakAcrossPages() / public void setAllowBreakAcrossPages(boolean value) |
getBidi/setBidi | |
public boolean getBidi() / public void setBidi(boolean value) |
When true, the cells in this row are laid out right to left.
getBorders | |
public Aspose.Words.BorderCollection getBorders() |
getBottomPadding/setBottomPadding | |
public double getBottomPadding() / public void setBottomPadding(double value) |
getCellSpacing/setCellSpacing | |
public double getCellSpacing() / public void setCellSpacing(double value) |
getHeadingFormat/setHeadingFormat | |
public boolean getHeadingFormat() / public void setHeadingFormat(boolean value) |
getHeight/setHeight | |
public double getHeight() / public void setHeight(double value) |
getHeightRule | |
public Aspose.Words.HeightRule getHeightRule() |
getLeftIndent/setLeftIndent | |
public double getLeftIndent() / public void setLeftIndent(double value) |
getLeftPadding/setLeftPadding | |
public double getLeftPadding() / public void setLeftPadding(double value) |
getPreferredWidth/setPreferredWidth | |
public PreferredWidth getPreferredWidth() / public void setPreferredWidth(PreferredWidth value) |
getRightPadding/setRightPadding | |
public double getRightPadding() / public void setRightPadding(double value) |
getTopPadding/setTopPadding | |
public double getTopPadding() / public void setTopPadding(double value) |
Method Detail |
---|
clearCellPadding | |
public void clearCellPadding() |
clearFormatting | |
public void clearFormatting() throws java.lang.Exception |
fetchInheritedBorderAttr | |
public java.lang.Object fetchInheritedBorderAttr(int key) |
getDirectBorderAttr | |
public java.lang.Object getDirectBorderAttr(int key) |
getPossibleBorderKeys | |
public java.util.TreeMap getPossibleBorderKeys() |
setBorderAttr | |
public void setBorderAttr(int key, java.lang.Object value) |