Java Doc for PdfAnnotation.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.pdf.PdfObject
      com.lowagie.text.pdf.PdfDictionary
         com.lowagie.text.pdf.PdfAnnotation

All known Subclasses:   com.lowagie.text.pdf.PdfFormField,
PdfAnnotation
public class PdfAnnotation extends PdfDictionary (Code)
A PdfAnnotation is a note that is associated with a page.
See Also:   PdfDictionary

Inner Class :public static class PdfImportedLink

Field Summary
final public static  PdfNameAA_BLUR
    
final public static  PdfNameAA_DOWN
    
final public static  PdfNameAA_ENTER
    
final public static  PdfNameAA_EXIT
    
final public static  PdfNameAA_FOCUS
    
final public static  PdfNameAA_JS_CHANGE
    
final public static  PdfNameAA_JS_FORMAT
    
final public static  PdfNameAA_JS_KEY
    
final public static  PdfNameAA_JS_OTHER_CHANGE
    
final public static  PdfNameAA_UP
    
final public static  PdfNameAPPEARANCE_DOWN
    
final public static  PdfNameAPPEARANCE_NORMAL
    
final public static  PdfNameAPPEARANCE_ROLLOVER
    
final public static  intFLAGS_HIDDEN
    
final public static  intFLAGS_INVISIBLE
    
final public static  intFLAGS_LOCKED
    
final public static  intFLAGS_NOROTATE
    
final public static  intFLAGS_NOVIEW
    
final public static  intFLAGS_NOZOOM
    
final public static  intFLAGS_PRINT
    
final public static  intFLAGS_READONLY
    
final public static  intFLAGS_TOGGLENOVIEW
    
final public static  PdfNameHIGHLIGHT_INVERT
    
final public static  PdfNameHIGHLIGHT_NONE
    
final public static  PdfNameHIGHLIGHT_OUTLINE
    
final public static  PdfNameHIGHLIGHT_PUSH
    
final public static  PdfNameHIGHLIGHT_TOGGLE
    
final public static  intMARKUP_HIGHLIGHT
    
final public static  intMARKUP_STRIKEOUT
    
final public static  intMARKUP_UNDERLINE
    
protected  booleanannotation
    
protected  booleanform
    
protected  PdfIndirectReferencereference
    
protected  HashMaptemplates
    
protected  booleanused
     Holds value of property used.
protected  PdfWriterwriter
    

Constructor Summary
public  PdfAnnotation(PdfWriter writer, Rectangle rect)
    
public  PdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content)
     Constructs a new PdfAnnotation of subtype text.
public  PdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action)
     Constructs a new PdfAnnotation of subtype link (Action).

Method Summary
public static  PdfAnnotationcreateFileAttachment(PdfWriter writer, Rectangle rect, String contents, byte fileStore, String file, String fileDisplay)
     Creates a file attachment annotation.
Parameters:
  writer - the PdfWriter
Parameters:
  rect - the dimensions in the page of the annotation
Parameters:
  contents - the file description
Parameters:
  fileStore - an array with the file.
public static  PdfAnnotationcreateFileAttachment(PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs)
    
public static  PdfAnnotationcreateFreeText(PdfWriter writer, Rectangle rect, String contents, PdfContentByte defaultAppearance)
     Add some free text to the document.
public static  PdfAnnotationcreateInk(PdfWriter writer, Rectangle rect, String contents, float inkList)
    
public static  PdfAnnotationcreateLine(PdfWriter writer, Rectangle rect, String contents, float x1, float y1, float x2, float y2)
     Adds a line to the document.
protected static  PdfAnnotationcreateLink(PdfWriter writer, Rectangle rect, PdfName highlight)
     Creates a link.
public static  PdfAnnotationcreateLink(PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action)
     Creates an Annotation with an Action.
public static  PdfAnnotationcreateLink(PdfWriter writer, Rectangle rect, PdfName highlight, String namedDestination)
     Creates an Annotation with an local destination.
public static  PdfAnnotationcreateLink(PdfWriter writer, Rectangle rect, PdfName highlight, int page, PdfDestination dest)
     Creates an Annotation with a PdfDestination.
public static  PdfAnnotationcreateMarkup(PdfWriter writer, Rectangle rect, String contents, int type, float quadPoints)
    
public static  PdfAnnotationcreatePopup(PdfWriter writer, Rectangle rect, String contents, boolean open)
     Adds a popup to your document.
public static  PdfAnnotationcreateScreen(PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, boolean playOnDisplay)
    
public static  PdfAnnotationcreateSquareCircle(PdfWriter writer, Rectangle rect, String contents, boolean square)
     Adds a circle or a square that shows a tooltip when you pass over it.
public static  PdfAnnotationcreateStamp(PdfWriter writer, Rectangle rect, String contents, String name)
     Adds a Stamp to your document.
public static  PdfAnnotationcreateText(PdfWriter writer, Rectangle rect, String title, String contents, boolean open, String icon)
    
public  PdfIndirectReferencegetIndirectReference()
    
 PdfDictionarygetMK()
    
public static  PdfArraygetMKColor(Color color)
    
public  intgetPlaceInPage()
     Getter for property placeInPage.
public  HashMapgetTemplates()
    
public  booleanisAnnotation()
     Getter for property annotation.
public  booleanisForm()
     Getter for property form.
public  booleanisUsed()
     Getter for property used.
public  voidsetAction(PdfAction action)
    
public  voidsetAdditionalActions(PdfName key, PdfAction action)
    
public  voidsetAppearance(PdfName ap, PdfTemplate template)
    
public  voidsetAppearance(PdfName ap, String state, PdfTemplate template)
    
public  voidsetAppearanceState(String state)
    
public  voidsetBorder(PdfBorderArray border)
    
public  voidsetBorderStyle(PdfBorderDictionary border)
    
public  voidsetColor(Color color)
    
public  voidsetDefaultAppearanceString(PdfContentByte cb)
    
public  voidsetFlags(int flags)
    
public  voidsetHighlighting(PdfName highlight)
     Sets the annotation's highlighting mode.
public  voidsetLayer(PdfOCG layer)
     Sets the layer this annotation belongs to.
public  voidsetMKAlternateCaption(String caption)
    
public  voidsetMKAlternateIcon(PdfTemplate template)
    
public  voidsetMKBackgroundColor(Color color)
    
public  voidsetMKBorderColor(Color color)
    
public  voidsetMKIconFit(PdfName scale, PdfName scalingType, float leftoverLeft, float leftoverBottom, boolean fitInBounds)
    
public  voidsetMKNormalCaption(String caption)
    
public  voidsetMKNormalIcon(PdfTemplate template)
    
public  voidsetMKRolloverCaption(String caption)
    
public  voidsetMKRolloverIcon(PdfTemplate template)
    
public  voidsetMKRotation(int rotation)
    
public  voidsetMKTextPosition(int tp)
    
public  voidsetName(String name)
     Sets the name of the annotation.
public  voidsetPage(int page)
    
public  voidsetPage()
    
public  voidsetPlaceInPage(int placeInPage)
     Places the annotation in a specified page that must be greater or equal to the current one.
public  voidsetPopup(PdfAnnotation popup)
    
public  voidsetRotate(int v)
    
public  voidsetTitle(String title)
    
public  voidsetUsed()
     Setter for property used.

Field Detail
AA_BLUR
final public static PdfName AA_BLUR(Code)
attributevalue



AA_DOWN
final public static PdfName AA_DOWN(Code)
attributevalue



AA_ENTER
final public static PdfName AA_ENTER(Code)
attributevalue



AA_EXIT
final public static PdfName AA_EXIT(Code)
attributevalue



AA_FOCUS
final public static PdfName AA_FOCUS(Code)
attributevalue



AA_JS_CHANGE
final public static PdfName AA_JS_CHANGE(Code)
attributevalue



AA_JS_FORMAT
final public static PdfName AA_JS_FORMAT(Code)
attributevalue



AA_JS_KEY
final public static PdfName AA_JS_KEY(Code)
attributevalue



AA_JS_OTHER_CHANGE
final public static PdfName AA_JS_OTHER_CHANGE(Code)
attributevalue



AA_UP
final public static PdfName AA_UP(Code)
attributevalue



APPEARANCE_DOWN
final public static PdfName APPEARANCE_DOWN(Code)
appearance attributename



APPEARANCE_NORMAL
final public static PdfName APPEARANCE_NORMAL(Code)
appearance attributename



APPEARANCE_ROLLOVER
final public static PdfName APPEARANCE_ROLLOVER(Code)
appearance attributename



FLAGS_HIDDEN
final public static int FLAGS_HIDDEN(Code)
flagvalue



FLAGS_INVISIBLE
final public static int FLAGS_INVISIBLE(Code)
flagvalue



FLAGS_LOCKED
final public static int FLAGS_LOCKED(Code)
flagvalue



FLAGS_NOROTATE
final public static int FLAGS_NOROTATE(Code)
flagvalue



FLAGS_NOVIEW
final public static int FLAGS_NOVIEW(Code)
flagvalue



FLAGS_NOZOOM
final public static int FLAGS_NOZOOM(Code)
flagvalue



FLAGS_PRINT
final public static int FLAGS_PRINT(Code)
flagvalue



FLAGS_READONLY
final public static int FLAGS_READONLY(Code)
flagvalue



FLAGS_TOGGLENOVIEW
final public static int FLAGS_TOGGLENOVIEW(Code)
flagvalue



HIGHLIGHT_INVERT
final public static PdfName HIGHLIGHT_INVERT(Code)
highlight attributename



HIGHLIGHT_NONE
final public static PdfName HIGHLIGHT_NONE(Code)
highlight attributename



HIGHLIGHT_OUTLINE
final public static PdfName HIGHLIGHT_OUTLINE(Code)
highlight attributename



HIGHLIGHT_PUSH
final public static PdfName HIGHLIGHT_PUSH(Code)
highlight attributename



HIGHLIGHT_TOGGLE
final public static PdfName HIGHLIGHT_TOGGLE(Code)
highlight attributename



MARKUP_HIGHLIGHT
final public static int MARKUP_HIGHLIGHT(Code)
attributevalue



MARKUP_STRIKEOUT
final public static int MARKUP_STRIKEOUT(Code)
attributevalue



MARKUP_UNDERLINE
final public static int MARKUP_UNDERLINE(Code)
attributevalue



annotation
protected boolean annotation(Code)



form
protected boolean form(Code)



reference
protected PdfIndirectReference reference(Code)



templates
protected HashMap templates(Code)



used
protected boolean used(Code)
Holds value of property used.



writer
protected PdfWriter writer(Code)




Constructor Detail
PdfAnnotation
public PdfAnnotation(PdfWriter writer, Rectangle rect)(Code)



PdfAnnotation
public PdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfString title, PdfString content)(Code)
Constructs a new PdfAnnotation of subtype text.
Parameters:
  writer -
Parameters:
  llx -
Parameters:
  lly -
Parameters:
  urx -
Parameters:
  ury -
Parameters:
  title -
Parameters:
  content -



PdfAnnotation
public PdfAnnotation(PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action)(Code)
Constructs a new PdfAnnotation of subtype link (Action).
Parameters:
  writer -
Parameters:
  llx -
Parameters:
  lly -
Parameters:
  urx -
Parameters:
  ury -
Parameters:
  action -




Method Detail
createFileAttachment
public static PdfAnnotation createFileAttachment(PdfWriter writer, Rectangle rect, String contents, byte fileStore, String file, String fileDisplay) throws IOException(Code)
Creates a file attachment annotation.
Parameters:
  writer - the PdfWriter
Parameters:
  rect - the dimensions in the page of the annotation
Parameters:
  contents - the file description
Parameters:
  fileStore - an array with the file. If it's nullthe file will be read from the disk
Parameters:
  file - the path to the file. It will only be used iffileStore is not null
Parameters:
  fileDisplay - the actual file name stored in the pdf
throws:
  IOException - on error the annotation



createFileAttachment
public static PdfAnnotation createFileAttachment(PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs) throws IOException(Code)
Creates a file attachment annotation
Parameters:
  writer -
Parameters:
  rect -
Parameters:
  contents -
Parameters:
  fs - the annotation
throws:
  IOException -



createFreeText
public static PdfAnnotation createFreeText(PdfWriter writer, Rectangle rect, String contents, PdfContentByte defaultAppearance)(Code)
Add some free text to the document.
Parameters:
  writer -
Parameters:
  rect -
Parameters:
  contents -
Parameters:
  defaultAppearance - A PdfAnnotation



createInk
public static PdfAnnotation createInk(PdfWriter writer, Rectangle rect, String contents, float inkList)(Code)



createLine
public static PdfAnnotation createLine(PdfWriter writer, Rectangle rect, String contents, float x1, float y1, float x2, float y2)(Code)
Adds a line to the document. Move over the line and a tooltip is shown.
Parameters:
  writer -
Parameters:
  rect -
Parameters:
  contents -
Parameters:
  x1 -
Parameters:
  y1 -
Parameters:
  x2 -
Parameters:
  y2 - A PdfAnnotation



createLink
protected static PdfAnnotation createLink(PdfWriter writer, Rectangle rect, PdfName highlight)(Code)
Creates a link.
Parameters:
  writer -
Parameters:
  rect -
Parameters:
  highlight - A PdfAnnotation



createLink
public static PdfAnnotation createLink(PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action)(Code)
Creates an Annotation with an Action.
Parameters:
  writer -
Parameters:
  rect -
Parameters:
  highlight -
Parameters:
  action - A PdfAnnotation



createLink
public static PdfAnnotation createLink(PdfWriter writer, Rectangle rect, PdfName highlight, String namedDestination)(Code)
Creates an Annotation with an local destination.
Parameters:
  writer -
Parameters:
  rect -
Parameters:
  highlight -
Parameters:
  namedDestination - A PdfAnnotation



createLink
public static PdfAnnotation createLink(PdfWriter writer, Rectangle rect, PdfName highlight, int page, PdfDestination dest)(Code)
Creates an Annotation with a PdfDestination.
Parameters:
  writer -
Parameters:
  rect -
Parameters:
  highlight -
Parameters:
  page -
Parameters:
  dest - A PdfAnnotation



createMarkup
public static PdfAnnotation createMarkup(PdfWriter writer, Rectangle rect, String contents, int type, float quadPoints)(Code)



createPopup
public static PdfAnnotation createPopup(PdfWriter writer, Rectangle rect, String contents, boolean open)(Code)
Adds a popup to your document.
Parameters:
  writer -
Parameters:
  rect -
Parameters:
  contents -
Parameters:
  open - A PdfAnnotation



createScreen
public static PdfAnnotation createScreen(PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, boolean playOnDisplay) throws IOException(Code)
Creates a screen PdfAnnotation
Parameters:
  writer -
Parameters:
  rect -
Parameters:
  clipTitle -
Parameters:
  fs -
Parameters:
  mimeType -
Parameters:
  playOnDisplay - a screen PdfAnnotation
throws:
  IOException -



createSquareCircle
public static PdfAnnotation createSquareCircle(PdfWriter writer, Rectangle rect, String contents, boolean square)(Code)
Adds a circle or a square that shows a tooltip when you pass over it.
Parameters:
  writer -
Parameters:
  rect -
Parameters:
  contents - The tooltip
Parameters:
  square - true if you want a square, false if you want a circle A PdfAnnotation



createStamp
public static PdfAnnotation createStamp(PdfWriter writer, Rectangle rect, String contents, String name)(Code)
Adds a Stamp to your document. Move over the stamp and a tooltip is shown
Parameters:
  writer -
Parameters:
  rect -
Parameters:
  contents -
Parameters:
  name - A PdfAnnotation



createText
public static PdfAnnotation createText(PdfWriter writer, Rectangle rect, String title, String contents, boolean open, String icon)(Code)

Parameters:
  writer -
Parameters:
  rect -
Parameters:
  title -
Parameters:
  contents -
Parameters:
  open -
Parameters:
  icon - a PdfAnnotation



getIndirectReference
public PdfIndirectReference getIndirectReference()(Code)



getMK
PdfDictionary getMK()(Code)



getMKColor
public static PdfArray getMKColor(Color color)(Code)



getPlaceInPage
public int getPlaceInPage()(Code)
Getter for property placeInPage. Value of property placeInPage.



getTemplates
public HashMap getTemplates()(Code)



isAnnotation
public boolean isAnnotation()(Code)
Getter for property annotation. Value of property annotation.



isForm
public boolean isForm()(Code)
Getter for property form. Value of property form.



isUsed
public boolean isUsed()(Code)
Getter for property used. Value of property used.



setAction
public void setAction(PdfAction action)(Code)



setAdditionalActions
public void setAdditionalActions(PdfName key, PdfAction action)(Code)



setAppearance
public void setAppearance(PdfName ap, PdfTemplate template)(Code)



setAppearance
public void setAppearance(PdfName ap, String state, PdfTemplate template)(Code)



setAppearanceState
public void setAppearanceState(String state)(Code)



setBorder
public void setBorder(PdfBorderArray border)(Code)



setBorderStyle
public void setBorderStyle(PdfBorderDictionary border)(Code)



setColor
public void setColor(Color color)(Code)



setDefaultAppearanceString
public void setDefaultAppearanceString(PdfContentByte cb)(Code)



setFlags
public void setFlags(int flags)(Code)



setHighlighting
public void setHighlighting(PdfName highlight)(Code)
Sets the annotation's highlighting mode. The values can be HIGHLIGHT_NONE, HIGHLIGHT_INVERT, HIGHLIGHT_OUTLINE and HIGHLIGHT_PUSH;
Parameters:
  highlight - the annotation's highlighting mode



setLayer
public void setLayer(PdfOCG layer)(Code)
Sets the layer this annotation belongs to.
Parameters:
  layer - the layer this annotation belongs to



setMKAlternateCaption
public void setMKAlternateCaption(String caption)(Code)



setMKAlternateIcon
public void setMKAlternateIcon(PdfTemplate template)(Code)



setMKBackgroundColor
public void setMKBackgroundColor(Color color)(Code)



setMKBorderColor
public void setMKBorderColor(Color color)(Code)



setMKIconFit
public void setMKIconFit(PdfName scale, PdfName scalingType, float leftoverLeft, float leftoverBottom, boolean fitInBounds)(Code)



setMKNormalCaption
public void setMKNormalCaption(String caption)(Code)



setMKNormalIcon
public void setMKNormalIcon(PdfTemplate template)(Code)



setMKRolloverCaption
public void setMKRolloverCaption(String caption)(Code)



setMKRolloverIcon
public void setMKRolloverIcon(PdfTemplate template)(Code)



setMKRotation
public void setMKRotation(int rotation)(Code)



setMKTextPosition
public void setMKTextPosition(int tp)(Code)



setName
public void setName(String name)(Code)
Sets the name of the annotation. With this name the annotation can be identified among all the annotations on a page (it has to be unique).



setPage
public void setPage(int page)(Code)



setPage
public void setPage()(Code)



setPlaceInPage
public void setPlaceInPage(int placeInPage)(Code)
Places the annotation in a specified page that must be greater or equal to the current one. With PdfStamper the page can be any. The first page is 1.
Parameters:
  placeInPage - New value of property placeInPage.



setPopup
public void setPopup(PdfAnnotation popup)(Code)



setRotate
public void setRotate(int v)(Code)



setTitle
public void setTitle(String title)(Code)



setUsed
public void setUsed()(Code)
Setter for property used.



Fields inherited from com.lowagie.text.pdf.PdfDictionary
final public static PdfName CATALOG(Code)(Java Doc)
final public static PdfName FONT(Code)(Java Doc)
final public static PdfName OUTLINES(Code)(Java Doc)
final public static PdfName PAGE(Code)(Java Doc)
final public static PdfName PAGES(Code)(Java Doc)
protected HashMap hashMap(Code)(Java Doc)

Methods inherited from com.lowagie.text.pdf.PdfDictionary
public boolean contains(PdfName key)(Code)(Java Doc)
public PdfObject get(PdfName key)(Code)(Java Doc)
public PdfArray getAsArray(PdfName key)(Code)(Java Doc)
public PdfBoolean getAsBoolean(PdfName key)(Code)(Java Doc)
public PdfDictionary getAsDict(PdfName key)(Code)(Java Doc)
public PdfIndirectReference getAsIndirectObject(PdfName key)(Code)(Java Doc)
public PdfName getAsName(PdfName key)(Code)(Java Doc)
public PdfNumber getAsNumber(PdfName key)(Code)(Java Doc)
public PdfStream getAsStream(PdfName key)(Code)(Java Doc)
public PdfString getAsString(PdfName key)(Code)(Java Doc)
public PdfObject getDirectObject(PdfName key)(Code)(Java Doc)
public Set getKeys()(Code)(Java Doc)
public boolean isCatalog()(Code)(Java Doc)
public boolean isDictionaryType(PdfName type)(Code)(Java Doc)
public boolean isFont()(Code)(Java Doc)
public boolean isOutlineTree()(Code)(Java Doc)
public boolean isPage()(Code)(Java Doc)
public boolean isPages()(Code)(Java Doc)
public void merge(PdfDictionary other)(Code)(Java Doc)
public void mergeDifferent(PdfDictionary other)(Code)(Java Doc)
public void put(PdfName key, PdfObject value)(Code)(Java Doc)
public void putAll(PdfDictionary dic)(Code)(Java Doc)
public void putEx(PdfName key, PdfObject value)(Code)(Java Doc)
public void remove(PdfName key)(Code)(Java Doc)
public int size()(Code)(Java Doc)
public void toPdf(PdfWriter writer, OutputStream os) throws IOException(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Fields inherited from com.lowagie.text.pdf.PdfObject
final public static int ARRAY(Code)(Java Doc)
final public static int BOOLEAN(Code)(Java Doc)
final public static int DICTIONARY(Code)(Java Doc)
final public static int INDIRECT(Code)(Java Doc)
final public static int NAME(Code)(Java Doc)
final public static String NOTHING(Code)(Java Doc)
final public static int NULL(Code)(Java Doc)
final public static int NUMBER(Code)(Java Doc)
final public static int STREAM(Code)(Java Doc)
final public static int STRING(Code)(Java Doc)
final public static String TEXT_PDFDOCENCODING(Code)(Java Doc)
final public static String TEXT_UNICODE(Code)(Java Doc)
protected byte[] bytes(Code)(Java Doc)
protected PRIndirectReference indRef(Code)(Java Doc)
protected int type(Code)(Java Doc)

Methods inherited from com.lowagie.text.pdf.PdfObject
public boolean canBeInObjStm()(Code)(Java Doc)
public byte[] getBytes()(Code)(Java Doc)
public PRIndirectReference getIndRef()(Code)(Java Doc)
public boolean isArray()(Code)(Java Doc)
public boolean isBoolean()(Code)(Java Doc)
public boolean isDictionary()(Code)(Java Doc)
public boolean isIndirect()(Code)(Java Doc)
public boolean isName()(Code)(Java Doc)
public boolean isNull()(Code)(Java Doc)
public boolean isNumber()(Code)(Java Doc)
public boolean isStream()(Code)(Java Doc)
public boolean isString()(Code)(Java Doc)
public int length()(Code)(Java Doc)
protected void setContent(String content)(Code)(Java Doc)
public void setIndRef(PRIndirectReference indRef)(Code)(Java Doc)
public void toPdf(PdfWriter writer, OutputStream os) throws IOException(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public int type()(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.