org.apache.fop.render.rtf.rtflib.rtfdoc
Class RtfListItem.RtfListItemLabel
- RtfListItem
- IRtfTextrunContainer
public class RtfListItem.RtfListItemLabel
special RtfTextrun that is used as list item label
addBookmark , addFootnote , addHyperlink , addPageNumber , addParagraphBreak , addString , getRtfListItem , getTextrun , newImage , popBlockAttributes , popInlineAttributes , pushBlockAttributes , pushInlineAttributes , setRtfListItem , setSuppressLastPar , writeRtfContent |
close , getRtfAttributes , isEmpty , newLine , okToWriteRtf , toString , writeAttributes , writeControlWord , writeControlWordNS , writeExceptionInRtf , writeGroupMark , writeOneAttribute , writeOneAttributeNS , writeRtf , writeRtfContent , writeRtfPrefix , writeRtfSuffix , writeStarControlWord , writeStarControlWordNS |
RtfListItemLabel
public RtfListItemLabel(RtfListItem item)
throws IOException
Constructs the RtfListItemLabel
item
- The RtfListItem the label belongs to
addString
public void addString(String s)
throws IOException
Sets the content of the list item label.
- addString in interface RtfTextrun
s
- Content of the list item label.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.