Document

Inheritance: java.lang.Object

public abstract class Document

A superclass for all encapsulated documents.

Constructors

ConstructorDescription
Document()

Methods

MethodDescription
save(Device device, SaveOptions options)Saves this document to a device.
isLicensed()Indicates whether Aspose.Page for Java product license is accessed and valid.

Document()

public Document()

save(Device device, SaveOptions options)

public abstract void save(Device device, SaveOptions options)

Saves this document to a device.

Parameters:

ParameterTypeDescription
deviceDeviceAn output device.
optionsSaveOptionsAn options.

isLicensed()

public boolean isLicensed()

Indicates whether Aspose.Page for Java product license is accessed and valid.

Returns: boolean - boolean value