net.sourceforge.rtf.format.rtfcode
Interface IRTFCode

All Known Implementing Classes:
RTFCodeString

public interface IRTFCode

Interface for manage RTF code.

Version:
1.0.1-b11
Author:
Angelo ZERR

Method Summary
 java.lang.String getContent()
          Return RTF content.
 boolean isEscaped()
          Return true if content must be escaped (replace '{' character with "\{" and '}' with "\}")
 

Method Detail

isEscaped

boolean isEscaped()
Return true if content must be escaped (replace '{' character with "\{" and '}' with "\}")

Returns:

getContent

java.lang.String getContent()
Return RTF content.

Returns:


Copyright 2007 null. All Rights Reserved.