Document

Inheritance: java.lang.Object

public abstract class Document

Суперкласс для всех инкапсулированных документов.

Конструкторы

КонструкторОписание
Document()

Методы

МетодОписание
equals(Object arg0)
getClass()
hashCode()
isLicensed()Указывает, доступна ли лицензия продукта Aspose.Page for Java и является ли она действительной.
notify()
notifyAll()
save(Device device, SaveOptions options)Сохраняет этот документ на устройство.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Document()

public Document()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ПараметрТипОписание
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

isLicensed()

public boolean isLicensed()

Указывает, доступна ли лицензия продукта Aspose.Page for Java и является ли она действительной.

Returns: boolean — логическое значение

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

save(Device device, SaveOptions options)

public abstract void save(Device device, SaveOptions options)

Сохраняет этот документ на устройство.

Parameters:

ПараметрТипОписание
deviceDeviceУстройство вывода.
optionsSaveOptionsОпции.

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ПараметрТипОписание
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ПараметрТипОписание
arg0long
arg1int