public class RtfBefore extends RtfContainer
Modifier and Type | Field and Description |
---|---|
protected RtfAttributes |
attrib |
static java.lang.String |
HEADER
RtfBefore attributes
|
static java.lang.String[] |
HEADER_ATTR
String array of attribute names
|
parent, writer
Modifier and Type | Method and Description |
---|---|
void |
closeAll() |
RtfAttributes |
getAttributes() |
RtfTextrun |
getTextrun()
Returns the current RtfTextrun object.
|
RtfExternalGraphic |
newImage()
Creates a new image on external graphic base.
|
RtfParagraph |
newParagraph()
Close current paragraph, if any, and start a new one with default
attributes.
|
RtfParagraph |
newParagraph(RtfAttributes attrs)
Close current paragraph, if any, and start a new one with specified
attributes
|
RtfTable |
newTable(ITableColumnsInfo tc)
close current table if any and start a new one
|
RtfTable |
newTable(RtfAttributes attrs,
ITableColumnsInfo tc)
close current table if any and start a new one
|
protected void |
writeMyAttributes()
Write the attributes for this element
|
protected void |
writeRtfPrefix()
Called before writeRtfContent()
|
protected void |
writeRtfSuffix()
Called after writeRtfContent()
|
addChild, findChildren, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent
close, getParentOfClass, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeStarControlWord, writeStarControlWordNS
public static final java.lang.String HEADER
public static final java.lang.String[] HEADER_ATTR
protected RtfAttributes attrib
protected void writeMyAttributes() throws java.io.IOException
java.io.IOException
- for I/O problemspublic RtfParagraph newParagraph() throws java.io.IOException
IRtfParagraphContainer
newParagraph
in interface IRtfParagraphContainer
java.io.IOException
- for I/O problems.public RtfParagraph newParagraph(RtfAttributes attrs) throws java.io.IOException
IRtfParagraphContainer
newParagraph
in interface IRtfParagraphContainer
attrs
- attributes for new paragraphjava.io.IOException
- for I/O problems.public RtfExternalGraphic newImage() throws java.io.IOException
IRtfExternalGraphicContainer
newImage
in interface IRtfExternalGraphicContainer
java.io.IOException
- On errorprotected void writeRtfPrefix() throws java.io.IOException
RtfElement
writeRtfPrefix
in class RtfElement
java.io.IOException
- for I/O problemsprotected void writeRtfSuffix() throws java.io.IOException
RtfElement
writeRtfSuffix
in class RtfElement
java.io.IOException
- for I/O problemspublic RtfAttributes getAttributes()
public void closeAll() throws java.io.IOException
java.io.IOException
public RtfTable newTable(RtfAttributes attrs, ITableColumnsInfo tc) throws java.io.IOException
newTable
in interface IRtfTableContainer
tc
- added by Boris Poud??rous on july 2002 in order to process
number-columns-spanned attributeattrs
- for the Table attributesjava.io.IOException
- for I/O problemspublic RtfTable newTable(ITableColumnsInfo tc) throws java.io.IOException
newTable
in interface IRtfTableContainer
tc
- Table Columns Infojava.io.IOException
- for I/O problemspublic RtfTextrun getTextrun() throws java.io.IOException
IRtfTextrunContainer
getTextrun
in interface IRtfTextrunContainer
java.io.IOException
- Thrown when an IO-problem occursCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.