com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class BuildVersionInfo

  • java.lang.Object
    • com.aspose.slides.BuildVersionInfo


  • public class BuildVersionInfo
    extends java.lang.Object

    Contains information about version of Aspose.Slides.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String AssemblyVersion
      Version of Aspose.Slides assembly.
      static java.lang.String FileVersion
      Version of assembly file.
      static java.lang.String Product
      Product name of Aspose.Slides
      static int ProductMajor
      Major version number.
      static int ProductMinor
      Minor version number.
      static com.aspose.ms.System.DateTime ReleaseDate
      Release date of the assembly.
    • Constructor Summary

      Constructors 
      Constructor and Description
      BuildVersionInfo() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AssemblyVersion

        public static final java.lang.String AssemblyVersion

        Version of Aspose.Slides assembly.

        See Also:
        Constant Field Values
      • FileVersion

        public static final java.lang.String FileVersion

        Version of assembly file.

        See Also:
        Constant Field Values
      • Product

        public static final java.lang.String Product

        Product name of Aspose.Slides

        See Also:
        Constant Field Values
      • ProductMajor

        public static final int ProductMajor

        Major version number.

        See Also:
        Constant Field Values
      • ProductMinor

        public static final int ProductMinor

        Minor version number.

        See Also:
        Constant Field Values
      • ReleaseDate

        public static final com.aspose.ms.System.DateTime ReleaseDate

        Release date of the assembly.

    • Constructor Detail

      • BuildVersionInfo

        public BuildVersionInfo()