Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfor.jfor.rtflib.rtfdoc
Class RtfListItem.RtfListItemParagraph  view RtfListItem.RtfListItemParagraph download RtfListItem.RtfListItemParagraph.java

java.lang.Object
  extended byorg.jfor.jfor.rtflib.rtfdoc.RtfElement
      extended byorg.jfor.jfor.rtflib.rtfdoc.RtfContainer
          extended byorg.jfor.jfor.rtflib.rtfdoc.RtfBookmarkContainerImpl
              extended byorg.jfor.jfor.rtflib.rtfdoc.RtfParagraph
                  extended byorg.jfor.jfor.rtflib.rtfdoc.RtfListItem.RtfListItemParagraph
All Implemented Interfaces:
IRtfBookmarkContainer, IRtfExternalGraphicContainer, IRtfHyperLinkContainer, IRtfPageBreakContainer, IRtfPageNumberCitationContainer, IRtfPageNumberContainer, IRtfTextContainer
Enclosing class:
RtfListItem

private class RtfListItem.RtfListItemParagraph
extends RtfParagraph

special RtfParagraph that writes list item setup code before its content


Field Summary
 
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfParagraph
 
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfBookmarkContainerImpl
mBookmark
 
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfContainer
 
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement
m_attrib, m_parent, m_writer
 
Constructor Summary
(package private) RtfListItem.RtfListItemParagraph(RtfListItem rli, RtfAttributes attrs)
           
 
Method Summary
protected  void writeRtfPrefix()
          overridden to write our attributes before our content
 
Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfParagraph
getText, getTextAttributes, getTextContainerAttributes, newHyperLink, newImage, newLineBreak, newPageBreak, newPageNumber, newPageNumberCitation, newText, newText, okToWriteRtf, setKeepn, setResetProperties, writeRtfSuffix
 
Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfBookmarkContainerImpl
newBookmark
 
Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfContainer
addChild, containsText, dump, getChildCount, getChildren, getOptions, isEmpty, setChildren, setOptions, toString, writeRtfContent
 
Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeStarControlWord, writeStarControlWordNS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RtfListItem.RtfListItemParagraph

RtfListItem.RtfListItemParagraph(RtfListItem rli,
                                 RtfAttributes attrs)
                           throws java.io.IOException
Method Detail

writeRtfPrefix

protected void writeRtfPrefix()
                       throws java.io.IOException
Description copied from class: RtfParagraph
overridden to write our attributes before our content

Overrides:
writeRtfPrefix in class RtfParagraph