Java Doc for RtfHeaderFooterGroup.java in  » PDF » pdf-itext » com » lowagie » text » rtf » headerfooter » 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.headerfooter 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.lowagie.text.HeaderFooter
   com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup

RtfHeaderFooterGroup
public class RtfHeaderFooterGroup extends HeaderFooter implements RtfBasicElement(Code)
The RtfHeaderFooterGroup holds 0 - 3 RtfHeaderFooters that create a group of headers or footers.
version:
   $Id: RtfHeaderFooterGroup.java 2776 2007-05-23 20:01:40Z hallm $
author:
   Mark Hall (mhall@edu.uni-klu.ac.at)
author:
   Thomas Bickel (tmb99@inode.at)



Constructor Summary
public  RtfHeaderFooterGroup()
     Constructs a RtfHeaderGroup to which you add headers/footers using via the setHeaderFooter method.
public  RtfHeaderFooterGroup(RtfDocument doc, int type)
     Constructs a certain type of RtfHeaderFooterGroup.
public  RtfHeaderFooterGroup(RtfDocument doc, RtfHeaderFooterGroup headerFooter, int type)
    
public  RtfHeaderFooterGroup(RtfDocument doc, RtfHeaderFooter headerFooter, int type)
     Constructs a RtfHeaderFooterGroup for a certain RtfHeaderFooter.
public  RtfHeaderFooterGroup(RtfDocument doc, HeaderFooter headerFooter, int type)
    

Method Summary
protected  RtfHeaderFootergetHeaderAll()
    
protected  RtfHeaderFootergetHeaderFirst()
    
protected  RtfHeaderFootergetHeaderLeft()
    
protected  RtfHeaderFootergetHeaderRight()
    
protected  intgetMode()
    
public  booleanhasFacingPages()
    
public  booleanhasTitlePage()
    
public  voidsetHasFacingPages()
     Set that this RtfHeaderFooterGroup should have facing pages.
public  voidsetHasTitlePage()
     Set that this RtfHeaderFooterGroup should have a title page.
public  voidsetHeaderFooter(RtfHeaderFooter headerFooter, int displayAt)
    
public  voidsetHeaderFooter(HeaderFooter headerFooter, int displayAt)
    
public  voidsetInHeader(boolean inHeader)
    
public  voidsetInTable(boolean inTable)
    
public  voidsetRtfDocument(RtfDocument doc)
    
public  voidsetType(int type)
     Set the type of this RtfHeaderFooterGroup.
public  byte[]write()
     Write the content of this RtfHeaderFooterGroup.
public  voidwriteContent(OutputStream result)
     Write the content of this RtfHeaderFooterGroup.


Constructor Detail
RtfHeaderFooterGroup
public RtfHeaderFooterGroup()(Code)
Constructs a RtfHeaderGroup to which you add headers/footers using via the setHeaderFooter method.



RtfHeaderFooterGroup
public RtfHeaderFooterGroup(RtfDocument doc, int type)(Code)
Constructs a certain type of RtfHeaderFooterGroup. RtfHeaderFooter.TYPE_HEADER and RtfHeaderFooter.TYPE_FOOTER are valid values for type.
Parameters:
  doc - The RtfDocument this RtfHeaderFooter belongs to
Parameters:
  type - The type of RtfHeaderFooterGroup to create



RtfHeaderFooterGroup
public RtfHeaderFooterGroup(RtfDocument doc, RtfHeaderFooterGroup headerFooter, int type)(Code)
Constructs a RtfHeaderFooterGroup by copying the content of the original RtfHeaderFooterGroup
Parameters:
  doc - The RtfDocument this RtfHeaderFooter belongs to
Parameters:
  headerFooter - The RtfHeaderFooterGroup to copy
Parameters:
  type - The type of RtfHeaderFooterGroup to create



RtfHeaderFooterGroup
public RtfHeaderFooterGroup(RtfDocument doc, RtfHeaderFooter headerFooter, int type)(Code)
Constructs a RtfHeaderFooterGroup for a certain RtfHeaderFooter.
Parameters:
  doc - The RtfDocument this RtfHeaderFooter belongs to
Parameters:
  headerFooter - The RtfHeaderFooter to display
Parameters:
  type - The typ of RtfHeaderFooterGroup to create



RtfHeaderFooterGroup
public RtfHeaderFooterGroup(RtfDocument doc, HeaderFooter headerFooter, int type)(Code)
Constructs a RtfHeaderGroup for a certain HeaderFooter
Parameters:
  doc - The RtfDocument this RtfHeaderFooter belongs to
Parameters:
  headerFooter - The HeaderFooter to display
Parameters:
  type - The typ of RtfHeaderFooterGroup to create




Method Detail
getHeaderAll
protected RtfHeaderFooter getHeaderAll()(Code)
Gets the RtfHeaderFooter for all pages The RtfHeaderFooter for all pages



getHeaderFirst
protected RtfHeaderFooter getHeaderFirst()(Code)
Gets the RtfHeaderFooter for the title page The RtfHeaderFooter for the title page



getHeaderLeft
protected RtfHeaderFooter getHeaderLeft()(Code)
Gets the RtfHeaderFooter for all left hand pages The RtfHeaderFooter for all left hand pages



getHeaderRight
protected RtfHeaderFooter getHeaderRight()(Code)
Gets the RtfHeaderFooter for all right hand pages The RtfHeaderFooter for all right hand pages



getMode
protected int getMode()(Code)
Gets the mode of this RtfHeaderFooterGroup The mode of this RtfHeaderFooterGroup



hasFacingPages
public boolean hasFacingPages()(Code)
Get whether this RtfHeaderFooterGroup has facing pages Whether this RtfHeaderFooterGroup has facing pages



hasTitlePage
public boolean hasTitlePage()(Code)
Get whether this RtfHeaderFooterGroup has a titlepage Whether this RtfHeaderFooterGroup has a titlepage



setHasFacingPages
public void setHasFacingPages()(Code)
Set that this RtfHeaderFooterGroup should have facing pages. If only a header / footer for all pages exists, then it will be copied to the left and right pages aswell.



setHasTitlePage
public void setHasTitlePage()(Code)
Set that this RtfHeaderFooterGroup should have a title page. If only a header / footer for all pages exists, then it will be copied to the first page aswell.



setHeaderFooter
public void setHeaderFooter(RtfHeaderFooter headerFooter, int displayAt)(Code)
Set a RtfHeaderFooter to be displayed at a certain position
Parameters:
  headerFooter - The RtfHeaderFooter to display
Parameters:
  displayAt - The display location to use



setHeaderFooter
public void setHeaderFooter(HeaderFooter headerFooter, int displayAt)(Code)
Set a HeaderFooter to be displayed at a certain position
Parameters:
  headerFooter - The HeaderFooter to set
Parameters:
  displayAt - The display location to use



setInHeader
public void setInHeader(boolean inHeader)(Code)
Unused
Parameters:
  inHeader -



setInTable
public void setInTable(boolean inTable)(Code)
Unused
Parameters:
  inTable -



setRtfDocument
public void setRtfDocument(RtfDocument doc)(Code)
Sets the RtfDocument this RtfElement belongs to
Parameters:
  doc - The RtfDocument to use



setType
public void setType(int type)(Code)
Set the type of this RtfHeaderFooterGroup. RtfHeaderFooter.TYPE_HEADER or RtfHeaderFooter.TYPE_FOOTER. Also sets the type for all RtfHeaderFooters of this RtfHeaderFooterGroup.
Parameters:
  type - The type to use



write
public byte[] write()(Code)
Write the content of this RtfHeaderFooterGroup. A byte array with the content of this RtfHeaderFooterGroupRtfHeaderFooterGroup.writeContent(OutputStream)



writeContent
public void writeContent(OutputStream result) throws IOException(Code)
Write the content of this RtfHeaderFooterGroup.



Methods inherited from com.lowagie.text.HeaderFooter
public int alignment()(Code)(Java Doc)
public Phrase getAfter()(Code)(Java Doc)
public Phrase getBefore()(Code)(Java Doc)
public boolean isNumbered()(Code)(Java Doc)
public Paragraph paragraph()(Code)(Java Doc)
public void setAlignment(int alignment)(Code)(Java Doc)
public void setPageNumber(int pageN)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.