|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.xlsworksheetbase
public abstract class xlsworksheetbase
constructor summary | |
---|---|
xlsworksheetbase(java.lang.object parent)
|
method summary | |
---|---|
void |
activate()
makes the current sheet the active sheet. |
iarcshapes |
getarcshapes()
|
ibuttonshapes |
getbuttonshapes()
|
ichartshapes |
getcharts()
returns charts collection. |
icheckboxes |
getcheckboxes()
returns inner checkboxes collection. |
java.lang.string |
getcodename()
name used by macros to access workbook items. |
icomboboxes |
getcomboboxes()
returns collection with all comboboxes inside this worksheet. |
icomments |
getcomments()
returns comments collection for this worksheet. |
boolean |
getdefaultgridlinecolor()
indicates whether gridline color has default value. |
int |
getfirstcolumn()
gets index of the first column of the worksheet. |
int |
getfirstrow()
gets index of the first row of the worksheet. |
excelcolors |
getgridlinecolor()
grid line color. |
|
getgroupboxes()
|
xlsheaderfootershapecollection |
getheaderfootershapes()
header / footer shapes collection. |
int |
getindex()
returns the index number of the object within the collection of objects. |
|
getlabelshapes()
|
int |
getlastcolumn()
gets index of the last column of the worksheet. |
int |
getlastrow()
gets one-based index of the last row of the worksheet. |
int |
getleftvisiblecolumn()
gets/sets left visible column of the worksheet. |
ilines |
getlines()
|
|
getlistboxes()
|
java.lang.string |
getname()
returns or sets the name of the object. |
iovalshapes |
getovalshapes()
|
xlsworkbook |
getparentworkbook()
returns parent workbook. |
ipictures |
getpictures()
pictures collection. |
boolean |
getprotectcontents()
indicates is current sheet is protected. |
boolean |
getprotectdrawingobjects()
true if objects are protected. |
int |
getprotection()
gets protected options. |
boolean |
getprotectscenarios()
true if the scenarios of the current sheet are protected. |
prstgeomshapecollection |
getprstgeomshapes()
returns prst geom shapes. |
iradiobuttons |
getradiobuttons()
returns inner radiobutton collection. |
int |
getrealindex()
index of the worksheet in the workbook (not necessary in worksheets collection) |
irectangleshapes |
getrectangleshapes()
|
iscrollbarshapes |
getscrollbarshapes()
|
ishapes |
getshapes()
shapes collection. |
int |
getsheetid()
returns sheetid for this sheet. |
ispinnershapes |
getspinnershapes()
|
java.awt.color |
gettabcolor()
tab color. |
ocolor |
gettabcolorobject()
tab color. |
excelcolors |
gettabknowncolor()
tab excel color. |
itextboxes |
gettextboxes()
returns inner textboxes collection. |
int |
gettopvisiblerow()
gets/sets top visible row of the worksheet. |
arcshapecollection |
gettypedarcs()
returns inner arcs collection. |
buttonshapecollection |
gettypedbuttons()
returns inner buttons collection. |
checkboxcollection |
gettypedcheckboxes()
returns inner checkboxes collection. |
comboboxcollection |
gettypedcomboboxes()
returns inner comboboxes collection. |
|
gettypedgroupboxes()
returns inner gourpboxes collection. |
|
gettypedlabels()
returns inner labels collection. |
linecollection |
gettypedlines()
returns inner lines collection. |
|
gettypedlistboxes()
returns inner listboxes collection. |
ovalshapecollection |
gettypedovals()
returns inner ovals collection. |
picturescollection |
gettypedpictures()
returns inner pictures collection. |
radiobuttoncollection |
gettypedradiobuttons()
returns inner radiobutton collection. |
rectanglecollection |
gettypedrects()
returns inner rects collection. |
scrollbarcollection |
gettypedscollbars()
returns inner scollbars collection. |
spinnershapecollection |
gettypedspinners()
returns inner spinners collection. |
textboxcollection |
gettypedtextboxes()
returns inner textboxes collection. |
boolean |
getunknownvmlshapes()
indicates whether worksheet contains some unknown vml shapes. |
worksheetvisibility |
getvisibility()
controls end user visibility of worksheet. |
int |
getvmlshapescount()
returns number of known vml shapes. |
iworkbook |
getworkbook()
get parent workbook of current worksheet. |
int |
getzoom()
zoom factor of document. |
boolean |
haspictures()
indicates whether tabsheet contains any picture. |
boolean |
hasvmlshapes()
indicates whether worksheet has vml shapes. |
boolean |
ispasswordprotected()
true if the worksheet has been protected with password. |
boolean |
isrighttoleft()
indicates whether worksheet is displayed right to left. |
void |
isrighttoleft(boolean value)
indicates whether worksheet is displayed right to left. |
boolean |
isselected()
indicates whether tab of this sheet is selected. |
void |
protect(java.lang.string password)
protects worksheet with password.protect the sheet except select lock/unlock cells. |
void |
protect(java.lang.string password,
java.util.enumset<sheetprotectiontype> options)
protects worksheet with password. |
void |
select()
selects current tab sheet. |
void |
selecttab()
adds sheet tab to the selected tab. |
void |
setchanged()
this method should be called after any changes in the worksheet. |
void |
setfirstcolumn(int value)
gets or sets index of the first column of the worksheet. |
void |
setfirstrow(int value)
gets / sets index of the first row of the worksheet. |
void |
setgridlinecolor(excelcolors value)
grid line color. |
void |
setindex(int value)
returns the index number of the object within the collection of objects. |
void |
setleftvisiblecolumn(int value)
gets/sets left visible column of the worksheet. |
void |
setname(java.lang.string name)
sets the name of the object. |
void |
setrealindex(int value)
index of the worksheet in the workbook (not necessary in worksheets collection) |
void |
settabcolor(java.awt.color tabcolor)
sets tab color. |
void |
settabknowncolor(excelcolors value)
tab excel color. |
void |
settopvisiblerow(int value)
gets/sets top visible row of the worksheet. |
void |
setunknownvmlshapes(boolean value)
indicates whether worksheet contains some unknown vml shapes. |
void |
setvisibility(worksheetvisibility value)
controls end user visibility of worksheet. |
void |
setzoom(int value)
zoom factor of document. |
void |
unprotect()
unprotects this wokrsheet. |
void |
unprotect(java.lang.string password)
unprotects this worksheet using specified password. |
void |
unselect()
unselects current tab sheet if possible. |
void |
unselect(boolean check)
unselects current tab sheet if possible. |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
constructor detail |
---|
public xlsworksheetbase(java.lang.object parent)
method detail |
---|
public void setchanged()
public java.lang.string getname()
public void setname(java.lang.string name)
public java.lang.string getcodename()
public int getzoom()
public void setzoom(int value)
public worksheetvisibility getvisibility()
public void setvisibility(worksheetvisibility value)
public iworkbook getworkbook()
public ichartshapes getcharts()
public icheckboxes getcheckboxes()
public ibuttonshapes getbuttonshapes()
public getlabelshapes()
public ilines getlines()
public getlistboxes()
public icomboboxes getcomboboxes()
public getgroupboxes()
public iovalshapes getovalshapes()
public irectangleshapes getrectangleshapes()
public iscrollbarshapes getscrollbarshapes()
public ispinnershapes getspinnershapes()
public iarcshapes getarcshapes()
public icomments getcomments()
public excelcolors getgridlinecolor()
public void setgridlinecolor(excelcolors value)
public boolean haspictures()
public boolean hasvmlshapes()
public xlsheaderfootershapecollection getheaderfootershapes()
public boolean getdefaultgridlinecolor()
public int getfirstrow()
public void setfirstrow(int value)
public int getfirstcolumn()
public void setfirstcolumn(int value)
public int getlastrow()
public int getlastcolumn()
public boolean ispasswordprotected()
public int getindex()
public void setindex(int value)
public int getleftvisiblecolumn()
public void setleftvisiblecolumn(int value)
public int getrealindex()
public void setrealindex(int value)
public int getsheetid()
public boolean isrighttoleft()
public void isrighttoleft(boolean value)
public xlsworkbook getparentworkbook()
public ipictures getpictures()
public iradiobuttons getradiobuttons()
public itextboxes gettextboxes()
public boolean isselected()
public boolean getprotectcontents()
public boolean getprotectdrawingobjects()
public int getprotection()
public boolean getprotectscenarios()
public java.awt.color gettabcolor()
public void settabcolor(java.awt.color tabcolor)
public ocolor gettabcolorobject()
public excelcolors gettabknowncolor()
public void settabknowncolor(excelcolors value)
public int gettopvisiblerow()
public void settopvisiblerow(int value)
public checkboxcollection gettypedcheckboxes()
public comboboxcollection gettypedcomboboxes()
public linecollection gettypedlines()
public rectanglecollection gettypedrects()
public arcshapecollection gettypedarcs()
public ovalshapecollection gettypedovals()
public buttonshapecollection gettypedbuttons()
public gettypedgroupboxes()
public gettypedlabels()
public gettypedlistboxes()
public scrollbarcollection gettypedscollbars()
public spinnershapecollection gettypedspinners()
public radiobuttoncollection gettypedradiobuttons()
public textboxcollection gettypedtextboxes()
public prstgeomshapecollection getprstgeomshapes()
public picturescollection gettypedpictures()
public boolean getunknownvmlshapes()
public void setunknownvmlshapes(boolean value)
public int getvmlshapescount()
public void activate()
public void select()
public void selecttab()
public void unselect()
public void unselect(boolean check)
check
- indicates whether to allow unselect last sheet.public void protect(java.lang.string password, java.util.enumset<sheetprotectiontype> options)
password
- protection password.
public void protect(java.lang.string password)
password
- protection password.
public void unprotect()
public void unprotect(java.lang.string password)
password
- password to unprotect.public ishapes getshapes()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |