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 | Interface and Description |
---|---|
interface |
IRtfHyperLinkContainer
interface for RtfElements that can contain RtfHyperLinks
|
Modifier and Type | Class and Description |
---|---|
class |
RtfHyperLink
Creates an hyperlink.
|
class |
RtfParagraph
Model of an RTF paragraph, which can contain RTF text elements.
|
Constructor and Description |
---|
RtfHyperLink(IRtfTextContainer parent,
java.io.Writer writer,
java.lang.String str,
RtfAttributes attr)
Default constructor.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.