Java Doc for PDAcroFormField.java in  » PDF » jPod » de » intarsys » pdf » pd » 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 » jPod » de.intarsys.pdf.pd 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   de.intarsys.pdf.cos.COSBasedObject
      de.intarsys.pdf.pd.PDObject
         de.intarsys.pdf.pd.PDAcroFormNode
            de.intarsys.pdf.pd.PDAcroFormField

All known Subclasses:   de.intarsys.pdf.pd.PDAFSignatureField,  de.intarsys.pdf.pd.PDAFIntermediateNode,  de.intarsys.pdf.pd.PDAFTextField,  de.intarsys.pdf.pd.PDAFChoiceField,  de.intarsys.pdf.pd.PDAFButtonField,
PDAcroFormField
abstract public class PDAcroFormField extends PDAcroFormNode implements IAdditionalActionSupport(Code)
Abstract superclass for the different field types in an AcroForm.

Inner Class :public static class MetaClass extends PDAcroFormNode.MetaClass

Field Summary
final public static  SetACROFORMFIELD_ACTION_TRIGGERS
    
final public static  intALIGNMENT_CENTER
    
final public static  intALIGNMENT_LEFT
    
final public static  intALIGNMENT_RIGHT
    
final public static  COSNameCN_FT_Btn
    
final public static  COSNameCN_FT_Ch
    
final public static  COSNameCN_FT_Sig
    
final public static  COSNameCN_FT_Tx
    
final public static  COSNameDK_DS
     The name for the DefaultStyle entry.
final public static  COSNameDK_DV
     The key for the DefaultValue entry.
final public static  COSNameDK_FT
     The name for field types entry.
final public static  COSNameDK_Ff
     The name of the FieldFlags entry.
final public static  COSNameDK_Kids
     The name for the childrens entry.
final public static  COSNameDK_MaxLen
     The name for the MaximumLength entry.
final public static  COSNameDK_Parent
     The name for the parent entry.
final public static  COSNameDK_RV
     The name for RichTextString value entry.
final public static  COSNameDK_T
     The name for the partial field name entry, also called the local name.
final public static  COSNameDK_TM
     The name for the mapping entry.
final public static  COSNameDK_TU
     The name for the AlternateFieldName entry.
final public static  COSNameDK_V
     The name for the fields value entry.
final public static  MetaClassMETA
    

Constructor Summary
protected  PDAcroFormField(COSObject object)
    

Method Summary
public  voidaddAnnotation(PDWidgetAnnotation annot)
     Insert a new PDAnnotation object for the form field.
public  voidaddField(PDAcroFormField field)
    
public  intbasicGetFieldFlags()
     Get the integer representing the field flags.
public  voidbasicSetFieldFlags(int newFlags)
     Assign the integer representing the field flags.
protected  booleancheckFieldType(COSName checkType)
    
protected  ListcollectLeafFields(List result)
    
public  PDAcroFormFieldcopy()
     Copy the receiver.
protected  voidcosAddKid(COSDictionary dict)
    
public  COSObjectcosGetDefaultValue()
    
abstract public  COSNamecosGetExpectedFieldType()
     The AcroForm field type expected for this.
public  COSNamecosGetFieldType()
     The real AcroForm field type of this.
public  COSObjectcosGetValue()
    
protected  COSObjectcosGetValueEntry(COSName key)
    
protected  booleancosRemoveKid(COSDictionary dict)
    
protected  COSObjectcosSetDefaultValue(COSObject newDefaultValue)
    
protected  COSObjectcosSetFieldType(COSName newFieldType)
    
protected  voidcosSetMappingName(String newMappingName)
    
protected  voidcosSetRichTextString(String newRichTextString)
    
public  COSObjectcosSetValue(COSObject newValue)
     Sets the /V entry in this node and removes all /V entries in child nodes.
public  voiddispose(boolean disposeEmptyAncestors)
    
public  PDAcroFormgetAcroForm()
    
public  PDAdditionalActionsgetAdditionalActions()
    
public  StringgetAlternateFieldName()
     The fields alternate name.
protected  ListgetAnnotations(List annotations)
    
public  PDAnnotationgetAnyAnnotation()
     a acro form field may be associated with a widget annotation.
protected  StringgetDefaultStyle()
    
public  StringgetDefaultValueString()
    
public  AcroFormFieldFlagsgetFieldFlags()
     The flags associated with the form field.
public  ListgetGenericChildren()
    
public  PDObjectgetGenericParent()
    
public  ListgetKids()
    
public  StringgetLocalName()
     The local name for this node.
public  StringgetLocalName(boolean canonical)
     The local name for this node.
public  PDAcroFormNodegetLogicalParent()
     The logical parent node of this PDAcroFormField.
public  PDAcroFormFieldgetLogicalRoot()
     The logical root node of this PDAcroFormField.
protected  StringgetMappingName()
    
public  IntegergetMaxLen()
     The maximum length for this field or null if not defined.
public  PDAcroFormFieldgetParent()
     The parent node of this.

AcroForm fields are arranged in a hierarchical structure, beginning with the root AcroForm.

protected  StringgetParentName(boolean canonical)
     Returns the parent name, if any, or null.
Parameters:
  canonical - True if the name should be canonical.
public  StringgetQualifiedName()
     A fully qualified name for this.
public  StringgetQualifiedName(boolean canonical)
     A fully qualified name for this.
protected  StringgetRichTextString()
    
public  SetgetSupportedTriggerEvents()
    
public  StringgetValueString()
    
protected  voidinitializeFromScratch()
    
public  voidinvalidateCaches()
    
public  booleanisAlignmentCenter()
     true if variable text in this is centered.
public  booleanisAlignmentLeft()
     true if variable text in this is left aligned.
public  booleanisAlignmentRight()
     true if variable text in this is right aligned.
public  booleanisAnnotation()
    
public  booleanisComb()
     Convenience to access "comb" flag.
public  booleanisDoNotScroll()
     Convenience to access "DoNotScroll" flag.
public  booleanisMultiline()
     Convenience to access "Multiline" flag.
public  booleanisNoExport()
     Convenience to access "NoExport" flag.
public  booleanisReadOnly()
     Convenience to access "ReadOnly" flag.
public  booleanisTypeBtn()
     Return true if this is a field of type "Btn".
public  booleanisTypeCh()
     Return true if this is a field of type "Ch".
public  booleanisTypeSig()
     Return true if this is a field of type "Sig".
public  booleanisTypeTx()
     Return true if this is a text field.
public  booleanremoveField(PDAcroFormField field)
    
public  voidreset()
     Reset this to its default value.
public  voidsetAdditionalActions(PDAdditionalActions actions)
    
public  voidsetAlignmentCenter()
     Make variable text centered.
public  voidsetAlignmentLeft()
     Make variable text left aligned.
public  voidsetAlignmentRight()
     Make variable text right aligned.
public  voidsetAlternateFieldName(String newAlternateFieldName)
     Asssign a alternate field name.
public  voidsetComb(boolean f)
     Convenience method to access "Comb" flag.
protected  voidsetDefaultStyle(String newDefaultStyle)
    
public  voidsetDefaultValue(String value)
     Assign a new default value.
public  voidsetDoNotScroll(boolean f)
     Convenience method to access "DoNotScroll" flag.
protected  voidsetKids(List newKids)
    
public  voidsetLocalName(String newLocalName)
     Assign a new local name.
public  voidsetMaxLength(Integer newMaxLength)
     Set the maximum length for this field.
public  voidsetMultiline(boolean f)
     Convenience method to access "Multiline" flag.
public  voidsetNoExport(boolean f)
     Convenience method to access "NoExport" flag.
protected  voidsetParent(PDAcroFormField newParent)
    
public  voidsetReadOnly(boolean f)
     Convenience method to access "ReadOnly" flag.
public  voidsetValueString(String value)
     Set the value of this.
public  voidsetValueStrings(List values)
     Set the value of this to a List of String objects.
public  StringtoString()
    
protected  voidtriggerAnnotation(PDWidgetAnnotation annotation)
     This is called from one of the field's annotation to set the field's value to the appropriate state (along with keeping all other children in synch).

Field Detail
ACROFORMFIELD_ACTION_TRIGGERS
final public static Set ACROFORMFIELD_ACTION_TRIGGERS(Code)
supported additional action triggers



ALIGNMENT_CENTER
final public static int ALIGNMENT_CENTER(Code)
alignment constant: 1: Centered



ALIGNMENT_LEFT
final public static int ALIGNMENT_LEFT(Code)
alignment constant: 0: Left-justified



ALIGNMENT_RIGHT
final public static int ALIGNMENT_RIGHT(Code)
alignment constant: 2: Right-justified



CN_FT_Btn
final public static COSName CN_FT_Btn(Code)
Field type Button



CN_FT_Ch
final public static COSName CN_FT_Ch(Code)
Field type Choice



CN_FT_Sig
final public static COSName CN_FT_Sig(Code)
Field type Signature



CN_FT_Tx
final public static COSName CN_FT_Tx(Code)
Field type Text



DK_DS
final public static COSName DK_DS(Code)
The name for the DefaultStyle entry.



DK_DV
final public static COSName DK_DV(Code)
The key for the DefaultValue entry.



DK_FT
final public static COSName DK_FT(Code)
The name for field types entry.



DK_Ff
final public static COSName DK_Ff(Code)
The name of the FieldFlags entry.

For a list of possible flags:


See Also:   de.intarsys.pdf.pd.AcroFormFieldFlags



DK_Kids
final public static COSName DK_Kids(Code)
The name for the childrens entry.



DK_MaxLen
final public static COSName DK_MaxLen(Code)
The name for the MaximumLength entry.



DK_Parent
final public static COSName DK_Parent(Code)
The name for the parent entry.



DK_RV
final public static COSName DK_RV(Code)
The name for RichTextString value entry.



DK_T
final public static COSName DK_T(Code)
The name for the partial field name entry, also called the local name.



DK_TM
final public static COSName DK_TM(Code)
The name for the mapping entry.



DK_TU
final public static COSName DK_TU(Code)
The name for the AlternateFieldName entry.



DK_V
final public static COSName DK_V(Code)
The name for the fields value entry.



META
final public static MetaClass META(Code)
The meta class instance




Constructor Detail
PDAcroFormField
protected PDAcroFormField(COSObject object)(Code)




Method Detail
addAnnotation
public void addAnnotation(PDWidgetAnnotation annot)(Code)
Insert a new PDAnnotation object for the form field. The annotation represents the visual component displaying the logical form field. A form field can be represented by more than one annotation.
Parameters:
  annot - The PDAnnotation to add to the field.



addField
public void addField(PDAcroFormField field)(Code)



basicGetFieldFlags
public int basicGetFieldFlags()(Code)
Get the integer representing the field flags. Get the integer representing the field flags.



basicSetFieldFlags
public void basicSetFieldFlags(int newFlags)(Code)
Assign the integer representing the field flags.
Parameters:
  newFlags - The new flags



checkFieldType
protected boolean checkFieldType(COSName checkType)(Code)



collectLeafFields
protected List collectLeafFields(List result)(Code)



copy
public PDAcroFormField copy()(Code)
Copy the receiver.

The copy made does NOT contain any children information.

A copy of the receiver.



cosAddKid
protected void cosAddKid(COSDictionary dict)(Code)



cosGetDefaultValue
public COSObject cosGetDefaultValue()(Code)
Tries to return a valid /DV entry:
  1. returns its own /DV entry, if it is not null
  2. returns the /DV entry of its logical root, if it is not null
  3. returns the first /DV entry found of the logical roots kids
  4. null if nothing was found
see description



cosGetExpectedFieldType
abstract public COSName cosGetExpectedFieldType()(Code)
The AcroForm field type expected for this. The AcroForm field type expected for this.



cosGetFieldType
public COSName cosGetFieldType()(Code)
The real AcroForm field type of this. The real AcroForm field type of this.



cosGetValue
public COSObject cosGetValue()(Code)
Tries to return a valid /V entry:
  1. returns its own /V entry, if it is not null
  2. returns the /V entry of its logical root, if it is not null
  3. returns the first /V entry found of the logical roots kids
  4. null if nothing was found
see description



cosGetValueEntry
protected COSObject cosGetValueEntry(COSName key)(Code)
Tries to return a valid value entry (/DV or /V):
  1. returns its own value entry, if it is not null
  2. returns the value entry of its logical root, if it is not null
  3. returns the first value entry found of the logical roots kids
  4. null if nothing was found
see description



cosRemoveKid
protected boolean cosRemoveKid(COSDictionary dict)(Code)



cosSetDefaultValue
protected COSObject cosSetDefaultValue(COSObject newDefaultValue)(Code)



cosSetFieldType
protected COSObject cosSetFieldType(COSName newFieldType)(Code)



cosSetMappingName
protected void cosSetMappingName(String newMappingName)(Code)



cosSetRichTextString
protected void cosSetRichTextString(String newRichTextString)(Code)



cosSetValue
public COSObject cosSetValue(COSObject newValue)(Code)
Sets the /V entry in this node and removes all /V entries in child nodes.
Parameters:
  newValue - The /V entry previously associated with this.



dispose
public void dispose(boolean disposeEmptyAncestors)(Code)

Parameters:
  disposeEmptyAncestors -



getAcroForm
public PDAcroForm getAcroForm()(Code)



getAdditionalActions
public PDAdditionalActions getAdditionalActions()(Code)



getAlternateFieldName
public String getAlternateFieldName()(Code)
The fields alternate name. The fields alternate name.



getAnnotations
protected List getAnnotations(List annotations)(Code)



getAnyAnnotation
public PDAnnotation getAnyAnnotation()(Code)
a acro form field may be associated with a widget annotation. somewhere down in the hierarchy there MUST be an annotation. this method returns the first annotation available. the first associated annotation object if available (or null)



getDefaultStyle
protected String getDefaultStyle()(Code)



getDefaultValueString
public String getDefaultValueString()(Code)
The value from cosGetDefaultValue() converted to a String The value from cosGetDefaultValue() converted to a String



getFieldFlags
public AcroFormFieldFlags getFieldFlags()(Code)
The flags associated with the form field. The flags associated with the form field.



getGenericChildren
public List getGenericChildren()(Code)



getGenericParent
public PDObject getGenericParent()(Code)



getKids
public List getKids()(Code)
The child nodes of this (named after the /Kids key in the defining COSDictionary ); The child nodes of this.



getLocalName
public String getLocalName()(Code)
The local name for this node. This method returns null for an non existing or empty /T entry in the defining COSDictionary . The local name for this node.



getLocalName
public String getLocalName(boolean canonical)(Code)
The local name for this node. This method returns null for an non existing or empty /T entry in the base COSDictionary . The name is transformed to canonical form if canonical is true.
Parameters:
  canonical - Flag if the name shoul be in canonical form. The local name for this node.



getLogicalParent
public PDAcroFormNode getLogicalParent()(Code)
The logical parent node of this PDAcroFormField.

The logical parent is the next node up the parent hierarchy that has a different qualified name, this means it is a node that does not designate the same logical field as the receiver.

the logical parent, or the form itself.



getLogicalRoot
public PDAcroFormField getLogicalRoot()(Code)
The logical root node of this PDAcroFormField.

The logical root is the last node up the parent hierarchy that has the name qualified name, this means the topmost node that designates the same logical field as the receiver.

the root field, or this.



getMappingName
protected String getMappingName()(Code)



getMaxLen
public Integer getMaxLen()(Code)
The maximum length for this field or null if not defined. The maximum length for this field or null if notdefined.



getParent
public PDAcroFormField getParent()(Code)
The parent node of this.

AcroForm fields are arranged in a hierarchical structure, beginning with the root AcroForm. Fields under the AcroForm return null as their parent. The parent node of this.




getParentName
protected String getParentName(boolean canonical)(Code)
Returns the parent name, if any, or null.
Parameters:
  canonical - True if the name should be canonical. the name of the direct parent PDAcroFormField



getQualifiedName
public String getQualifiedName()(Code)
A fully qualified name for this.

The name of a acro form field is the concatenation of every node's name in the hierarchy, separated with '.'.

A fully qualified name for this.



getQualifiedName
public String getQualifiedName(boolean canonical)(Code)
A fully qualified name for this. If requested, the name is in canonical format.

The name of a acro form field is the concatenation of every node's name in the hierarchy, separated with '.'.


Parameters:
  canonical - Flag if the name is in canonical format A fully qualified name for this.



getRichTextString
protected String getRichTextString()(Code)



getSupportedTriggerEvents
public Set getSupportedTriggerEvents()(Code)



getValueString
public String getValueString()(Code)
The value from cosGetValue() converted to a String The value from cosGetValue() converted to a String



initializeFromScratch
protected void initializeFromScratch()(Code)



invalidateCaches
public void invalidateCaches()(Code)



isAlignmentCenter
public boolean isAlignmentCenter()(Code)
true if variable text in this is centered. true if variable text in this is centered.



isAlignmentLeft
public boolean isAlignmentLeft()(Code)
true if variable text in this is left aligned. true if variable text in this is left aligned.



isAlignmentRight
public boolean isAlignmentRight()(Code)
true if variable text in this is right aligned. true if variable text in this is right aligned.



isAnnotation
public boolean isAnnotation()(Code)
Returns true when the field is an annotation true when the field is an annotation



isComb
public boolean isComb()(Code)
Convenience to access "comb" flag.



isDoNotScroll
public boolean isDoNotScroll()(Code)
Convenience to access "DoNotScroll" flag.



isMultiline
public boolean isMultiline()(Code)
Convenience to access "Multiline" flag.



isNoExport
public boolean isNoExport()(Code)
Convenience to access "NoExport" flag.



isReadOnly
public boolean isReadOnly()(Code)
Convenience to access "ReadOnly" flag.



isTypeBtn
public boolean isTypeBtn()(Code)
Return true if this is a field of type "Btn".

"Btn" means this is a button style object.

Return true if this is a field of type "Btn".



isTypeCh
public boolean isTypeCh()(Code)
Return true if this is a field of type "Ch".

"Ch" means this is a choice object.

Return true if this is a field of type "Ch".



isTypeSig
public boolean isTypeSig()(Code)
Return true if this is a field of type "Sig".

"Sig" means this is a text style object.

Return true if this is a field of type "Sig".



isTypeTx
public boolean isTypeTx()(Code)
Return true if this is a text field.

"Tx" means this is a text style object.

Return true if this is a field of type "Tx".



removeField
public boolean removeField(PDAcroFormField field)(Code)



reset
public void reset()(Code)
Reset this to its default value.



setAdditionalActions
public void setAdditionalActions(PDAdditionalActions actions)(Code)



setAlignmentCenter
public void setAlignmentCenter()(Code)
Make variable text centered.



setAlignmentLeft
public void setAlignmentLeft()(Code)
Make variable text left aligned.



setAlignmentRight
public void setAlignmentRight()(Code)
Make variable text right aligned.



setAlternateFieldName
public void setAlternateFieldName(String newAlternateFieldName)(Code)
Asssign a alternate field name.
Parameters:
  newAlternateFieldName - The new alternate field name



setComb
public void setComb(boolean f)(Code)
Convenience method to access "Comb" flag.



setDefaultStyle
protected void setDefaultStyle(String newDefaultStyle)(Code)
Assign new default style
Parameters:
  newDefaultStyle - The new default style.



setDefaultValue
public void setDefaultValue(String value)(Code)
Assign a new default value. The default value is used if no value (/V) is available.
Parameters:
  value - The new default value.



setDoNotScroll
public void setDoNotScroll(boolean f)(Code)
Convenience method to access "DoNotScroll" flag.



setKids
protected void setKids(List newKids)(Code)



setLocalName
public void setLocalName(String newLocalName)(Code)
Assign a new local name.
Parameters:
  newLocalName - The new local name



setMaxLength
public void setMaxLength(Integer newMaxLength)(Code)
Set the maximum length for this field.
Parameters:
  newMaxLength - The new maximum length



setMultiline
public void setMultiline(boolean f)(Code)
Convenience method to access "Multiline" flag.



setNoExport
public void setNoExport(boolean f)(Code)
Convenience method to access "NoExport" flag.



setParent
protected void setParent(PDAcroFormField newParent)(Code)



setReadOnly
public void setReadOnly(boolean f)(Code)
Convenience method to access "ReadOnly" flag.



setValueString
public void setValueString(String value)(Code)
Set the value of this.
Parameters:
  value - The new value of this, represented by a String.



setValueStrings
public void setValueStrings(List values)(Code)
Set the value of this to a List of String objects.
Parameters:
  values - The new value.



toString
public String toString()(Code)



triggerAnnotation
protected void triggerAnnotation(PDWidgetAnnotation annotation)(Code)
This is called from one of the field's annotation to set the field's value to the appropriate state (along with keeping all other children in synch).
Parameters:
  annotation -



Fields inherited from de.intarsys.pdf.pd.PDAcroFormNode
final public static COSName DK_DA(Code)(Java Doc)
final public static COSName DK_DR(Code)(Java Doc)
final public static COSName DK_Encoding(Code)(Java Doc)
final public static COSName DK_Font(Code)(Java Doc)
final public static COSName DK_Q(Code)(Java Doc)
final public static MetaClass META(Code)(Java Doc)

Methods inherited from de.intarsys.pdf.pd.PDAcroFormNode
abstract public void addField(PDAcroFormField field)(Code)(Java Doc)
protected PDAcroFormField basicGetField(String name, boolean canonical)(Code)(Java Doc)
public static String canonicalize(String name)(Code)(Java Doc)
protected List collectLeafFields(List result)(Code)(Java Doc)
public List collectLeafFields()(Code)(Java Doc)
abstract public PDAcroForm getAcroForm()(Code)(Java Doc)
public PDAnnotation getAnnotation(int index)(Code)(Java Doc)
public List getAnnotations()(Code)(Java Doc)
protected List getAnnotations(List annotations)(Code)(Java Doc)
protected DefaultAppearance getDefaultAppearance()(Code)(Java Doc)
public CSContent getDefaultAppearanceContent()(Code)(Java Doc)
public PDFont getDefaultAppearanceFont()(Code)(Java Doc)
public float[] getDefaultAppearanceFontColor()(Code)(Java Doc)
public COSName getDefaultAppearanceFontName()(Code)(Java Doc)
public float getDefaultAppearanceFontSize()(Code)(Java Doc)
public PDAcroFormField getField(String path)(Code)(Java Doc)
public PDAcroFormField getField(String name, boolean canonicalName)(Code)(Java Doc)
public int getQuadding()(Code)(Java Doc)
public void invalidateCaches()(Code)(Java Doc)
abstract public boolean removeField(PDAcroFormField field)(Code)(Java Doc)
protected void setDefaultAppearance(DefaultAppearance defaultAppearanceParser)(Code)(Java Doc)
public void setDefaultAppearanceContent(CSContent pContent)(Code)(Java Doc)
public void setDefaultAppearanceFont(PDFont font)(Code)(Java Doc)
public void setDefaultAppearanceFontColor(float[] color)(Code)(Java Doc)
public void setDefaultAppearanceFontSize(float size)(Code)(Java Doc)
public void setQuadding(int quadding)(Code)(Java Doc)

Fields inherited from de.intarsys.pdf.pd.PDObject
final public static COSName DK_Subtype(Code)(Java Doc)
final public static COSName DK_Type(Code)(Java Doc)
final public static MetaClass META(Code)(Java Doc)

Methods inherited from de.intarsys.pdf.pd.PDObject
protected COSName cosGetExpectedSubtype()(Code)(Java Doc)
protected COSName cosGetExpectedType()(Code)(Java Doc)
public COSObject cosGetFieldDescendant(COSName name)(Code)(Java Doc)
public COSObject cosGetFieldInheritable(COSName name)(Code)(Java Doc)
public COSObject cosGetFieldInherited(COSName name)(Code)(Java Doc)
final public COSName cosGetSubtype()(Code)(Java Doc)
final public COSName cosGetType()(Code)(Java Doc)
public COSObject cosRemoveFieldInheritable(COSName name)(Code)(Java Doc)
public COSObject cosSetFieldInheritable(COSName name, COSObject cosObj)(Code)(Java Doc)
final public COSName cosSetSubtype(COSName newType)(Code)(Java Doc)
final public COSName cosSetType(COSName newType)(Code)(Java Doc)
public PDDocument getDoc()(Code)(Java Doc)
public List getGenericChildren()(Code)(Java Doc)
public PDObject getGenericParent()(Code)(Java Doc)
protected List getPDObjects(COSName key, COSBasedObject.MetaClass metaclass, boolean addListener)(Code)(Java Doc)
protected void initializeFromScratch()(Code)(Java Doc)
public void setGenericParent(PDObject parent)(Code)(Java Doc)
protected void setPDObjects(COSName key, List list)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Fields inherited from de.intarsys.pdf.cos.COSBasedObject
final public static MetaClass META(Code)(Java Doc)

Methods inherited from de.intarsys.pdf.cos.COSBasedObject
public void changed(COSObject pObject, Object slot, Object oldValue, Object newValue)(Code)(Java Doc)
public COSArray cosGetArray()(Code)(Java Doc)
public COSDictionary cosGetDict()(Code)(Java Doc)
public COSDocument cosGetDoc()(Code)(Java Doc)
public COSObject cosGetField(COSName name)(Code)(Java Doc)
public COSObject cosGetObject()(Code)(Java Doc)
public COSStream cosGetStream()(Code)(Java Doc)
public boolean cosHasField(COSName name)(Code)(Java Doc)
public COSObject cosRemoveField(COSName name)(Code)(Java Doc)
public COSObject cosSetField(COSName name, COSObject cosObj)(Code)(Java Doc)
public Object getAttribute(Object key)(Code)(Java Doc)
public boolean getFieldBoolean(COSName name, boolean defaultValue)(Code)(Java Doc)
public CDSDate getFieldDate(COSName name, CDSDate defaultValue)(Code)(Java Doc)
public float getFieldFixed(COSName name, float defaultValue)(Code)(Java Doc)
public float[] getFieldFixedArray(COSName name, float[] defaultValue)(Code)(Java Doc)
public int getFieldInt(COSName name, int defaultValue)(Code)(Java Doc)
public String getFieldMLString(COSName name, String defaultValue)(Code)(Java Doc)
public String getFieldString(COSName name, String defaultValue)(Code)(Java Doc)
protected void initializeFromCos()(Code)(Java Doc)
protected void initializeFromScratch()(Code)(Java Doc)
public void invalidateCaches()(Code)(Java Doc)
public Object removeAttribute(Object key)(Code)(Java Doc)
public Object setAttribute(Object key, Object value)(Code)(Java Doc)
public void setFieldBoolean(COSName name, boolean value)(Code)(Java Doc)
public void setFieldFixed(COSName name, float value)(Code)(Java Doc)
protected void setFieldFixedArray(COSName key, float[] array)(Code)(Java Doc)
public void setFieldInt(COSName name, int value)(Code)(Java Doc)
public void setFieldMLString(COSName name, String value)(Code)(Java Doc)
public void setFieldName(COSName name, String value)(Code)(Java Doc)
public void setFieldObject(COSName name, COSBasedObject value)(Code)(Java Doc)
public void setFieldString(COSName name, String value)(Code)(Java Doc)
public String toString()(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.