|
||||||||
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 the OleObjectFrame shape.
Field Summary |
---|
Fields inherited from class com.aspose.slides.Shape |
---|
defaultConnectionPoints, emptyConnectionPoints, emptyShape, m_anchor, m_animationSettings, m_fillFormat, m_frame, m_lineFormat, m_link, m_nFSTVersion, m_options, m_parent, m_shadowFormat, m_shapesParent, m_tags, m_TextFrame, m_version |
Method Summary | |
---|---|
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 the embedded object as byte array. |
java.lang.String |
getObjectName()
Returns the name of an object. |
java.lang.String |
getObjectProgId()
Returns the ProgID of an object. |
int |
getObjectType()
Returns the type of an object. |
boolean |
isObjectIcon()
Determines whether the object is visible as icon only. |
boolean |
isObjectLink()
Determines whether the object is link and not embedded to a presentation. |
void |
setObjectClassName(java.lang.String value)
Sets the class name of an object. |
void |
setObjectData(byte[] value)
Sets embedded object as byte array. |
void |
setObjectIcon(boolean value)
Sets whether the object is visible as icon only. |
void |
setObjectName(java.lang.String value)
Sets the name of an object. |
void |
setObjectProgId(java.lang.String value)
Sets the ProgID of an object. |
void |
setObjectType(int type)
Sets the type of an object. |
Methods inherited from class com.aspose.slides.PictureFrame |
---|
addTextFrame, getBrightness, getColorType, getContrast, getCropBottom, getCropLeft, getCropRight, getCropTop, getPictureFileName, getPictureId, getRecolor, getTransparentColor, isPictureLinked, serialize, setBrightness, setColorType, setContrast, setCropBottom, setCropLeft, setCropRight, setCropTop, setPictureFileName, setPictureId, setTransparentColor |
Methods inherited from class com.aspose.slides.Shape |
---|
addLink, clearLink, createShapeElements, createShapeElements, getAlternativeText, getAnchor, getAnimationSettings, getConnectionSites, getConnectionSitesRaw, getFillFormat, getFrame, getgeoBottom, getgeoRight, getHeight, getLineFormat, getLink, getMasterShapeId, getName, getOptions, getParent, getPlaceholder, getRotation, getRotation0_360, getShadowFormat, getShapeId, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, hasExternalData, isFlipH, isFlipV, isHidden, isMasterTextHolder, isTextHolder, setAlternativeText, setFlipH, setFlipV, setHeight, setHidden, setName, setRotation, setWidth, setX, setY, shouldDraw, zOrder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getObjectType()
OleObjectType
.public void setObjectType(int type)
type
- the new type of an object.public java.lang.String getObjectName()
String
.public void setObjectName(java.lang.String value)
value
- the name of an object.public java.lang.String getObjectClassName()
String
.public void setObjectClassName(java.lang.String value)
value
- the class name of an object.public java.lang.String getObjectProgId()
String
.public void setObjectProgId(java.lang.String value)
value
- the ProgID of an object.public byte[] getObjectData() throws PptReadException
PptReadException
- In case OleObjectFrame is an Ole1 native object with unsupported format.public void setObjectData(byte[] value) throws PptException
value
- byte array.
PptException
public boolean isObjectIcon()
public void setObjectIcon(boolean value)
value
- true if only icon of the object is visible.public boolean isObjectLink()
public java.lang.String getLinkPathShort()
public java.lang.String getLinkPathLong()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |