|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.formatting.FormatBase
com.spire.doc.formatting.AttrCollection
com.spire.doc.formatting.WordAttrCollection
com.spire.doc.formatting.RowFormat
public class RowFormat
Row format class.
Constructor Summary | |
---|---|
RowFormat()
Initializes a new instance of the |
Method Summary | |
---|---|
java.awt.Color |
getBackColor()
Gets or sets background color. |
boolean |
getBidi()
Returns or sets whether table is right to left. |
Borders |
getBorders()
Gets borders. |
float |
getCellSpacing()
Returns or sets spacing between cells. |
RowAlignment |
getHorizontalAlignment()
Gets or sets horizontal alignment for the table. |
LayoutType |
getLayoutType()
Gets or set the value of the layoutType. |
float |
getLeftIndent()
Returns or sets table indent. |
Paddings |
getPaddings()
Gets paddings. |
TablePositioning |
getPositioning()
the positioning. |
boolean |
getWrapTextAround()
Gets or sets a value indicating whether to use "Around" text wrapping. |
boolean |
isAutoResized()
Returns or sets the boolean value indicating if table is auto resized |
void |
isAutoResized(boolean value)
Returns or sets the boolean value indicating if table is auto resized |
boolean |
isBreakAcrossPages()
Returns or sets the boolean value indicating if there is a break across pages |
void |
isBreakAcrossPages(boolean value)
Returns or sets the boolean value indicating if there is a break across pages |
void |
setBackColor(java.awt.Color value)
Gets or sets background color. |
void |
setBidi(boolean value)
Returns or sets whether table is right to left. |
void |
setCellSpacing(float value)
Returns or sets spacing between cells. |
void |
setHorizontalAlignment(RowAlignment value)
Gets or sets horizontal alignment for the table. |
void |
setLayoutType(LayoutType value)
Gets or set the value of the layoutType. |
void |
setLeftIndent(float value)
Returns or sets table indent. |
void |
setWrapTextAround(boolean value)
Gets or sets a value indicating whether to use "Around" text wrapping. |
Methods inherited from class com.spire.doc.formatting.FormatBase |
---|
clearBackground, clearFormatting, hasKey, isDefault |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Constructor Detail |
---|
public RowFormat()
Method Detail |
---|
public java.awt.Color getBackColor()
public void setBackColor(java.awt.Color value)
public Borders getBorders()
public Paddings getPaddings()
public float getCellSpacing()
public void setCellSpacing(float value)
public float getLeftIndent()
public void setLeftIndent(float value)
public boolean isAutoResized()
[Obsolete("RowFormat.IsAutoResized has been deprecated. " + "If you want to set the preferred width of the table, please investigate the use of Table.PreferredWidth instead.")]
public void isAutoResized(boolean value)
[Obsolete("RowFormat.IsAutoResized has been deprecated. " + "If you want to set the preferred width of the table, please investigate the use of Table.PreferredWidth instead.")]
public boolean isBreakAcrossPages()
public void isBreakAcrossPages(boolean value)
public boolean getBidi()
public void setBidi(boolean value)
public RowAlignment getHorizontalAlignment()
public void setHorizontalAlignment(RowAlignment value)
public boolean getWrapTextAround()
public void setWrapTextAround(boolean value)
public TablePositioning getPositioning()
public LayoutType getLayoutType()
public void setLayoutType(LayoutType value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |