public abstract class Document extends Object
A superclass for all encapsulated documents.
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLicensed()
Indicates whether Aspose.Page for Java product license is accessed and valid.
|
abstract void |
save(Device device,
SaveOptions options)
Deprecated.
As of release 24.3, replaced by saveAsPdf() and saveAsImage() methods in subclasses. In 24.6 this method will be hidden.
|
@Deprecated public abstract void save(Device device, SaveOptions options) throws Exception
Saves this document to a device.
device - An output device.options - An options.Exception - Whatever exception raised during document saving.public boolean isLicensed()
Indicates whether Aspose.Page for Java product license is accessed and valid.
Copyright © 2025 Aspose. All Rights Reserved.