Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadOleFrame



  • public class CadOleFrame
    extends CadBaseEntity

    The Cad OleFrame.

    • Constructor Detail

      • CadOleFrame

        public CadOleFrame()

        Initializes a new instance of the CadOleFrame class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadBaseEntity
        Returns:
        The name of the type.
      • getOleDataEnd

        public final String getOleDataEnd()

        Gets or sets the OLE data end.

        Returns:
        The OLE data end.
      • setOleDataEnd

        public final void setOleDataEnd(String value)

        Gets or sets the OLE data end.

        Parameters:
        value - The OLE data end.
      • getBinaryData

        public final byte[] getBinaryData()

        Gets or sets the binary data.

        Returns:
        The binary data.
      • setBinaryData

        public final void setBinaryData(byte[] value)

        Gets or sets the binary data.

        Parameters:
        value - The binary data.
      • getBinaryDataLength

        public final int getBinaryDataLength()

        Gets or sets the binary data length.

        Returns:
        The binary data length.
      • setBinaryDataLength

        public final void setBinaryDataLength(int value)

        Gets or sets the binary data length.

        Parameters:
        value - The binary data length.
      • getVersionNumber

        public final short getVersionNumber()

        Gets or sets the version number.

        Returns:
        The version number.
      • setVersionNumber

        public final void setVersionNumber(short value)

        Gets or sets the version number.

        Parameters:
        value - The version number.