|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.commonwrapper
com.spire.xls.core.spreadsheet.addtionalformatwrapper
public class addtionalformatwrapper
constructor summary | |
---|---|
addtionalformatwrapper(xlsworkbook book)
|
method summary | |
---|---|
void |
beginupdate()
this method should be called before several updates to the object will take place. |
void |
endupdate()
this method should be called after several updates to the object took place. |
java.awt.color |
getbackgroundcolor()
gets fill background color. |
excelcolors |
getbackgroundknowncolor()
gets index of fill background excel color. |
ocolor |
getbottombordercolor()
gets bottom border color. |
linestyletype |
getbottomborderlinestyle()
gets line style of the bottom border. |
java.awt.color |
getcolor()
gets the cell shading color. |
ocolor |
getdiagonalbordercolor()
gets diagonal border color. |
linestyletype |
getdiagonaldownborderlinestyle()
gets line style of the diagonal border. |
boolean |
getdiagonaldownvisible()
indicates whether diagonal down line is visible. |
linestyletype |
getdiagonalupborderlinestyle()
gets line style of the diagonal border. |
boolean |
getdiagonalupvisible()
indicates whether diagonal up line is visible. |
int |
getextendedformatindex()
gets extended format index. |
excelpatterntype |
getfillpattern()
gets fill pattern type. |
com.spire.ms.system.drawing.color |
getforegroundcolor()
gets fill foreground color. |
excelcolors |
getforegroundknowncolor()
gets fill foreground excel color. |
boolean |
getformulahidden()
true if the formula will be hidden when the worksheet is protected. |
horizontalaligntype |
gethorizontalalignment()
returns the horizontal alignment for the specified object. |
boolean |
getincludealignment()
true if the style includes the add indent, horizontal alignment, vertical alignment, wrap text, and orientation properties. |
boolean |
getincludeborder()
true if the style includes the color, knowncolor, linestyle, and weight border properties |
boolean |
getincludefont()
true if the style includes the background, bold, color, knowncolor, fontstyle, italic, name, outlinefont, shadow, size, strikethrough, subscript, superscript, and underline font properties. |
boolean |
getincludenumberformat()
true if the style includes the numberformat property. |
boolean |
getincludepatterns()
true if the style includes the color, knowncolor, invertifnegative, pattern, patterncolor, and patternknowncolor interior properties. |
boolean |
getincludeprotection()
true if the style includes the formulahidden and locked protection properties. |
int |
getindentlevel()
returns or sets the indent level for the style. |
boolean |
getjustifylast()
represents justify text alignment |
excelcolors |
getknowncolor()
gets the cell shading excel color. |
ocolor |
getleftbordercolor()
gets left border color. |
linestyletype |
getleftborderlinestyle()
gets line style of the left border. |
boolean |
getlocked()
true if the object is locked; false if the object can be modified when the sheet is protected. |
java.lang.string |
getnumberformat()
returns or sets the format code for the object. |
int |
getnumberformatindex()
gets format index. |
java.lang.string |
getnumberformatlocal()
returns or sets the format code for the object as a string in the language of the user. |
inumberformat |
getnumberformatsettings()
returns object that describes number format. |
java.awt.color |
getpatterncolor()
returns the color of the interior pattern. |
excelcolors |
getpatternknowncolor()
returns the excel color of the interior. |
readingordertype |
getreadingorder()
returns or sets the reading order for the specified object. |
ocolor |
getrightbordercolor()
gets right border color. |
linestyletype |
getrightborderlinestyle()
gets line style of the right border. |
int |
getrotation()
the text orientation. |
boolean |
getshrinktofit()
true if text automatically shrinks to fit in the available column width. |
ocolor |
gettopbordercolor()
gets top border color. |
linestyletype |
gettopborderlinestyle()
gets line style of the top border. |
verticalaligntype |
getverticalalignment()
returns the vertical alignment of the specified object. |
boolean |
getwraptext()
true if microsoft excel wraps the text in the object. |
boolean |
isfirstsymbolapostrophe()
if true then first symbol in cell is apostrophe. |
void |
setbackgroundcolor(java.awt.color color)
sets fill background color. |
void |
setcolor(java.awt.color color)
sets the cell shading color. |
void |
setpatterncolor(java.awt.color color)
sets the color of the interior pattern. |
methods inherited from interface com.spire.xls.core.istyle |
---|
getbuiltin, getinterior, getname, isinitialized |
methods inherited from interface com.spire.xls.core.iextendedformat |
---|
getborders, getfont, isfirstsymbolapostrophe, ismodified, setfillpattern, setformulahidden, sethorizontalalignment, setincludealignment, setincludefont, setincludenumberformat, setincludepatterns, setincludeprotection, setindentlevel, setknowncolor, setlocked, setnumberformat, setnumberformatindex, setnumberformatlocal, setpatternknowncolor, setreadingorder, setrotation, setshrinktofit, setverticalalignment, setwraptext |
constructor detail |
---|
public addtionalformatwrapper(xlsworkbook book)
method detail |
---|
public ocolor getbottombordercolor()
public ocolor gettopbordercolor()
public ocolor getleftbordercolor()
public ocolor getrightbordercolor()
public ocolor getdiagonalbordercolor()
public linestyletype getleftborderlinestyle()
public linestyletype getrightborderlinestyle()
public linestyletype gettopborderlinestyle()
public linestyletype getbottomborderlinestyle()
public linestyletype getdiagonalupborderlinestyle()
public linestyletype getdiagonaldownborderlinestyle()
public boolean getdiagonalupvisible()
public boolean getdiagonaldownvisible()
public excelpatterntype getfillpattern()
getfillpattern
in interface iextendedformat
public int getextendedformatindex()
public excelcolors getbackgroundknowncolor()
public java.awt.color getbackgroundcolor()
public void setbackgroundcolor(java.awt.color color)
public excelcolors getforegroundknowncolor()
public com.spire.ms.system.drawing.color getforegroundcolor()
public int getnumberformatindex()
getnumberformatindex
in interface iextendedformat
public horizontalaligntype gethorizontalalignment()
gethorizontalalignment
in interface iextendedformat
public boolean getincludealignment()
getincludealignment
in interface iextendedformat
public boolean getincludeborder()
getincludeborder
in interface iextendedformat
public boolean getincludefont()
getincludefont
in interface iextendedformat
public boolean getincludenumberformat()
getincludenumberformat
in interface iextendedformat
public boolean getincludepatterns()
getincludepatterns
in interface iextendedformat
public boolean getincludeprotection()
getincludeprotection
in interface iextendedformat
public int getindentlevel()
getindentlevel
in interface iextendedformat
public boolean getformulahidden()
getformulahidden
in interface iextendedformat
public boolean getlocked()
getlocked
in interface iextendedformat
public boolean getjustifylast()
getjustifylast
in interface iextendedformat
public java.lang.string getnumberformat()
getnumberformat
in interface iextendedformat
public java.lang.string getnumberformatlocal()
getnumberformatlocal
in interface iextendedformat
public inumberformat getnumberformatsettings()
getnumberformatsettings
in interface iextendedformat
public readingordertype getreadingorder()
getreadingorder
in interface iextendedformat
public int getrotation()
getrotation
in interface iextendedformat
public boolean getshrinktofit()
getshrinktofit
in interface iextendedformat
public verticalaligntype getverticalalignment()
getverticalalignment
in interface iextendedformat
public boolean getwraptext()
getwraptext
in interface iextendedformat
public boolean isfirstsymbolapostrophe()
isfirstsymbolapostrophe
in interface iextendedformat
public excelcolors getpatternknowncolor()
getpatternknowncolor
in interface iextendedformat
public java.awt.color getpatterncolor()
getpatterncolor
in interface iextendedformat
public void setpatterncolor(java.awt.color color)
setpatterncolor
in interface iextendedformat
public excelcolors getknowncolor()
getknowncolor
in interface iextendedformat
public java.awt.color getcolor()
getcolor
in interface iextendedformat
public void setcolor(java.awt.color color)
setcolor
in interface iextendedformat
public void beginupdate()
beginupdate
in interface ioptimizedupdate
beginupdate
in class commonwrapper
public void endupdate()
endupdate
in interface ioptimizedupdate
endupdate
in class commonwrapper
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |