Package | Description |
---|---|
org.apache.fop.render.rtf.rtflib.rtfdoc |
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RtfContainer.addChild(RtfElement e)
add a child element to this
|
RtfDocumentArea |
RtfFile.getDocumentArea()
Call startDocumentArea if needed and return the document area object.
|
RtfPageArea |
RtfFile.getPageArea()
Call startPageArea if needed and return the page area object.
|
RtfDocumentArea |
RtfFile.startDocumentArea()
Closes the RtfHeader if not done yet, and starts the document area.
|
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader |
RtfFile.startHeader()
If called, must be called before startDocumentArea
|
RtfPageArea |
RtfFile.startPageArea()
Closes the RtfHeader if not done yet, and starts the docment area.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.