content
The actual content of this RtfChunk
RtfBasicElement
, com.lowagie.text.RtfElementInterface
private RtfColor
private static final byte[]
private String
private RtfFont
private static final byte[]
private static final byte[]
private static final byte[]
private boolean
private float
document, inHeader, inTable
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR
RtfChunk(RtfDocument doc,
com.lowagie.text.Chunk chunk)
boolean
void
void
setSoftLineBreaks(boolean softLineBreaks)
void
writeContent(OutputStream result)
intToByteArray, isInTable, setInHeader, setInTable
doc
- The RtfDocument that this Chunk belongs tochunk
- The Chunk that this RtfChunk is based onwriteContent
in interface RtfBasicElement
writeContent
in class RtfElement
result
- The OutputStream
to write the content toIOException
setRtfDocument
in interface RtfBasicElement
setRtfDocument
in class RtfElement
doc
- The RtfDocument to usesoftLineBreaks
- whether to use soft line breaks instead of default hard ones.