|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.doc.ownerholder
com.spire.doc.documents.xml.documentserializable
com.spire.doc.documentobject
com.spire.doc.documentbase
com.spire.doc.fields.paragraphbase
com.spire.doc.fields.shape.shapebase
com.spire.doc.fields.shapeobject
com.spire.doc.fields.docoleobject
public class docoleobject
constructor summary | |
---|---|
docoleobject(document doc)
initializes a new instance of the oleobject class. |
method summary | |
---|---|
characterformat |
getcharacterformat()
gets shape object's character format. |
java.io.inputstream |
getcontainer()
gets the ole container. |
boolean |
getdisplayasicon()
gets whether the oleobject is displayed as an icon or content. |
documentobjecttype |
getdocumentobjecttype()
gets the type of the document object. |
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 package (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 class com.spire.doc.fields.shapeobject |
---|
getchildobjects, getfillcolor, getlinestyle, getstrokecolor, getstrokeweight, getwordart, hasimage, setfillcolor, setlinestyle, setstrokecolor, setstrokeweight |
methods inherited from class com.spire.doc.fields.paragraphbase |
---|
applycharacterformat, applystyle, getancestor, getownerparagraph, getstylename, isdeleterevision, isinsertrevision |
methods inherited from class com.spire.doc.documentobject |
---|
deepclone, getfirstchild, getlastchild, getnextsibling, getowner, getprevioussibling, iscomposite, tostring |
methods inherited from class com.spire.doc.ownerholder |
---|
getdocument |
methods inherited from interface com.spire.doc.interfaces.iparagraphbase |
---|
applystyle, getownerparagraph, getstylename |
methods inherited from interface com.spire.doc.interfaces.idocumentobject |
---|
deepclone, getdocument, getnextsibling, getowner, getprevioussibling, iscomposite |
methods inherited from interface com.spire.doc.documents.irunattrsource |
---|
clearrunattrs, fetchinheritedrunattr, getdirectrunattr, getdirectrunattrbyindex, getdirectrunattrscount, setrunattr |
constructor detail |
---|
public docoleobject(document doc)
doc
- the doc.method detail |
---|
public boolean getdisplayasicon()
getdisplayasicon
in interface idocoleobject
public void setdisplayasicon(boolean value)
setdisplayasicon
in interface idocoleobject
value
- booleanpublic docpicture getolepicture()
getolepicture
in interface idocoleobject
public documentobjecttype getdocumentobjecttype()
getdocumentobjecttype
in interface idocumentobject
getdocumentobjecttype
in class shapeobject
public java.io.inputstream getcontainer()
getcontainer
in interface idocoleobject
public characterformat getcharacterformat()
shapeobject
getcharacterformat
in interface idocoleobject
getcharacterformat
in class shapeobject
public java.lang.string getolestoragename()
getolestoragename
in interface idocoleobject
public void setolestoragename(java.lang.string value)
setolestoragename
in interface idocoleobject
value
- the name of the ole storage.public java.lang.string getlinkpath()
getlinkpath
in interface idocoleobject
public void setlinkpath(java.lang.string value)
setlinkpath
in interface idocoleobject
value
- the link address.public olelinktype getlinktype()
getlinktype
in interface idocoleobject
public java.lang.string getobjecttype()
getobjecttype
in interface idocoleobject
public void setobjecttype(java.lang.string value)
setobjecttype
in interface idocoleobject
value
- the type of the object.public byte[] getnativedata()
getnativedata
in interface idocoleobject
public java.lang.string getpackagefilename()
getpackagefilename
in interface idocoleobject
public void setnativedata(byte[] nativedata)
setnativedata
in interface idocoleobject
nativedata
- the _native data.public void setolepicture(docpicture picture)
setolepicture
in interface idocoleobject
picture
- the picture.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |