com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IControl

    • Method Detail

      • getName

        java.lang.String getName()

        Returns the name of this control. Read/write String.

      • setName

        void setName(java.lang.String value)

        Returns the name of this control. Read/write String.

      • getClassId

        java.util.UUID getClassId()

        Gets class id of this control. Read-only UUID.

      • getPersistence

        int getPersistence()

        Gets the method used to store properties of the ActiveX control. Read only PersistenceType.

      • getActiveXControlBinary

        byte[] getActiveXControlBinary()

        Specifies the persistence of an ActiveX control when the method used to persist is either PersistStream, PersistStreamInit or PersistStorage.