|
|||||||||
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 |