fop 0.95 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfSection
public class RtfSection
extends RtfContainer
Field Summary |
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement | |
attrib , parent , writer |
Method Summary | |
RtfTextrun |
|
RtfAfter |
|
RtfBefore |
|
RtfExternalGraphic |
|
RtfJforCmd |
|
RtfList |
|
RtfParagraph |
|
RtfParagraph |
|
RtfParagraphKeepTogether |
|
RtfTable |
|
RtfTable |
|
protected void |
|
protected void |
|
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer | |
addChild , getChildCount , getChildren , isEmpty , okToWriteRtf , setChildren , setOptions , toString , writeRtfContent |
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement | |
close , getRtfAttributes , isEmpty , newLine , okToWriteRtf , toString , writeAttributes , writeControlWord , writeControlWordNS , writeExceptionInRtf , writeGroupMark , writeOneAttribute , writeOneAttributeNS , writeRtf , writeRtfContent , writeRtfPrefix , writeRtfSuffix , writeStarControlWord , writeStarControlWordNS |
public RtfTextrun getTextrun() throws IOException
Returns the current RtfTextrun.
- Specified by:
- getTextrun in interface IRtfTextrunContainer
- Returns:
- Current RtfTextrun
public RtfAfter newAfter(RtfAttributes attrs) throws IOException
IRtfAfterContainer
- Specified by:
- newAfter in interface IRtfAfterContainer
- Parameters:
attrs
- attributes of new RtfAfter object
- Returns:
- new RtfAfter object
public RtfBefore newBefore(RtfAttributes attrs) throws IOException
IRtfBeforeContainer
- Specified by:
- newBefore in interface IRtfBeforeContainer
- Parameters:
attrs
- attributes of new RtfBefore object
- Returns:
- new RtfBefore object
public RtfExternalGraphic newImage() throws IOException
Start a new external graphic after closing current paragraph, list and table
- Specified by:
- newImage in interface IRtfExternalGraphicContainer
- Returns:
- new RtfExternalGraphic object
public RtfJforCmd newJforCmd(RtfAttributes attrs) throws IOException
- Specified by:
- newJforCmd in interface IRtfJforCmdContainer
- Parameters:
attrs
- attributes of new RtfJforCmd
- Returns:
- the new RtfJforCmd
public RtfList newList(RtfAttributes attrs) throws IOException
Start a new list after closing current paragraph, list and table
- Specified by:
- newList in interface IRtfListContainer
- Parameters:
attrs
- attributes of new RftList object
- Returns:
- new RtfList
public RtfParagraph newParagraph() throws IOException
Close current paragraph if any and start a new one with default attributes
- Specified by:
- newParagraph in interface IRtfParagraphContainer
- Returns:
- new RtfParagraph
public RtfParagraph newParagraph(RtfAttributes attrs) throws IOException
Start a new paragraph after closing current paragraph, list and table
- Specified by:
- newParagraph in interface IRtfParagraphContainer
- Parameters:
attrs
- attributes for new RtfParagraph
- Returns:
- new RtfParagraph object
public RtfParagraphKeepTogether newParagraphKeepTogether() throws IOException
Close current paragraph if any and start a new one
- Specified by:
- newParagraphKeepTogether in interface IRtfParagraphKeepTogetherContainer
- Returns:
- new RtfParagraphKeepTogether
public RtfTable newTable(ITableColumnsInfo tc) throws IOException
Start a new table after closing current paragraph, list and table
- Specified by:
- newTable in interface IRtfTableContainer
- Parameters:
tc
- Table context used for number-columns-spanned attribute (added by Boris Poudérous on july 2002)
- Returns:
- new RtfTable object
public RtfTable newTable(RtfAttributes attrs, ITableColumnsInfo tc) throws IOException
Start a new table after closing current paragraph, list and table
- Specified by:
- newTable in interface IRtfTableContainer
- Parameters:
attrs
- attributes of new RtfTabletc
- Table context used for number-columns-spanned attribute (added by Boris Poudérous on july 2002)
- Returns:
- new RtfTable object
protected void writeRtfPrefix() throws IOException
Can be overridden to write RTF prefix code, what comes before our children
- Overrides:
- writeRtfPrefix in interface RtfElement
protected void writeRtfSuffix() throws IOException
Can be overridden to write RTF suffix code, what comes after our children
- Overrides:
- writeRtfSuffix in interface RtfElement
fop 0.95 |