📄 textdocument-class.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Text document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../R.css">
</head><body>
<table width="100%" summary="page for TextDocument-class {tm}"><tr><td>TextDocument-class {tm}</td><td align="right">R Documentation</td></tr></table>
<h2>Text document</h2>
<h3>Description</h3>
<p>
A class representing a text document with additional information.
</p>
<h3>Objects from the Class</h3>
<p>
Objects can be created by calls of the form <code>new("TextDocument", ...)</code>.
</p>
<h3>Slots</h3>
<dl>
<dt><code>Author</code>:</dt><dd>Object of class <code>character</code> containing
the author names</dd>
<dt><code>DateTimeStamp</code>:</dt><dd>Object of class <code>character</code> containing the
date and time when the document was written</dd>
<dt><code>Description</code>:</dt><dd>Object of class <code>character</code> containing
additional text information</dd>
<dt><code>ID</code>:</dt><dd>Object of class <code>integer</code> containing
an identifier</dd>
<dt><code>Origin</code>:</dt><dd>Object of class <code>character</code> containing
information on the source and origin of the text</dd>
<dt><code>Heading</code>:</dt><dd>Object of class <code>character</code> containing
the title or a short heading</dd>
<dt><code>Language</code>:</dt><dd>Object of class <code>character</code> containing
the language of the text</dd>
<dt><code>LocalMetaData</code>:</dt><dd>Object of class <code>list</code> containing
the local metadata in form of tag-value pairs</dd>
</dl>
<h3>Methods</h3>
<dl>
<dt>Author</dt><dd><code>signature(object = "TextDocument")</code>: returns the
author names</dd>
<dt>Author<-</dt><dd><code>signature(object = "TextDocument")</code>: sets the
author names</dd>
<dt>DateTimeStamp</dt><dd><code>signature(object = "TextDocument")</code>: returns the
date and time when the document was written</dd>
<dt>DateTimeStamp<-</dt><dd><code>signature(object = "TextDocument")</code>: sets the
date and time when the document was written</dd>
<dt>Description</dt><dd><code>signature(object = "TextDocument")</code>: returns
additional text information</dd>
<dt>Description<-</dt><dd><code>signature(object = "TextDocument")</code>: sets
additional text information</dd>
<dt>ID</dt><dd><code>signature(object = "TextDocument")</code>: returns the
identifier</dd>
<dt>ID<-</dt><dd><code>signature(object = "TextDocument")</code>: sets the
identifier</dd>
<dt>Origin</dt><dd><code>signature(object = "TextDocument")</code>: returns
information on the source and origin of the text</dd>
<dt>Origin<-</dt><dd><code>signature(object = "TextDocument")</code>: sets
information on the source and origin of the text</dd>
<dt>Heading</dt><dd><code>signature(object = "TextDocument")</code>: returns
the title or a short heading</dd>
<dt>Heading<-</dt><dd><code>signature(object = "TextDocument")</code>: sets
the title or a short heading</dd>
<dt>Language</dt><dd><code>signature(object = "TextDocument")</code>: returns
the text language</dd>
<dt>Language<-</dt><dd><code>signature(object = "TextDocument")</code>: sets
the text language</dd>
<dt>LocalMetaData</dt><dd><code>signature(object = "TextDocument")</code>: returns
the local metadata in form of a tag-value paired list</dd>
</dl>
<h3>Author(s)</h3>
<p>
Ingo Feinerer
</p>
<hr><div align="center">[Package <em>tm</em> version 0.3 <a href="00Index.html">Index]</a></div>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -