Package | Description |
---|---|
org.apache.fop.render.rtf |
RTF (Rich Text Format) Output Support
|
org.apache.fop.render.rtf.rtflib.exceptions |
Classes handling specialized exceptions that arise during RTF creation.
|
org.apache.fop.render.rtf.rtflib.tools |
Utility classes used in RTF file generation.
|
Modifier and Type | Method and Description |
---|---|
void |
RTFPlaceHolderHelper.createRTFPlaceholder(Class containerClass)
A method to create an object which is missing and required from the
RTF structure.
|
Modifier and Type | Class and Description |
---|---|
class |
RtfStructureException
Thrown when a method call would lead to an invalid RTF document structure.
|
Modifier and Type | Method and Description |
---|---|
RtfContainer |
BuilderContext.getContainer(Class containerClass,
boolean required,
Object forWhichBuilder)
Find the "nearest" container that implements the given interface on our stack.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.