|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface idocoleobject
interface publishes base the ole objects
method summary | |
---|---|
characterformat |
getcharacterformat()
gets the current characterformat. |
java.io.inputstream |
getcontainer()
gets the ole container. |
boolean |
getdisplayasicon()
gets whether the oleobject is displayed as an icon or content. |
java.lang.string |
getlinkpath()
gets the link path. |
olelinktype |
getlinktype()
gets the type of the ole object. |
byte[] |
getnativedata()
gets the _native data of embedded ole object. |
java.lang.string |
getobjecttype()
gets the type of the ole object. |
docpicture |
getolepicture()
gets the ole picture. |
java.lang.string |
getolestoragename()
gets the name of the ole object storage. |
java.lang.string |
getpackagefilename()
gets the name of file embedded in the openpackage (only if oletype is "package"). |
void |
setdisplayasicon(boolean value)
sets whether the oleobject is displayed as an icon or content. |
void |
setlinkpath(java.lang.string value)
sets the link path. |
void |
setnativedata(byte[] nativedata)
sets the _native data. |
void |
setobjecttype(java.lang.string value)
sets the type of the ole object. |
void |
setolepicture(docpicture picture)
sets the ole picture. |
void |
setolestoragename(java.lang.string value)
sets the name of the ole object storage. |
methods inherited from interface com.spire.doc.interfaces.iparagraphbase |
---|
applystyle, getownerparagraph, getstylename |
methods inherited from interface com.spire.doc.interfaces.idocumentobject |
---|
deepclone, getdocument, getdocumentobjecttype, getnextsibling, getowner, getprevioussibling, iscomposite |
method detail |
---|
characterformat getcharacterformat()
java.io.inputstream getcontainer()
boolean getdisplayasicon()
void setdisplayasicon(boolean value)
value
- booleanjava.lang.string getlinkpath()
void setlinkpath(java.lang.string value)
value
- the link address.olelinktype getlinktype()
byte[] getnativedata()
java.lang.string getobjecttype()
void setobjecttype(java.lang.string value)
value
- the type of the object.docpicture getolepicture()
java.lang.string getolestoragename()
void setolestoragename(java.lang.string value)
value
- the name of the ole storage.java.lang.string getpackagefilename()
void setnativedata(byte[] nativedata)
nativedata
- the _native data.void setolepicture(docpicture picture)
picture
- the picture.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |