TextDocument-class {tm}R Documentation

Text Document

Description

A class representing a text document with additional information.

Objects from the Class

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

Slots

Author:
Object of class character containing the author names.
DateTimeStamp:
Object of class character containing the date and time when the document was written.
Description:
Object of class character containing additional text information.
ID:
Object of class integer containing an identifier.
Origin:
Object of class character containing information on the source and origin of the text.
Heading:
Object of class character containing the title or a short heading.
Language:
Object of class character containing the language of the text.
LocalMetaData:
Object of class list containing the local meta data in form of tag-value pairs.

Methods

Author
signature(object = "TextDocument"): Returns the author names.
Author<-
signature(object = "TextDocument"): Sets the author names.
DateTimeStamp
signature(object = "TextDocument"): Returns the date and time when the document was written.
DateTimeStamp<-
signature(object = "TextDocument"): Sets the date and time when the document was written.
Description
signature(object = "TextDocument"): Returns additional text information.
Description<-
signature(object = "TextDocument"): Sets additional text information.
ID
signature(object = "TextDocument"): Returns the identifier.
ID<-
signature(object = "TextDocument"): Sets the identifier.
Origin
signature(object = "TextDocument"): Returns information on the source and origin of the text.
Origin<-
signature(object = "TextDocument"): Sets information on the source and origin of the text.
Heading
signature(object = "TextDocument"): Returns the title or a short heading.
Heading<-
signature(object = "TextDocument"): Sets the title or a short heading.
Language
signature(object = "TextDocument"): Returns the text language.
Language<-
signature(object = "TextDocument"): Sets the text language.
LocalMetaData
signature(object = "TextDocument"): Returns the local meta data in form of a tag-value paired list.

Author(s)

Ingo Feinerer

See Also

DublinCore


[Package tm version 0.3-3 Index]