java.lang.Objectcom.aspose.words.BuildVersionInfo
public class BuildVersionInfo
Example:
System.out.println(MessageFormat.format("I am currently using {0}, version number {1}.", BuildVersionInfo.getProduct(), BuildVersionInfo.getVersion()));
Property Getters/Setters Summary | ||
---|---|---|
static java.lang.String | getProduct() | |
Gets the full name of the product. | ||
static java.lang.String | getVersion() | |
Gets the product version. |
Property Getters/Setters Detail |
---|
getProduct | |
public static java.lang.String getProduct() |
getVersion | |
public static java.lang.String getVersion() |
The product version is in the "Major.Minor.Hotfix.0" format.