PlainTextDocument-class {tm}R Documentation

Plain Text Document

Description

A class representing a plain text document with additional information.

Objects from the Class

Objects can be created by calls of the form new("PlainTextDocument", ...).

Slots

URI:
Object of class character containing the path and filename holding the data physically on disk.
Cached:
Object of class logical containing the status whether the file was already loaded into memory.

Extends

Class character and TextDocument, directly.

Methods

Content
signature(object = "PlainTextDocument"): Returns the text corpus, i.e., the actual character data slot.
Content<-
signature(object = "PlainTextDocument"): Sets the text corpus, i.e., the actual character data slot.
URI
signature(object = "PlainTextDocument"): Returns the filename on disk.
Cached
signature(object = "PlainTextDocument"): Returns status information for loading on demand.
Cached<-
signature(object = "PlainTextDocument"): Sets status information for loading on demand.

Author(s)

Ingo Feinerer


[Package tm version 0.3-3 Index]