Source Code Cross Referenced for RtfPageNumber.java in  » PDF » pdf-itext » com » lowagie » text » rtf » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » PDF » pdf itext » com.lowagie.text.rtf 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /**
002:         * $Id: RtfPageNumber.java 2623 2007-02-23 22:28:28Z xlv $
003:         *
004:         * Copyright 2002 by 
005:         * <a href="http://www.smb-tec.com">SMB</a> 
006:         * Steffen.Stundzig (Steffen.Stundzig@smb-tec.com)
007:         *
008:         * The contents of this file are subject to the Mozilla Public License Version 1.1
009:         * (the "License"); you may not use this file except in compliance with the License.
010:         * You may obtain a copy of the License at http://www.mozilla.org/MPL/
011:         *
012:         * Software distributed under the License is distributed on an "AS IS" basis,
013:         * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
014:         * for the specific language governing rights and limitations under the License.
015:         *
016:         * The Original Code is 'iText, a free JAVA-PDF library'.
017:         *
018:         * The Initial Developer of the Original Code is Bruno Lowagie. Portions created by
019:         * the Initial Developer are Copyright (C) 1999, 2000, 2001, 2002 by Bruno Lowagie.
020:         * All Rights Reserved.
021:         * Co-Developer of the code is Paulo Soares. Portions created by the Co-Developer
022:         * are Copyright (C) 2000, 2001, 2002 by Paulo Soares. All Rights Reserved.
023:         *
024:         * Contributor(s): all the names of the contributors are added in the source code
025:         * where applicable.
026:         *
027:         * Alternatively, the contents of this file may be used under the terms of the
028:         * LGPL license (the ?GNU LIBRARY GENERAL PUBLIC LICENSE?), in which case the
029:         * provisions of LGPL are applicable instead of those above.  If you wish to
030:         * allow use of your version of this file only under the terms of the LGPL
031:         * License and not to allow others to use your version of this file under
032:         * the MPL, indicate your decision by deleting the provisions above and
033:         * replace them with the notice and other provisions required by the LGPL.
034:         * If you do not delete the provisions above, a recipient may use your version
035:         * of this file under either the MPL or the GNU LIBRARY GENERAL PUBLIC LICENSE.
036:         *
037:         * This library is free software; you can redistribute it and/or modify it
038:         * under the terms of the MPL as stated above or under the terms of the GNU
039:         * Library General Public License as published by the Free Software Foundation;
040:         * either version 2 of the License, or any later version.
041:         *
042:         * This library is distributed in the hope that it will be useful, but WITHOUT
043:         * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
044:         * FOR A PARTICULAR PURPOSE. See the GNU Library general Public License for more
045:         * details.
046:         *
047:         * If you didn't download this code from the following link, you should check if
048:         * you aren't using an obsolete version:
049:         * http://www.lowagie.com/iText/
050:         */package com.lowagie.text.rtf;
051:
052:        import java.io.IOException;
053:        import java.io.OutputStream;
054:
055:        import com.lowagie.text.Font;
056:
057:        /**
058:         * A rtf page number field.
059:         * 
060:         * ONLY FOR USE WITH THE RtfWriter NOT with the RtfWriter2.
061:         *
062:         * This class is based on the RtfWriter-package from Mark Hall.
063:         * @author Steffen.Stundzig (Steffen.Stundzig@smb-tec.com)
064:         * @author Mark Hall (mhall@edu.uni-klu.ac.at)
065:         * @version $Revision: 2623 $Date: 2006/09/12 13:12:54 $
066:         * @deprecated Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.field.RtfPageNumber replaces the functionality of this class.
067:         */
068:        public class RtfPageNumber extends GenericRtfField {
069:            private String content;
070:
071:            /**
072:             * construct a RtfPageNumber. The parameter content will be
073:             * displayed in front of the page number using the font given as
074:             * second argument.
075:             * @param content the String that will be displayed in front of the page number
076:             * @param contentFont the font to use to display this page number
077:             */
078:            public RtfPageNumber(String content, Font contentFont) {
079:                super ("PAGE", "", contentFont);
080:                this .content = content;
081:            }
082:
083:            /**
084:             * write this RtfField into a stream using the writer given as
085:             * first argument.
086:             * @param writer the RtfWriter to use to write this RtfField
087:             * @param out the Stream to write this RtfField into.
088:             * @throws IOException
089:             */
090:            public void write(RtfWriter writer, OutputStream out)
091:                    throws IOException {
092:                writer.writeInitialFontSignature(out, this );
093:                out.write(content.getBytes());
094:                writer.writeFinishingFontSignature(out, this );
095:                super .write(writer, out);
096:            }
097:
098:            /**
099:             * @see com.lowagie.text.Element#toString()
100:             */
101:            public String toString() {
102:                return content;
103:            }
104:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.