PlainTextDocument

Наследование: java.lang.Object

public class PlainTextDocument

Позволяет извлекать текстовое представление содержимого документа.

Чтобы узнать больше, посетитеWorking with Text Document документальная статья.

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

КонструкторОписание
PlainTextDocument(String fileName)Создает обычный текстовый документ из файла.
PlainTextDocument(String fileName, LoadOptions loadOptions)Создает обычный текстовый документ из файла.
PlainTextDocument(InputStream stream)Инициализирует новый экземпляр этого класса.
PlainTextDocument(InputStream stream, LoadOptions loadOptions)Инициализирует новый экземпляр этого класса.

Методы

МетодОписание
equals(Object arg0)
getBuiltInDocumentProperties()ПолучаетgetBuiltInDocumentProperties() документа.
getClass()
getCustomDocumentProperties()ПолучаетgetCustomDocumentProperties() документа.
getText()Получает текстовое содержимое документа, объединенного в виде строки.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PlainTextDocument(String fileName)

public PlainTextDocument(String fileName)

Создает обычный текстовый документ из файла. Автоматически определяет формат файла.

Параметры:

ПараметрТипОписание
fileNamejava.lang.StringИмя файла, из которого нужно извлечь текст.

PlainTextDocument(String fileName, LoadOptions loadOptions)

public PlainTextDocument(String fileName, LoadOptions loadOptions)

Создает обычный текстовый документ из файла. Позволяет указать дополнительные параметры, такие как пароль шифрования.

Параметры:

ПараметрТипОписание
fileNamejava.lang.StringИмя файла, из которого нужно извлечь текст.
loadOptionsLoadOptionsДополнительные параметры для использования при загрузке документа. Может быть нулевым.

PlainTextDocument(InputStream stream)

public PlainTextDocument(InputStream stream)

Инициализирует новый экземпляр этого класса.

Параметры:

ПараметрТипОписание
streamjava.io.InputStream

PlainTextDocument(InputStream stream, LoadOptions loadOptions)

public PlainTextDocument(InputStream stream, LoadOptions loadOptions)

Инициализирует новый экземпляр этого класса.

Параметры:

ПараметрТипОписание
streamjava.io.InputStream
loadOptionsLoadOptions

equals(Object arg0)

public boolean equals(Object arg0)

Параметры:

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

Возвращает: логический

getBuiltInDocumentProperties()

public BuiltInDocumentProperties getBuiltInDocumentProperties()

ПолучаетgetBuiltInDocumentProperties() документа.

Возвращает: BuiltInDocumentProperties -{getBuiltInDocumentProperties() документа.

getClass()

public final native Class<?> getClass()

Возвращает: java.lang.Класс

getCustomDocumentProperties()

public CustomDocumentProperties getCustomDocumentProperties()

ПолучаетgetCustomDocumentProperties() документа.

Возвращает: CustomDocumentProperties -{getCustomDocumentProperties() документа.

getText()

public String getText()

Получает текстовое содержимое документа, объединенного в виде строки.

Возвращает: java.lang.String — текстовое содержимое документа, объединенное в строку.

hashCode()

public native int hashCode()

Возвращает: инт

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Возвращает: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Параметры:

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

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Параметры:

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