CVS: jfor/src/org/jfor/jfor/rtflib/rtfdoc RtfParagraph.java,1.10,1.11
Marra Roberto <[email protected]> Mon, 29 Jul 2002 06:50:42 -0700
| Newsgroups | gmane.text.xml.jfor.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/rtfdoc In directory usw-pr-cvs1:/tmp/cvs-serv4103 Modified Files: RtfParagraph.java Log Message: added page-number-citation M.Boris Poudérous contribution Index: RtfParagraph.java =================================================================== RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/rtfdoc/RtfParagraph.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** RtfParagraph.java 12 Jul 2002 08:08:31 -0000 1.10 --- RtfParagraph.java 29 Jul 2002 13:50:40 -0000 1.11 *************** *** 53,56 **** --- 53,57 ---- * Contributor(s): * @author Andreas Putz [email protected] + * @author Boris Poudérous, [email protected] -----------------------------------------------------------------------------*/ *************** *** 63,66 **** --- 64,70 ---- // $Id$ // $Log$ + // Revision 1.11 2002/07/29 13:50:40 rmarra + // added page-number-citation M.Boris Poudérous contribution + // // Revision 1.10 2002/07/12 08:08:31 bdelacretaz // License changed to jfor Apache-style license *************** *** 126,134 **** public class RtfParagraph extends RtfBookmarkContainerImpl implements IRtfTextContainer,IRtfPageBreakContainer,IRtfHyperLinkContainer,IRtfExternalGraphicContainer, ! IRtfPageNumberContainer { private RtfText m_text; private RtfHyperLink m_hyperlink; private RtfExternalGraphic m_externalGraphic; private RtfPageNumber m_pageNumber; --- 130,139 ---- public class RtfParagraph extends RtfBookmarkContainerImpl implements IRtfTextContainer,IRtfPageBreakContainer,IRtfHyperLinkContainer,IRtfExternalGraphicContainer, ! IRtfPageNumberContainer,IRtfPageNumberCitationContainer { private RtfText m_text; private RtfHyperLink m_hyperlink; private RtfExternalGraphic m_externalGraphic; private RtfPageNumber m_pageNumber; + private RtfPageNumberCitation m_pageNumberCitation; // Line added by Boris POUDEROUS on 2002/07/09 *************** *** 245,249 **** return m_pageNumber; } ! /** Creates a new hyperlink. */ --- 250,262 ---- return m_pageNumber; } ! ! /** ! * Added by Boris POUDEROUS on 2002/07/09 ! */ ! public RtfPageNumberCitation newPageNumberCitation(String id) throws IOException ! { ! m_pageNumberCitation = new RtfPageNumberCitation(this,m_writer, id); ! return m_pageNumberCitation; ! } /** Creates a new hyperlink. */ ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31