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


java.lang.Object
   com.lowagie.text.Document
      com.lowagie.text.pdf.PdfDocument

PdfDocument
class PdfDocument extends Document (Code)
PdfDocument is the class that is used by PdfWriter to translate a Document into a PDF with different pages.

A PdfDocument always listens to a Document and adds the Pdf representation of every Element that is added to the Document.
See Also:   com.lowagie.text.Document
See Also:   com.lowagie.text.DocListener
See Also:   PdfWriter


Inner Class :public static class PdfInfo extends PdfDictionary
Inner Class :static class PdfCatalog extends PdfDictionary
Inner Class :public static class Indentation

Field Summary
 PdfAnnotationsImpannotationsImp
    
protected  HashMapboxSize
     This is the size of the several boxes that will be used in the next page.
protected  intduration
    
final static  StringhangingPunctuation
     The characters to be applied the hanging punctuation.
 Indentationindentation
    
 intjsCounter
     Stores a list of document level JavaScript actions.
protected  intmarkPoint
    
protected  floatnextMarginBottom
     margin in y direction starting from the bottom.
protected  floatnextMarginLeft
     margin in x direction starting from the left.
protected  floatnextMarginRight
     margin in x direction starting from the right.
protected  floatnextMarginTop
     margin in y direction starting from the top.
protected  RectanglenextPageSize
     This is the size of the next page.
protected  PdfDictionarypageAA
    
protected  PdfPageLabelspageLabels
    
protected  PageResourcespageResources
     This are the page resources of the current Page.
protected  HashMapthisBoxSize
     This is the size of the several boxes of the current Page.
protected  PdfTransitiontransition
    
protected  PdfViewerPreferencesImpviewerPreferences
     Contains the Viewer preferences of this PDF document.
protected  byte[]xmpMetadata
     XMP Metadata for the page.

Constructor Summary
public  PdfDocument()
     Constructs a new PDF document.

Method Summary
public  booleanadd(Element element)
     Signals that an Element was added to the Document.
 voidaddAdditionalAction(PdfName actionType, PdfAction action)
    
 voidaddAnnotation(PdfAnnotation annot)
    
 voidaddCalculationOrder(PdfFormField formField)
    
 voidaddFileAttachment(String description, PdfFileSpecification fs)
    
 voidaddJavaScript(PdfAction js)
    
 voidaddJavaScript(String name, PdfAction js)
    
 voidaddOutline(PdfOutline outline, String name)
     Adds a named outline to the document .
 voidaddPTable(PdfPTable ptable)
     Adds a PdfPTable to the document.
 voidaddViewerPreference(PdfName key, PdfObject value)
    
public  voidaddWriter(PdfWriter writer)
     Adds a PdfWriter to the PdfDocument.
 floatbottom(Table table)
     Returns the bottomvalue of a Table if it were added to this document.
 booleanbreakTableIfDoesntFit(PdfTable table)
    
 voidcalculateOutlineCount()
     Updates the count in the outlines.
public  voidclearTextWrap()
    
public  voidclose()
     Closes the document. Once all the content has been written in the body, you have to close the body.
 booleanfitsPage(PdfPTable table, float margin)
     Checks if a PdfPTable fits the current page of the PdfDocument.
 PdfAcroFormgetAcroForm()
     Gets the AcroForm object.
 RectanglegetBoxSize(String boxName)
     Gives the size of a trim, art, crop or bleed box, or null if not defined.
 PdfCataloggetCatalog(PdfIndirectReference pages)
     Gets the PdfCatalog-object.
 HashMapgetDocumentFileAttachment()
    
 LinkedHashMapgetDocumentLevelJS()
    
 PdfInfogetInfo()
     Gets the PdfInfo-object.
 PdfActiongetLocalGotoAction(String name)
    
 intgetMarkPoint()
    
 PageResourcesgetPageResources()
    
 PdfTablegetPdfTable(Table table, boolean supportRowAdditions)
    
public  PdfOutlinegetRootOutline()
     Gets the root outline.
public  floatgetVerticalPosition(boolean ensureNewLine)
     Gets the current vertical page position.
Parameters:
  ensureNewLine - Tells whether a new line shall be enforced.
 voidincMarkPoint()
    
 floatindentBottom()
     Gets the indentation on the bottom side.
 booleanisStrictImageSequence()
     Getter for property strictImageSequence.
 booleanlocalDestination(String name, PdfDestination destination)
     The local destination to where a local goto with the same name will jump to.
 voidlocalGoto(String name, float llx, float lly, float urx, float ury)
     Implements a link to other part of the document.
public  booleannewPage()
     Makes a new page and sends it to the PdfWriter.
public  voidopen()
     Opens the document.
 voidoutlineTree(PdfOutline outline)
     Recursive method used to write outlines.
 voidremoteGoto(String filename, String name, float llx, float lly, float urx, float ury)
     Implements a link to another document.
 voidremoteGoto(String filename, int page, float llx, float lly, float urx, float ury)
     Implements a link to another document.
public  voidresetFooter()
     Resets the footer of this document.
public  voidresetHeader()
     Resets the header of this document.
public  voidresetPageCount()
     Sets the page number to 0.
 voidsetAction(PdfAction action, float llx, float lly, float urx, float ury)
     Implements an action in an area.
 voidsetBoxSize(String boxName, Rectangle size)
    
public  voidsetCollection(PdfCollection collection)
     Sets the collection dictionary.
 voidsetCropBoxSize(Rectangle crop)
    
 voidsetDuration(int seconds)
    
public  voidsetFooter(HeaderFooter footer)
     Changes the footer of this document.
public  voidsetHeader(HeaderFooter header)
     Changes the header of this document.
public  booleansetMarginMirroring(boolean MarginMirroring)
    
public  booleansetMargins(float marginLeft, float marginRight, float marginTop, float marginBottom)
     Sets the margins.
 voidsetOpenAction(String name)
    
 voidsetOpenAction(PdfAction action)
    
 voidsetPageAction(PdfName actionType, PdfAction action)
    
public  voidsetPageCount(int pageN)
     Sets the page number.
 voidsetPageEmpty(boolean pageEmpty)
    
 voidsetPageLabels(PdfPageLabels pageLabels)
    
public  booleansetPageSize(Rectangle pageSize)
     Sets the pagesize.
 voidsetSigFlags(int f)
    
 voidsetStrictImageSequence(boolean strictImageSequence)
     Setter for property strictImageSequence.
 voidsetThumbnail(Image image)
    
 voidsetTransition(PdfTransition transition)
    
 voidsetViewerPreferences(int preferences)
    
public  voidsetXmpMetadata(byte[] xmpMetadata)
     Use this method to set the XMP Metadata.
 voidtraverseOutlineCount(PdfOutline outline)
     Recursive method to update the count in the outlines.
 voidwriteLineToContent(PdfLine line, PdfContentByte text, PdfContentByte graphics, Object currentValues, float ratio)
     Writes a text line to the document.
 voidwriteOutlines()
     Writes the outline tree to the body of the PDF document.

Field Detail
annotationsImp
PdfAnnotationsImp annotationsImp(Code)



boxSize
protected HashMap boxSize(Code)
This is the size of the several boxes that will be used in the next page.



duration
protected int duration(Code)
The duration of the page



hangingPunctuation
final static String hangingPunctuation(Code)
The characters to be applied the hanging punctuation.



indentation
Indentation indentation(Code)



jsCounter
int jsCounter(Code)
Stores a list of document level JavaScript actions.



markPoint
protected int markPoint(Code)



nextMarginBottom
protected float nextMarginBottom(Code)
margin in y direction starting from the bottom. Will be valid in the next page



nextMarginLeft
protected float nextMarginLeft(Code)
margin in x direction starting from the left. Will be valid in the next page



nextMarginRight
protected float nextMarginRight(Code)
margin in x direction starting from the right. Will be valid in the next page



nextMarginTop
protected float nextMarginTop(Code)
margin in y direction starting from the top. Will be valid in the next page



nextPageSize
protected Rectangle nextPageSize(Code)
This is the size of the next page.



pageAA
protected PdfDictionary pageAA(Code)



pageLabels
protected PdfPageLabels pageLabels(Code)



pageResources
protected PageResources pageResources(Code)
This are the page resources of the current Page.



thisBoxSize
protected HashMap thisBoxSize(Code)
This is the size of the several boxes of the current Page.



transition
protected PdfTransition transition(Code)
The page transition



viewerPreferences
protected PdfViewerPreferencesImp viewerPreferences(Code)
Contains the Viewer preferences of this PDF document.



xmpMetadata
protected byte[] xmpMetadata(Code)
XMP Metadata for the page.




Constructor Detail
PdfDocument
public PdfDocument()(Code)
Constructs a new PDF document.
throws:
  DocumentException - on error




Method Detail
add
public boolean add(Element element) throws DocumentException(Code)
Signals that an Element was added to the Document.
Parameters:
  element - the element to add true if the element was added, false if not.
throws:
  DocumentException - when a document isn't open yet, or has been closed



addAdditionalAction
void addAdditionalAction(PdfName actionType, PdfAction action)(Code)



addAnnotation
void addAnnotation(PdfAnnotation annot)(Code)



addCalculationOrder
void addCalculationOrder(PdfFormField formField)(Code)



addFileAttachment
void addFileAttachment(String description, PdfFileSpecification fs) throws IOException(Code)



addJavaScript
void addJavaScript(PdfAction js)(Code)



addJavaScript
void addJavaScript(String name, PdfAction js)(Code)



addOutline
void addOutline(PdfOutline outline, String name)(Code)
Adds a named outline to the document .
Parameters:
  outline - the outline to be added
Parameters:
  name - the name of this local destination



addPTable
void addPTable(PdfPTable ptable) throws DocumentException(Code)
Adds a PdfPTable to the document.
Parameters:
  ptable - the PdfPTable to be added to the document.
throws:
  DocumentException - on error



addViewerPreference
void addViewerPreference(PdfName key, PdfObject value)(Code)

See Also:   com.lowagie.text.pdf.interfaces.PdfViewerPreferences.addViewerPreference(com.lowagie.text.pdf.PdfNamecom.lowagie.text.pdf.PdfObject)
See Also:   



addWriter
public void addWriter(PdfWriter writer) throws DocumentException(Code)
Adds a PdfWriter to the PdfDocument.
Parameters:
  writer - the PdfWriter that writes everythingwhat is added to this document to an outputstream.
throws:
  DocumentException - on error



bottom
float bottom(Table table)(Code)
Returns the bottomvalue of a Table if it were added to this document.
Parameters:
  table - the table that may or may not be added to this document a bottom value



breakTableIfDoesntFit
boolean breakTableIfDoesntFit(PdfTable table) throws DocumentException(Code)

See Also:   PdfWriter.breakTableIfDoesntFit(PdfTable)
See Also:   (contributed by dperezcar@fcc.es)
Parameters:
  table - Table to add true if the table will be broken
throws:
  DocumentException -



calculateOutlineCount
void calculateOutlineCount()(Code)
Updates the count in the outlines.



clearTextWrap
public void clearTextWrap()(Code)
Method added by Pelikan Stephan



close
public void close()(Code)
Closes the document. Once all the content has been written in the body, you have to close the body. After that nothing can be written to the body anymore.



fitsPage
boolean fitsPage(PdfPTable table, float margin)(Code)
Checks if a PdfPTable fits the current page of the PdfDocument.
Parameters:
  table - the table that has to be checked
Parameters:
  margin - a certain margin true if the PdfPTable fits the page, false otherwise.



getAcroForm
PdfAcroForm getAcroForm()(Code)
Gets the AcroForm object. the PdfAcroform object of the PdfDocument



getBoxSize
Rectangle getBoxSize(String boxName)(Code)
Gives the size of a trim, art, crop or bleed box, or null if not defined.
Parameters:
  boxName - crop, trim, art or bleed



getCatalog
PdfCatalog getCatalog(PdfIndirectReference pages)(Code)
Gets the PdfCatalog-object.
Parameters:
  pages - an indirect reference to this document pages PdfCatalog



getDocumentFileAttachment
HashMap getDocumentFileAttachment()(Code)



getDocumentLevelJS
LinkedHashMap getDocumentLevelJS()(Code)



getInfo
PdfInfo getInfo()(Code)
Gets the PdfInfo-object. PdfInfo



getLocalGotoAction
PdfAction getLocalGotoAction(String name)(Code)



getMarkPoint
int getMarkPoint()(Code)



getPageResources
PageResources getPageResources()(Code)



getPdfTable
PdfTable getPdfTable(Table table, boolean supportRowAdditions)(Code)
Gets a PdfTable object (contributed by dperezcar@fcc.es)
Parameters:
  table - a high level table object
Parameters:
  supportRowAdditions - returns a PdfTable object
See Also:   PdfWriter.getPdfTable(Table)



getRootOutline
public PdfOutline getRootOutline()(Code)
Gets the root outline. All the outlines must be created with a parent. The first level is created with this outline. the root outline



getVerticalPosition
public float getVerticalPosition(boolean ensureNewLine)(Code)
Gets the current vertical page position.
Parameters:
  ensureNewLine - Tells whether a new line shall be enforced. This may cause side effects for elements that do not terminate the lines they've started because those lines will getterminated. The current vertical page position.



incMarkPoint
void incMarkPoint()(Code)



indentBottom
float indentBottom()(Code)
Gets the indentation on the bottom side. a margin



isStrictImageSequence
boolean isStrictImageSequence()(Code)
Getter for property strictImageSequence. Value of property strictImageSequence.



localDestination
boolean localDestination(String name, PdfDestination destination)(Code)
The local destination to where a local goto with the same name will jump to.
Parameters:
  name - the name of this local destination
Parameters:
  destination - the PdfDestination with the jump coordinates true if the local destination was added,false if a local destination with the same namealready existed



localGoto
void localGoto(String name, float llx, float lly, float urx, float ury)(Code)
Implements a link to other part of the document. The jump will be made to a local destination with the same name, that must exist.
Parameters:
  name - the name for this link
Parameters:
  llx - the lower left x corner of the activation area
Parameters:
  lly - the lower left y corner of the activation area
Parameters:
  urx - the upper right x corner of the activation area
Parameters:
  ury - the upper right y corner of the activation area



newPage
public boolean newPage()(Code)
Makes a new page and sends it to the PdfWriter. a boolean
throws:
  DocumentException - on error



open
public void open()(Code)
Opens the document.

You have to open the document before you can begin to add content to the body of the document.




outlineTree
void outlineTree(PdfOutline outline) throws IOException(Code)
Recursive method used to write outlines.



remoteGoto
void remoteGoto(String filename, String name, float llx, float lly, float urx, float ury)(Code)
Implements a link to another document.
Parameters:
  filename - the filename for the remote document
Parameters:
  name - the name to jump to
Parameters:
  llx - the lower left x corner of the activation area
Parameters:
  lly - the lower left y corner of the activation area
Parameters:
  urx - the upper right x corner of the activation area
Parameters:
  ury - the upper right y corner of the activation area



remoteGoto
void remoteGoto(String filename, int page, float llx, float lly, float urx, float ury)(Code)
Implements a link to another document.
Parameters:
  filename - the filename for the remote document
Parameters:
  page - the page to jump to
Parameters:
  llx - the lower left x corner of the activation area
Parameters:
  lly - the lower left y corner of the activation area
Parameters:
  urx - the upper right x corner of the activation area
Parameters:
  ury - the upper right y corner of the activation area



resetFooter
public void resetFooter()(Code)
Resets the footer of this document.



resetHeader
public void resetHeader()(Code)
Resets the header of this document.



resetPageCount
public void resetPageCount()(Code)
Sets the page number to 0.



setAction
void setAction(PdfAction action, float llx, float lly, float urx, float ury)(Code)
Implements an action in an area.
Parameters:
  action - the PdfAction
Parameters:
  llx - the lower left x corner of the activation area
Parameters:
  lly - the lower left y corner of the activation area
Parameters:
  urx - the upper right x corner of the activation area
Parameters:
  ury - the upper right y corner of the activation area



setBoxSize
void setBoxSize(String boxName, Rectangle size)(Code)



setCollection
public void setCollection(PdfCollection collection)(Code)
Sets the collection dictionary.
Parameters:
  collection - a dictionary of type PdfCollection



setCropBoxSize
void setCropBoxSize(Rectangle crop)(Code)



setDuration
void setDuration(int seconds)(Code)
Sets the display duration for the page (for presentations)
Parameters:
  seconds - the number of seconds to display the page



setFooter
public void setFooter(HeaderFooter footer)(Code)
Changes the footer of this document.
Parameters:
  footer - the new footer



setHeader
public void setHeader(HeaderFooter header)(Code)
Changes the header of this document.
Parameters:
  header - the new header



setMarginMirroring
public boolean setMarginMirroring(boolean MarginMirroring)(Code)

See Also:   com.lowagie.text.DocListener.setMarginMirroring(boolean)



setMargins
public boolean setMargins(float marginLeft, float marginRight, float marginTop, float marginBottom)(Code)
Sets the margins.
Parameters:
  marginLeft - the margin on the left
Parameters:
  marginRight - the margin on the right
Parameters:
  marginTop - the margin on the top
Parameters:
  marginBottom - the margin on the bottom a boolean



setOpenAction
void setOpenAction(String name)(Code)



setOpenAction
void setOpenAction(PdfAction action)(Code)



setPageAction
void setPageAction(PdfName actionType, PdfAction action)(Code)



setPageCount
public void setPageCount(int pageN)(Code)
Sets the page number.
Parameters:
  pageN - the new page number



setPageEmpty
void setPageEmpty(boolean pageEmpty)(Code)



setPageLabels
void setPageLabels(PdfPageLabels pageLabels)(Code)
Sets the page labels
Parameters:
  pageLabels - the page labels



setPageSize
public boolean setPageSize(Rectangle pageSize)(Code)
Sets the pagesize.
Parameters:
  pageSize - the new pagesize true if the page size was set



setSigFlags
void setSigFlags(int f)(Code)



setStrictImageSequence
void setStrictImageSequence(boolean strictImageSequence)(Code)
Setter for property strictImageSequence.
Parameters:
  strictImageSequence - New value of property strictImageSequence.



setThumbnail
void setThumbnail(Image image) throws PdfException, DocumentException(Code)



setTransition
void setTransition(PdfTransition transition)(Code)
Sets the transition for the page
Parameters:
  transition - the PdfTransition object



setViewerPreferences
void setViewerPreferences(int preferences)(Code)

See Also:   com.lowagie.text.pdf.interfaces.PdfViewerPreferences.setViewerPreferences(int)
See Also:   



setXmpMetadata
public void setXmpMetadata(byte[] xmpMetadata)(Code)
Use this method to set the XMP Metadata.
Parameters:
  xmpMetadata - The xmpMetadata to set.



traverseOutlineCount
void traverseOutlineCount(PdfOutline outline)(Code)
Recursive method to update the count in the outlines.



writeLineToContent
void writeLineToContent(PdfLine line, PdfContentByte text, PdfContentByte graphics, Object currentValues, float ratio) throws DocumentException(Code)
Writes a text line to the document. It takes care of all the attributes.

Before entering the line position must have been established and the text argument must be in text object scope (beginText()).
Parameters:
  line - the line to be written
Parameters:
  text - the PdfContentByte where the text will be written to
Parameters:
  graphics - the PdfContentByte where the graphics will be written to
Parameters:
  currentValues - the current font and extra spacing values
Parameters:
  ratio -
throws:
  DocumentException - on error




writeOutlines
void writeOutlines() throws IOException(Code)
Writes the outline tree to the body of the PDF document.



Fields inherited from com.lowagie.text.Document
protected int chapternumber(Code)(Java Doc)
protected boolean close(Code)(Java Doc)
public static boolean compress(Code)(Java Doc)
protected HeaderFooter footer(Code)(Java Doc)
protected HeaderFooter header(Code)(Java Doc)
protected String htmlStyleClass(Code)(Java Doc)
protected String javaScript_onLoad(Code)(Java Doc)
protected String javaScript_onUnLoad(Code)(Java Doc)
protected float marginBottom(Code)(Java Doc)
protected float marginLeft(Code)(Java Doc)
protected boolean marginMirroring(Code)(Java Doc)
protected float marginRight(Code)(Java Doc)
protected float marginTop(Code)(Java Doc)
protected boolean open(Code)(Java Doc)
protected int pageN(Code)(Java Doc)
protected Rectangle pageSize(Code)(Java Doc)
public static boolean plainRandomAccess(Code)(Java Doc)

Methods inherited from com.lowagie.text.Document
public boolean add(Element element) throws DocumentException(Code)(Java Doc)
public boolean addAuthor(String author)(Code)(Java Doc)
public boolean addCreationDate()(Code)(Java Doc)
public boolean addCreator(String creator)(Code)(Java Doc)
public void addDocListener(DocListener listener)(Code)(Java Doc)
public boolean addHeader(String name, String content)(Code)(Java Doc)
public boolean addKeywords(String keywords)(Code)(Java Doc)
public boolean addProducer()(Code)(Java Doc)
public boolean addSubject(String subject)(Code)(Java Doc)
public boolean addTitle(String title)(Code)(Java Doc)
public float bottom()(Code)(Java Doc)
public float bottom(float margin)(Code)(Java Doc)
public float bottomMargin()(Code)(Java Doc)
public void close()(Code)(Java Doc)
public String getHtmlStyleClass()(Code)(Java Doc)
public String getJavaScript_onLoad()(Code)(Java Doc)
public String getJavaScript_onUnLoad()(Code)(Java Doc)
public int getPageNumber()(Code)(Java Doc)
public Rectangle getPageSize()(Code)(Java Doc)
final public static String getVersion()(Code)(Java Doc)
public boolean isMarginMirroring()(Code)(Java Doc)
public boolean isOpen()(Code)(Java Doc)
public float left()(Code)(Java Doc)
public float left(float margin)(Code)(Java Doc)
public float leftMargin()(Code)(Java Doc)
public boolean newPage()(Code)(Java Doc)
public void open()(Code)(Java Doc)
public void removeDocListener(DocListener listener)(Code)(Java Doc)
public void resetFooter()(Code)(Java Doc)
public void resetHeader()(Code)(Java Doc)
public void resetPageCount()(Code)(Java Doc)
public float right()(Code)(Java Doc)
public float right(float margin)(Code)(Java Doc)
public float rightMargin()(Code)(Java Doc)
public void setFooter(HeaderFooter footer)(Code)(Java Doc)
public void setHeader(HeaderFooter header)(Code)(Java Doc)
public void setHtmlStyleClass(String htmlStyleClass)(Code)(Java Doc)
public void setJavaScript_onLoad(String code)(Code)(Java Doc)
public void setJavaScript_onUnLoad(String code)(Code)(Java Doc)
public boolean setMarginMirroring(boolean marginMirroring)(Code)(Java Doc)
public boolean setMargins(float marginLeft, float marginRight, float marginTop, float marginBottom)(Code)(Java Doc)
public void setPageCount(int pageN)(Code)(Java Doc)
public boolean setPageSize(Rectangle pageSize)(Code)(Java Doc)
public float top()(Code)(Java Doc)
public float top(float margin)(Code)(Java Doc)
public float topMargin()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.