|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for RtfElements that can contain RtfText elements
Method Summary | |
RtfAttributes |
getTextContainerAttributes()
text containers usually provide default attributes for all texts that they contain. |
void |
newLineBreak()
add a line break |
RtfText |
newText(java.lang.String str)
close current text run if any and start a new one with default attributes |
RtfText |
newText(java.lang.String str,
RtfAttributes attr)
close current text run if any and start a new one with specified attributes |
Method Detail |
public RtfText newText(java.lang.String str, RtfAttributes attr) throws java.io.IOException
str
- if not null, added to the RtfText created
java.io.IOException
public RtfText newText(java.lang.String str) throws java.io.IOException
str
- if not null, added to the RtfText created
java.io.IOException
public void newLineBreak() throws java.io.IOException
java.io.IOException
public RtfAttributes getTextContainerAttributes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |