|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRtfTextContainer
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 |
---|
RtfText newText(java.lang.String str, RtfAttributes attr) throws java.io.IOException
str
- if not null, added to the RtfText created
java.io.IOException
RtfText newText(java.lang.String str) throws java.io.IOException
str
- if not null, added to the RtfText created
java.io.IOException
void newLineBreak() throws java.io.IOException
java.io.IOException
RtfAttributes getTextContainerAttributes()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |