|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ishapes
method summary | |
---|---|
ichartshape |
add()
adds new chart shape to the collection. |
icheckbox |
addcheckbox()
adds new check box to the collection. |
icomboboxshape |
addcombobox()
adds new check box to the collection. |
icommentshape |
addcomment()
adds new comment shape with empty comment text to the collection. |
icommentshape |
addcomment(java.lang.string commenttext)
adds new comment shape to the collection. |
icommentshape |
addcomment(java.lang.string commenttext,
boolean bisparseoptions)
adds new comment shape to the collection. |
ishape |
addcopy(ishape sourceshape)
adds shape copy to the collection. |
ishape |
addcopy(ishape sourceshape,
java.util.hashtable hashnewnames,
com.spire.ms.system.collections.generic.list arrfontindexes)
adds shape copy to shapes collection. |
ilineshape |
addline(java.awt.point startpoint,
java.awt.point endpoint,
lineshapetype lineshapetype)
adds new text line to the collection. |
iovalshape |
addoval(int row,
int column,
int height,
int width)
add new oval shape in the collection. |
ipictureshape |
addpicture(java.awt.image.bufferedimage image,
java.lang.string picturename,
imageformattype imageformat)
adds new image to the collection. |
ipictureshape |
addpicture(java.lang.string filename)
adds new image to the collection. |
iradiobutton |
addradiobutton()
adds new ootion button to the collection. |
itextboxlinkshape |
addtextbox()
adds new text box to the collection. |
ishape |
get(int index)
returns single shape from the collection by its index. |
ishape |
get(java.lang.string strshapename)
returns single shape from the collection by its name. |
int |
getcount()
returns the number of objects in the collection. |
method detail |
---|
ichartshape add()
ilineshape addline(java.awt.point startpoint, java.awt.point endpoint, lineshapetype lineshapetype)
startpoint
- startpointendpoint
- endpointlineshapetype
- lineshapetype
ipictureshape addpicture(java.awt.image.bufferedimage image, java.lang.string picturename, imageformattype imageformat)
image
- image to add.picturename
- file name with the image.imageformat
- image format to use for picture storing.
ipictureshape addpicture(java.lang.string filename)
filename
- file name with the image.
icommentshape addcomment(java.lang.string commenttext, boolean bisparseoptions)
commenttext
- text of the comment.bisparseoptions
- indicates is parse comment xlsfill line options.
icommentshape addcomment(java.lang.string commenttext)
commenttext
- text of the comment.
icommentshape addcomment()
ishape addcopy(ishape sourceshape)
sourceshape
- shape to copy.
ishape addcopy(ishape sourceshape, java.util.hashtable hashnewnames, com.spire.ms.system.collections.generic.list arrfontindexes)
sourceshape
- shape to copy.hashnewnames
- hashtable with new names of worksheets.arrfontindexes
- array list with new font indexes.
itextboxlinkshape addtextbox()
iovalshape addoval(int row, int column, int height, int width)
icheckbox addcheckbox()
icomboboxshape addcombobox()
iradiobutton addradiobutton()
int getcount()
ishape get(int index)
ishape get(java.lang.string strshapename)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |