|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.License
public class License
Provides methods to license the component.
Constructor Summary | |
---|---|
License()
Initializes a new instance of this class. |
Method Summary | |
---|---|
static java.lang.String |
getVersion()
Returns version of Aspose.Slides for Java. |
void |
setLicense(java.io.InputStream stream)
Licenses the component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public License()
Method Detail |
---|
public void setLicense(java.io.InputStream stream) throws com.aspose.slides.license.AsposeLicenseException
stream
- A stream that contains the license. Use null to switch to
evaluation mode.
com.aspose.slides.license.AsposeLicenseException
public static java.lang.String getVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |