|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOleObjectFrame
Represents an OLE object on a slide.
Method Summary | |
---|---|
java.lang.String |
getEmbeddedFileExtension()
Returns the file extension for the current embedded object or empty string if object is not a link |
java.lang.String |
getEmbeddedFileLabel()
Returns the file name of embedded OLE object |
java.lang.String |
getEmbeddedFileName()
Returns the path of embedded OLE object |
java.lang.String |
getLinkFileName()
Returns the full path to a linked file. |
java.lang.String |
getLinkPathLong()
Returns the full path to a linked file. |
byte[] |
getObjectData()
Gets or sets embedded object as byte array. |
java.lang.String |
getObjectName()
Returns or sets the name of an object. |
java.lang.String |
getObjectProgId()
Returns or sets the ProgID of an object. |
IPictureFillFormat |
getSubstitutePictureFormat()
Returns OleObject image fill properties object. |
boolean |
getUpdateAutomatic()
Determines if the linked embedded object is automatically updated when the presentation is opened or printed. |
boolean |
isObjectIcon()
Determines whether an object is visible as icon. |
void |
isObjectIcon(boolean value)
Determines whether an object is visible as icon. |
boolean |
isObjectLink()
Determines whether an object is linked to external file. |
void |
setLinkPathLong(java.lang.String value)
Returns the full path to a linked file. |
void |
setObjectData(byte[] value)
Gets or sets embedded object as byte array. |
void |
setObjectName(java.lang.String value)
Returns or sets the name of an object. |
void |
setObjectProgId(java.lang.String value)
Returns or sets the ProgID of an object. |
void |
setUpdateAutomatic(boolean value)
Determines if the linked embedded object is automatically updated when the presentation is opened or printed. |
Methods inherited from interface com.aspose.slides.IGraphicalObject |
---|
getGraphicalObjectLock |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Methods inherited from interface com.aspose.slides.IHyperlinkContainer |
---|
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver |
Method Detail |
---|
IPictureFillFormat getSubstitutePictureFormat()
Returns OleObject image fill properties object.
Read-only IPictureFillFormat
.
java.lang.String getObjectName()
Returns or sets the name of an object.
Read/write String
.
void setObjectName(java.lang.String value)
Returns or sets the name of an object.
Read/write String
.
java.lang.String getObjectProgId()
Returns or sets the ProgID of an object.
Read/write String
.
void setObjectProgId(java.lang.String value)
Returns or sets the ProgID of an object.
Read/write String
.
byte[] getObjectData()
Gets or sets embedded object as byte array.
Read/write byte[]
.
void setObjectData(byte[] value)
Gets or sets embedded object as byte array.
Read/write byte[]
.
java.lang.String getLinkFileName()
Returns the full path to a linked file. Short file name will be used.
Read-only String
.
java.lang.String getLinkPathLong()
Returns the full path to a linked file. Long file name will be used.
Read/write String
.
void setLinkPathLong(java.lang.String value)
Returns the full path to a linked file. Long file name will be used.
Read/write String
.
java.lang.String getEmbeddedFileLabel()
Returns the file name of embedded OLE object
java.lang.String getEmbeddedFileName()
Returns the path of embedded OLE object
java.lang.String getEmbeddedFileExtension()
Returns the file extension for the current embedded object or empty string if object is not a link
boolean isObjectIcon()
Determines whether an object is visible as icon.
Read/write boolean
.
void isObjectIcon(boolean value)
Determines whether an object is visible as icon.
Read/write boolean
.
boolean isObjectLink()
Determines whether an object is linked to external file.
Read-only boolean
.
boolean getUpdateAutomatic()
Determines if the linked embedded object is automatically updated when the presentation is opened or printed.
Read/write boolean
.
void setUpdateAutomatic(boolean value)
Determines if the linked embedded object is automatically updated when the presentation is opened or printed.
Read/write boolean
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |