public class EnclosedContent extends Base
Modifier and Type | Field and Description |
---|---|
protected java.lang.StringBuilder |
mContent |
Constructor and Description |
---|
EnclosedContent() |
Modifier and Type | Method and Description |
---|---|
void |
addContent(java.lang.String Value) |
void |
addNewLine() |
void |
addSpace() |
void |
clear() |
java.lang.String |
getContent() |
boolean |
hasContent() |
void |
setBeginKeyword(java.lang.String Value,
boolean NewLineBefore,
boolean NewLineAfter) |
void |
setContent(java.lang.String Value) |
void |
setEndKeyword(java.lang.String Value,
boolean NewLineBefore,
boolean NewLineAfter) |
java.lang.String |
toPDFString() |
public void setBeginKeyword(java.lang.String Value, boolean NewLineBefore, boolean NewLineAfter)
public void setEndKeyword(java.lang.String Value, boolean NewLineBefore, boolean NewLineAfter)
public boolean hasContent()
public void setContent(java.lang.String Value)
public java.lang.String getContent()
public void addContent(java.lang.String Value)
public void addNewLine()
public void addSpace()
public java.lang.String toPDFString()
toPDFString
in class Base