|
|||||||||
| 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 idocoleobjectpublic void setdisplayasicon(boolean value)
setdisplayasicon in interface idocoleobjectvalue - booleanpublic docpicture getolepicture()
getolepicture in interface idocoleobjectpublic documentobjecttype getdocumentobjecttype()
getdocumentobjecttype in interface idocumentobjectgetdocumentobjecttype in class shapeobjectpublic java.io.inputstream getcontainer()
getcontainer in interface idocoleobjectpublic characterformat getcharacterformat()
shapeobjectgetcharacterformat in interface idocoleobjectgetcharacterformat in class shapeobjectpublic java.lang.string getolestoragename()
getolestoragename in interface idocoleobjectpublic void setolestoragename(java.lang.string value)
setolestoragename in interface idocoleobjectvalue - the name of the ole storage.public java.lang.string getlinkpath()
getlinkpath in interface idocoleobjectpublic void setlinkpath(java.lang.string value)
setlinkpath in interface idocoleobjectvalue - the link address.public olelinktype getlinktype()
getlinktype in interface idocoleobjectpublic java.lang.string getobjecttype()
getobjecttype in interface idocoleobjectpublic void setobjecttype(java.lang.string value)
setobjecttype in interface idocoleobjectvalue - the type of the object.public byte[] getnativedata()
getnativedata in interface idocoleobjectpublic java.lang.string getpackagefilename()
getpackagefilename in interface idocoleobjectpublic void setnativedata(byte[] nativedata)
setnativedata in interface idocoleobjectnativedata - the _native data.public void setolepicture(docpicture picture)
setolepicture in interface idocoleobjectpicture - the picture.
|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||