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)
Saves this document to a device.
|
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 © 2021 Aspose. All Rights Reserved.