com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class VbaReferenceOleTypeLib

  • java.lang.Object
    • com.aspose.slides.VbaReferenceOleTypeLib
    • Constructor Summary

      Constructors 
      Constructor and Description
      VbaReferenceOleTypeLib(java.lang.String name, java.lang.String libid)
      This constructor creates new OLE Automation type library reference.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getLibid()
      Represents the identifier of an Automation type library.
      java.lang.String getName()
      Represents the name of the VBA project reference.
      void setLibid(java.lang.String value)
      Represents the identifier of an Automation type library.
      void setName(java.lang.String value)
      Represents the name of the VBA project reference.
      • Methods inherited from class java.lang.Object

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

      • VbaReferenceOleTypeLib

        public VbaReferenceOleTypeLib(java.lang.String name,
                                      java.lang.String libid)

        This constructor creates new OLE Automation type library reference.

    • Method Detail

      • getName

        public final java.lang.String getName()

        Represents the name of the VBA project reference. Read/write String.

        Specified by:
        getName in interface IVbaReference
      • setName

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

        Represents the name of the VBA project reference. Read/write String.

        Specified by:
        setName in interface IVbaReference
      • getLibid

        public final java.lang.String getLibid()

        Represents the identifier of an Automation type library. Read/write String.

        Specified by:
        getLibid in interface IVbaReferenceOleTypeLib
      • setLibid

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

        Represents the identifier of an Automation type library. Read/write String.

        Specified by:
        setLibid in interface IVbaReferenceOleTypeLib