xlsprstgeomshape-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.shapes
class xlsprstgeomshape
java.lang.object
com.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.shapes.xlsshape
com.spire.xls.core.spreadsheet.shapes.xlsprstgeomshape
- all implemented interfaces:
- iprstgeomshape, ishape
- direct known subclasses:
- xlsarcshape, xlslineshape, xlsrectangleshape
public class xlsprstgeomshape
- extends xlsshape
- implements iprstgeomshape
methods inherited from class com.spire.xls.core.spreadsheet.shapes.xlsshape |
deepclone, getalternativetext, getalternativetexttitle, getautosize, getbottomrow, getbottomrowoffset, getfill, getheight, gethtmlstring, getid, getleft, getleftcolumn, getleftcolumnoffset, getline, getname, getonaction, getresizebehave, getrightcolumn, getrightcolumnoffset, getrotation, getshadow, getshapeid, getthreed, gettop, gettoprow, gettoprowoffset, getupdatepositions, getvisible, getvmlshape, getwidth, hasfill, hasfill, haslineformat, haslineformat, isfliph, isfliph, isflipv, isflipv, isgroup, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, isrelative, isrelative, remove, scale, setalternativetext, setalternativetexttitle, setautosize, setbottomrow, setbottomrowoffset, setheight, sethtmlstring, setleft, setleftcolumn, setleftcolumnoffset, setname, setonaction, setresizebehave, setrightcolumn, setrightcolumnoffset, setrotation, setshapetype, settop, settoprow, settoprowoffset, setupdatepositions, setvisible, setwidth |
methods inherited from interface com.spire.xls.core.ishape |
getalternativetext, getfill, getheight, gethtmlstring, getid, getleft, getname, getonaction, getresizebehave, getrotation, getshadow, getthreed, gettop, getvisible, getwidth, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, remove, scale, setheight, sethtmlstring, setname, setonaction, setresizebehave, setrotation, settop, setvisible, setwidth |
xlsprstgeomshape
public xlsprstgeomshape(java.lang.object parent)
gettext
public java.lang.string gettext()
- description copied from interface:
iprstgeomshape
- text of the comment.
- specified by:
gettext
in interface iprstgeomshape
settext
public void settext(java.lang.string value)
- description copied from interface:
iprstgeomshape
- text of the comment.
- specified by:
settext
in interface iprstgeomshape
getprstshapetype
public prstgeomshapetype getprstshapetype()
- specified by:
getprstshapetype
in interface iprstgeomshape
getshapetype
public excelshapetype getshapetype()
- description copied from class:
xlsshape
- type of shape , read only.
- specified by:
getshapetype
in interface ishape
- overrides:
getshapetype
in class xlsshape
deepclone
public ishape deepclone(java.lang.object parent,
java.util.hashmap hashnewnames,
java.util.hashmap dicfontindexes,
boolean addtocollections)
- creates a clone of the current shape.
- overrides:
deepclone
in class xlsshape
- parameters:
parent
- new parent for the shape object.hashnewnames
- hashtable with new worksheet names.dicfontindexes
- dictionary with new font indexes.addtocollections
- indicates whether we should add created shape into all necessary parent collections.
- returns:
- a copy of the current shape.