com.lowagie.text.rtf.direct
public class RtfDirectContent extends RtfAddableElement
Version: $Revision: 1.3 $
| 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 | |
|---|---|
| byte[] | write()
Writes the direct content. |
Parameters: directContent The content to add.