com.lowagie.text.rtf.direct
public class RtfDirectContent extends RtfAddableElement
Version: $Id: RtfDirectContent.java 3373 2008-05-12 16:21:24Z xlv $
| Field Summary | |
|---|---|
| String | directContent
The direct content to add. |
| static RtfDirectContent | DIRECT_SOFT_LINEBREAK
Add the DIRECT_SOFT_LINEBREAK to the Document to insert
a soft line-break at that position. |
| Constructor Summary | |
|---|---|
| RtfDirectContent(String directContent)
Constructs a new RtfDirectContent with the content to add.
| |
| Method Summary | |
|---|---|
| void | writeContent(OutputStream out)
Writes the element content to the given output stream. |
Parameters: directContent The content to add.