|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.GraphicalObject
com.aspose.slides.OleObjectFrame
public class OleObjectFrame
Represents an OLE object on a slide.
Method Summary | |
---|---|
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()
Returns 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)
|
boolean |
isObjectLink()
Determines whether an object is linked to external file. |
void |
setLinkPathLong(java.lang.String value)
|
void |
setObjectData(byte[] value)
|
void |
setObjectName(java.lang.String value)
|
void |
setObjectProgId(java.lang.String value)
|
void |
setUpdateAutomatic(boolean value)
|
Methods inherited from class com.aspose.slides.GraphicalObject |
---|
getShapeLock |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IGraphicalObject |
---|
getShapeLock |
Methods inherited from interface com.aspose.slides.IShape |
---|
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY |
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 |
---|
public IPictureFillFormat getSubstitutePictureFormat()
Returns OleObject image fill properties object.
Readonly PictureFillFormat
.
getSubstitutePictureFormat
in interface IOleObjectFrame
public java.lang.String getObjectName()
Returns or sets the name of an object.
Read/write string
.
getObjectName
in interface IOleObjectFrame
public void setObjectName(java.lang.String value)
setObjectName
in interface IOleObjectFrame
public java.lang.String getObjectProgId()
Returns or sets the ProgID of an object.
Read/write string
.
getObjectProgId
in interface IOleObjectFrame
public void setObjectProgId(java.lang.String value)
setObjectProgId
in interface IOleObjectFrame
public byte[] getObjectData()
Returns or sets embedded object as byte array.
Read/write byte
[].
getObjectData
in interface IOleObjectFrame
public void setObjectData(byte[] value)
setObjectData
in interface IOleObjectFrame
public java.lang.String getLinkFileName()
Returns the full path to a linked file. Short file name will be used.
Read-only string
.
getLinkFileName
in interface IOleObjectFrame
public java.lang.String getLinkPathLong()
Returns the full path to a linked file. Long file name will be used.
Read-only string
.
getLinkPathLong
in interface IOleObjectFrame
public void setLinkPathLong(java.lang.String value)
setLinkPathLong
in interface IOleObjectFrame
public boolean isObjectIcon()
Determines whether an object is visible as icon.
Read/write bool
.
isObjectIcon
in interface IOleObjectFrame
public void isObjectIcon(boolean value)
isObjectIcon
in interface IOleObjectFrame
public boolean isObjectLink()
Determines whether an object is linked to external file.
Read-only bool
.
isObjectLink
in interface IOleObjectFrame
public boolean getUpdateAutomatic()
Determines if the linked embedded object is automatically updated when the presentation is opened or printed.
Read/write bool
.
getUpdateAutomatic
in interface IOleObjectFrame
public void setUpdateAutomatic(boolean value)
setUpdateAutomatic
in interface IOleObjectFrame
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |