public class BuildVersionInfo
extends java.lang.Object
To learn more, visit the Generator or Producer Name Included in Output Documents documentation article.
Examples:
Shows how to display information about your installed version of Aspose.Words.
System.out.println(MessageFormat.format("I am currently using {0}, version number {1}!", BuildVersionInfo.getProduct(), BuildVersionInfo.getVersion()));
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getProduct()
Gets the full name of the product.
|
static java.lang.String |
getVersion()
Gets the product version.
|
public static java.lang.String getProduct()
Examples:
Shows how to display information about your installed version of Aspose.Words.
System.out.println(MessageFormat.format("I am currently using {0}, version number {1}!", BuildVersionInfo.getProduct(), BuildVersionInfo.getVersion()));
public static java.lang.String getVersion()
Remarks:
The product version is in the "Major.Minor.Hotfix.0" format.
Examples:
Shows how to display information about your installed version of Aspose.Words.
System.out.println(MessageFormat.format("I am currently using {0}, version number {1}!", BuildVersionInfo.getProduct(), BuildVersionInfo.getVersion()));