com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class OleObjectFrame

    • Method Detail

      • getSubstitutePictureTitle

        public final java.lang.String getSubstitutePictureTitle()

        Returns or sets the title for OleObject icon. Read/write String.


        When IsObjectIcon == false this value is ignored. The string can be truncated according to the size of the Ole icon.
        Specified by:
        getSubstitutePictureTitle in interface IOleObjectFrame
      • setSubstitutePictureTitle

        public final void setSubstitutePictureTitle(java.lang.String value)

        Returns or sets the title for OleObject icon. Read/write String.


        When IsObjectIcon == false this value is ignored. The string can be truncated according to the size of the Ole icon.
        Specified by:
        setSubstitutePictureTitle in interface IOleObjectFrame
      • getObjectName

        public final java.lang.String getObjectName()

        Returns or sets the name of an object. Read/write String.

        Specified by:
        getObjectName in interface IOleObjectFrame
      • setObjectName

        public final void setObjectName(java.lang.String value)

        Returns or sets the name of an object. Read/write String.

        Specified by:
        setObjectName in interface IOleObjectFrame
      • getObjectProgId

        public final java.lang.String getObjectProgId()

        Returns or sets the ProgID of an object. Read/write String.

        Specified by:
        getObjectProgId in interface IOleObjectFrame
      • setObjectProgId

        public final void setObjectProgId(java.lang.String value)

        Returns or sets the ProgID of an object. Read/write String.

        Specified by:
        setObjectProgId in interface IOleObjectFrame
      • getObjectData

        public final byte[] getObjectData()

        Returns or sets embedded object as byte array. Read/write byte[].

        Specified by:
        getObjectData in interface IOleObjectFrame
      • setObjectData

        public final void setObjectData(byte[] value)

        Returns or sets embedded object as byte array. Read/write byte[].

        Specified by:
        setObjectData in interface IOleObjectFrame
      • getLinkFileName

        public final java.lang.String getLinkFileName()

        Returns the full path to a linked file. Short file name will be used. Read-only String.

        Specified by:
        getLinkFileName in interface IOleObjectFrame
      • getLinkPathLong

        public final java.lang.String getLinkPathLong()

        Returns the full path to a linked file. Long file name will be used. Read/write String.

        Specified by:
        getLinkPathLong in interface IOleObjectFrame
      • setLinkPathLong

        public final void setLinkPathLong(java.lang.String value)

        Returns the full path to a linked file. Long file name will be used. Read/write String.

        Specified by:
        setLinkPathLong in interface IOleObjectFrame
      • getEmbeddedFileLabel

        public final java.lang.String getEmbeddedFileLabel()

        Returns the file name of embedded OLE object

        Specified by:
        getEmbeddedFileLabel in interface IOleObjectFrame
      • getEmbeddedFileName

        public final java.lang.String getEmbeddedFileName()

        Returns the path of embedded OLE object

        Specified by:
        getEmbeddedFileName in interface IOleObjectFrame
      • getEmbeddedFileExtension

        public final java.lang.String getEmbeddedFileExtension()

        Returns the file extension for the current embedded object or empty string if object is not a link

        Specified by:
        getEmbeddedFileExtension in interface IOleObjectFrame
      • getEmbeddedFileData

        public final byte[] getEmbeddedFileData()

        Returns the file data of embedded OLE object

        Specified by:
        getEmbeddedFileData in interface IOleObjectFrame
      • isObjectIcon

        public final boolean isObjectIcon()

        Determines whether an object is visible as icon. Read/write boolean.

        Specified by:
        isObjectIcon in interface IOleObjectFrame
      • setObjectIcon

        public final void setObjectIcon(boolean value)

        Determines whether an object is visible as icon. Read/write boolean.

        Specified by:
        setObjectIcon in interface IOleObjectFrame
      • isObjectLink

        public final boolean isObjectLink()

        Determines whether an object is linked to external file. Read-only boolean.

        Specified by:
        isObjectLink in interface IOleObjectFrame
      • getUpdateAutomatic

        public final boolean getUpdateAutomatic()

        Determines if the linked embedded object is automatically updated when the presentation is opened or printed. Read/write boolean.

        Specified by:
        getUpdateAutomatic in interface IOleObjectFrame
      • setUpdateAutomatic

        public final void setUpdateAutomatic(boolean value)

        Determines if the linked embedded object is automatically updated when the presentation is opened or printed. Read/write boolean.

        Specified by:
        setUpdateAutomatic in interface IOleObjectFrame