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 | Description |
---|---|---|
class |
RtfListItem.RtfListItemLabel |
special RtfTextrun that is used as list item label
|
Modifier and Type | Method | Description |
---|---|---|
RtfTextrun |
IRtfTextrunContainer.getTextrun() |
Returns the current RtfTextrun object.
|
RtfTextrun |
RtfFootnote.getTextrun() |
|
RtfTextrun |
RtfHyperLink.getTextrun() |
|
RtfTextrun |
RtfListItem.getTextrun() |
Get the current textrun.
|
RtfTextrun |
RtfListItem.RtfListItemLabel.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 | Description |
---|---|
RtfHyperLink(RtfTextrun parent,
java.io.Writer writer,
RtfAttributes attr) |
A constructor.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.