org.apache.fop.render.rtf.rtflib.rtfdoc
Interface IRtfTextrunContainer
- All Known Implementing Classes:
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAfterBeforeBase, RtfHyperLink, RtfListItem, RtfListItem.RtfListItemLabel, RtfSection, RtfTableCell, RtfFootnote
- public interface IRtfTextrunContainer
Interface which enables an implementing class to contain linear text runs.
- Author:
- Peter Herweg, pherweg@web.de
getTextrun
public RtfTextrun getTextrun()
throws java.io.IOException
- Returns the current RtfTextrun object.
Opens a new one if necessary.
- Returns:
- The RtfTextrun object
- Throws:
java.io.IOException
- Thrown when an IO-problem occurs
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.