fop 0.90alpha1

org.apache.fop.render.rtf.rtflib.rtfdoc
Class RtfListItem.RtfListItemLabel

java.lang.Object
  extended byorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
      extended byorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
          extended byorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun
              extended byorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfListItem.RtfListItemLabel
All Implemented Interfaces:
IRtfTextrunContainer
Enclosing class:
RtfListItem

public class RtfListItem.RtfListItemLabel
extends RtfTextrun
implements IRtfTextrunContainer


Field Summary
 
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
 
Constructor Summary
RtfListItem.RtfListItemLabel(RtfListItem item)
           
 
Method Summary
 void addString(java.lang.String s)
          Add string to children list.
 RtfTextrun getTextrun()
           
 
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun
addBookmark, addCloseGroupMark, addFootnote, addHyperlink, addOpenGroupMark, addPageNumber, addParagraphBreak, getRtfListItem, getTextrun, newImage, popBlockAttributes, popInlineAttributes, pushBlockAttributes, pushInlineAttributes, setRtfListItem, setSuppressLastPar, writeRtfContent
 
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
addChild, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString
 
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
close, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RtfListItem.RtfListItemLabel

public RtfListItem.RtfListItemLabel(RtfListItem item)
                             throws java.io.IOException
Method Detail

getTextrun

public RtfTextrun getTextrun()
                      throws java.io.IOException
Specified by:
getTextrun in interface IRtfTextrunContainer
Throws:
java.io.IOException

addString

public void addString(java.lang.String s)
               throws java.io.IOException
Description copied from class: RtfTextrun
Add string to children list.

Overrides:
addString in class RtfTextrun
Parameters:
s - string to add
Throws:
java.io.IOException - for I/O problems

fop 0.90alpha1

Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.