com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IVbaModule

  • All Known Implementing Classes:
    VbaModule


    public interface IVbaModule

    • Method Detail

      • getName

        java.lang.String getName()

        Name of the module. Read-only String.

      • getSourceCode

        java.lang.String getSourceCode()

        Source code of the module. Read/write String.

      • setSourceCode

        void setSourceCode(java.lang.String value)

        Source code of the module. Read/write String.