com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class VbaModule

  • java.lang.Object
    • com.aspose.slides.VbaModule
  • All Implemented Interfaces:
    IVbaModule


    public final class VbaModule
    extends java.lang.Object
    implements IVbaModule

    Represents module that is contained in VBA project

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Gets the name of the module.
      java.lang.String getSourceCode()
      Returns or sets the source code of the module.
      void setSourceCode(java.lang.String value)
      Returns or sets the source code of the module.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public final java.lang.String getName()

        Gets the name of the module. Read-only String.

        Specified by:
        getName in interface IVbaModule
      • getSourceCode

        public final java.lang.String getSourceCode()

        Returns or sets the source code of the module. Read/write String.

        Specified by:
        getSourceCode in interface IVbaModule
      • setSourceCode

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

        Returns or sets the source code of the module. Read/write String.

        Specified by:
        setSourceCode in interface IVbaModule