|
|||||||||
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 |