public class RTFCodeString extends Object implements IRTFCode
| Constructor and Description |
|---|
RTFCodeString(String content) |
RTFCodeString(String content,
boolean escaped) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Return RTF content.
|
boolean |
isEscaped()
Return true if content must be escaped
(replace '{' character with "\{" and '}' with "\}")
|
void |
setContent(String content) |
void |
setEscaped(boolean escaped) |
public RTFCodeString(String content)
public RTFCodeString(String content, boolean escaped)
public String getContent()
IRTFCodegetContent in interface IRTFCodepublic void setContent(String content)
public boolean isEscaped()
IRTFCodepublic void setEscaped(boolean escaped)
Copyright © 2020 Mice S.r.l. All rights reserved.