|
|||||||||
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 RowFormat class. |
Method Summary | |
---|---|
java.awt.Color |
getBackColor()
Gets background color. |
boolean |
getBidi()
Returns whether table is right to left. |
Borders |
getBorders()
Gets borders. |
float |
getCellSpacing()
Returns spacing between cells. |
RowAlignment |
getHorizontalAlignment()
Gets horizontal alignment for the table. |
LayoutType |
getLayoutType()
Gets the value of the layoutType. |
float |
getLeftIndent()
Returns table indent. |
Paddings |
getPaddings()
Gets paddings. |
TablePositioning |
getPositioning()
the positioning |
boolean |
getWrapTextAround()
Gets a value indicating whether to use "Around" text wrapping. |
boolean |
isAutoResized()
Returns the boolean value indicating if table is auto resized |
void |
isAutoResized(boolean value)
Sets the boolean value indicating if table is auto resized |
boolean |
isBreakAcrossPages()
Returns the boolean value indicating if there is a break across pages |
void |
isBreakAcrossPages(boolean value)
Sets the boolean value indicating if there is a break across pages |
void |
setBackColor(java.awt.Color color)
Sets background color. |
void |
setBidi(boolean value)
Sets whether table is right to left. |
void |
setCellSpacing(float value)
Sets spacing between cells. |
void |
setHorizontalAlignment(RowAlignment value)
Sets horizontal alignment for the table. |
void |
setLayoutType(LayoutType value)
Set the value of the layoutType. |
void |
setLeftIndent(float value)
Sets table indent. |
void |
setWrapTextAround(boolean value)
Sets a value indicating whether to use "Around" text wrapping. |
Methods inherited from class com.spire.doc.formatting.FormatBase |
---|
clearFormatting, hasKey, isDefault |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Constructor Detail |
---|
public RowFormat()
RowFormat
class.
Method Detail |
---|
public java.awt.Color getBackColor()
public void setBackColor(java.awt.Color color)
color
- background color.public Borders getBorders()
public Paddings getPaddings()
public float getCellSpacing()
public void setCellSpacing(float value)
value
- CellSpacingpublic float getLeftIndent()
public void setLeftIndent(float value)
value
- table indent.public boolean isAutoResized()
public void isAutoResized(boolean value)
value
- is AutoResized or notpublic boolean isBreakAcrossPages()
public void isBreakAcrossPages(boolean value)
value
- is BreakAcrossPages or notpublic boolean getBidi()
public void setBidi(boolean value)
value
- is bidi or notpublic RowAlignment getHorizontalAlignment()
public void setHorizontalAlignment(RowAlignment value)
value
- RowAlignmentpublic boolean getWrapTextAround()
public void setWrapTextAround(boolean value)
value
- true if wrap text around; otherwise, false.public TablePositioning getPositioning()
public LayoutType getLayoutType()
public void setLayoutType(LayoutType value)
value
- the type of the layout.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |