|
||||||||
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.PictureFrame
com.aspose.slides.OleObjectFrame
public final class OleObjectFrame
Represents an OleObjectFrame shape.
Method Summary | |
---|---|
int |
getFollowColorScheme()
Determines how an OLE object follows the color scheme. |
java.lang.String |
getLinkPathLong()
Returns full path to the linked file. |
java.lang.String |
getLinkPathShort()
Returns full path to the linked file. |
java.lang.String |
getObjectClassName()
Returns the class name of an object. |
byte[] |
getObjectData()
Returns or sets embedded object as byte array. |
boolean |
getObjectIsIcon()
Deprecated. |
boolean |
getObjectIsLink()
Deprecated. |
java.lang.String |
getObjectName()
Returns the name of an object. |
java.lang.String |
getObjectProgId()
Returns the ProgID of an object. |
int |
getObjectType()
Returns or sets the type of an object. |
boolean |
isObjectIcon()
<b>True</b> if only icon of the object is visible. |
void |
isObjectIcon(boolean value)
|
boolean |
isObjectLink()
<b>True</b> if the object is link and not embedded to the presentation. |
void |
setFollowColorScheme(int value)
|
void |
setObjectClassName(java.lang.String value)
|
void |
setObjectData(byte[] value)
|
void |
setObjectIsIcon(boolean value)
Deprecated. |
void |
setObjectName(java.lang.String value)
|
void |
setObjectProgId(java.lang.String value)
|
void |
setObjectType(int value)
|
Methods inherited from class com.aspose.slides.PictureFrame |
---|
addTextFrame, getBrightness, getColorType, getContrast, getCropBottom, getCropLeft, getCropRight, getCropTop, getPictureFileName, getPictureId, getPictureLinked, getRecolor, getTransparentColor, isPictureLinked, serialize, setBrightness, setColorType, setContrast, setCropBottom, setCropLeft, setCropRight, setCropTop, setPictureFileName, setPictureId, setTransparentColor |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getObjectType()
Returns or sets the type of an object.
Read/write OleObjectType
.
public void setObjectType(int value)
public java.lang.String getObjectName()
Returns the name of an object.
Read-only string
.
public void setObjectName(java.lang.String value)
public java.lang.String getObjectClassName()
Returns the class name of an object.
Read-only string
.
public void setObjectClassName(java.lang.String value)
public java.lang.String getObjectProgId()
Returns the ProgID of an object.
Read-only string
.
public void setObjectProgId(java.lang.String value)
public byte[] getObjectData()
Returns or sets embedded object as byte array.
Read/write byte
[].
PptReadException
- In case OleObjectFrame is an Ole1 native object with unsupported format.public void setObjectData(byte[] value)
public boolean isObjectIcon()
<b>True</b>
if only icon of the object is visible.
Read/write bool
.
public void isObjectIcon(boolean value)
@Deprecated public boolean getObjectIsIcon()
<b>True</b>
if only icon of the object is visible.
Read/write bool
.
@Deprecated public void setObjectIsIcon(boolean value)
public boolean isObjectLink()
<b>True</b>
if the object is link and not embedded to the presentation.
Read-only bool
.
@Deprecated public boolean getObjectIsLink()
<b>True</b>
if the object is link and not embedded to the presentation.
Read-only bool
.
public java.lang.String getLinkPathShort()
Returns full path to the linked file. File name will be in short format.
Read-only string
.
public java.lang.String getLinkPathLong()
Returns full path to the linked file. Long file name will be used.
Read-only string
.
public int getFollowColorScheme()
Determines how an OLE object follows the color scheme.
Read/write OleFollowColorScheme
.
public void setFollowColorScheme(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |