|
|||||||||
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.cellformat
public class cellformat
constructor summary | |
---|---|
cellformat()
initializes a new instance of the cellformat class. |
method summary | |
---|---|
java.awt.color |
getbackcolor()
gets background color. |
borders |
getborders()
gets borders. |
boolean |
getfittext()
gets fit text option. |
cellmerge |
gethorizontalmerge()
returns the way of horizontal merging of the cell. |
paddings |
getpaddings()
gets paddings. |
boolean |
getsamepaddingsastable()
gets whether to use same paddings as table has. |
textdirection |
gettextdirection()
gets cell text direction. |
boolean |
gettextwrap()
gets a value indicating whether [text wrap]. |
verticalalignment |
getverticalalignment()
gets vertical alignment. |
cellmerge |
getverticalmerge()
returns the way of vertical merging of the cell. |
void |
setbackcolor(java.awt.color value)
sets background color. |
void |
setfittext(boolean value)
sets fit text option. |
void |
sethorizontalmerge(cellmerge value)
sets the way of horizontal merging of the cell. |
void |
setsamepaddingsastable(boolean value)
sets whether to use same paddings as table has. |
void |
settextdirection(textdirection value)
sets cell text direction. |
void |
settextwrap(boolean value)
sets a value indicating whether [text wrap]. |
void |
setverticalalignment(verticalalignment value)
sets vertical alignment. |
void |
setverticalmerge(cellmerge value)
sets the way of vertical merging of the cell. |
methods inherited from class com.spire.doc.formatting.formatbase |
---|
clearformatting, haskey, isdefault |
methods inherited from class com.spire.doc.ownerholder |
---|
getdocument |
constructor detail |
---|
public cellformat()
cellformat
class.
method detail |
---|
public borders getborders()
public paddings getpaddings()
public verticalalignment getverticalalignment()
public void setverticalalignment(verticalalignment value)
public java.awt.color getbackcolor()
public void setbackcolor(java.awt.color value)
public cellmerge getverticalmerge()
public void setverticalmerge(cellmerge value)
public cellmerge gethorizontalmerge()
public void sethorizontalmerge(cellmerge value)
public boolean gettextwrap()
public void settextwrap(boolean value)
public boolean getfittext()
public void setfittext(boolean value)
public textdirection gettextdirection()
public void settextdirection(textdirection value)
public boolean getsamepaddingsastable()
public void setsamepaddingsastable(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |