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 | Class and Description |
---|---|
class |
RtfListItem.RtfListItemLabel
special RtfTextrun that is used as list item label
|
Modifier and Type | Method and Description |
---|---|
RtfTextrun |
RtfHyperLink.getTextrun() |
RtfTextrun |
RtfFootnote.getTextrun() |
RtfTextrun |
RtfListItem.getTextrun()
Get the current textrun.
|
RtfTextrun |
RtfListItem.RtfListItemLabel.getTextrun()
Returns the current RtfTextrun object.
|
RtfTextrun |
IRtfTextrunContainer.getTextrun()
Returns the current RtfTextrun object.
|
RtfTextrun |
RtfSection.getTextrun()
Returns the current RtfTextrun.
|
RtfTextrun |
RtfTableCell.getTextrun()
Returns the current RtfTextrun object.
|
static RtfTextrun |
RtfTextrun.getTextrun(RtfContainer container,
java.io.Writer writer,
RtfAttributes attrs)
Adds a new RtfTextrun to the given container if necessary, and returns it.
|
Constructor and Description |
---|
RtfHyperLink(RtfTextrun parent,
java.io.Writer writer,
RtfAttributes attr)
A constructor.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.