com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IVbaProject

  • All Known Implementing Classes:
    VbaProject


    public interface IVbaProject

    • Method Detail

      • getName

        java.lang.String getName()

        Returns the name of the VBA project. Read-only String.

      • toBinary

        byte[] toBinary()

        Returns the binary representation of the VBA project as OLE container. Read-only byte[].

        Returns:
        Binary representation of the VBA project as OLE container