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

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


java.lang.Object
   com.lowagie.text.Chunk
      com.lowagie.text.rtf.AbstractRtfField

All known Subclasses:   com.lowagie.text.rtf.GenericRtfField,
AbstractRtfField
abstract class AbstractRtfField extends Chunk implements RtfField(Code)
This class implements an abstract RtfField. This class is based on the RtfWriter-package from Mark Hall. ONLY FOR USE WITH THE RtfWriter NOT with the RtfWriter2.
author:
   Dirk Weigenand (Dirk.Weigenand@smb-tec.com)
version:
   $Id: AbstractRtfField.java 2698 2007-04-19 12:03:08Z blowagie $
since:
   Mon Aug 19 14:50:39 2002



Constructor Summary
public  AbstractRtfField(String content, Font font)
    

Method Summary
final public  Stringcontent()
     empty implementation for Chunk.
final public  StringgetContent()
     empty implementation for Chunk.
final public  booleanisAlt()
     Determines whether this RtfField shall refer to an end note.
final public  booleanisDirty()
    
final public  booleanisLocked()
     Determines whtether the field is locked, i.e.
final public  booleanisPrivate()
     Determines whether the field is in suitable form for display.
final public  voidsetAlt(boolean rtfFieldIsAlt)
     Determines whether this RtfField shall refer to an end note.
final public  voidsetDirty(boolean rtfFieldIsDirty)
    
final public  voidsetEdited(boolean rtfFieldWasEdited)
     Set whether text has been added, removed from thre field result since the field was last updated.
final public  voidsetLocked(boolean rtfFieldIsLocked)
     Set whether the field can be updated.
final public  voidsetPrivate(boolean rtfFieldIsPrivate)
     Set whether the field is in suitable form for display.
final public  booleanwasEdited()
     Determines whether text has been added, removed from the field result since the field was last updated.
public  voidwrite(RtfWriter writer, OutputStream out)
     For Interface RtfField.
final protected  voidwriteRtfFieldBegin(OutputStream out)
     Write the beginning of an RtfField to the OutputStream.
final protected  voidwriteRtfFieldEnd(OutputStream out)
     Close the RtfField.
abstract public  voidwriteRtfFieldInitializationStuff(OutputStream out)
     Abstract method for writing custom stuff to the Field Initialization Stuff part of an RtfField.
final protected  voidwriteRtfFieldInstBegin(OutputStream out)
     Write RtfField Initialization Stuff to OutputStream.
final protected  voidwriteRtfFieldInstEnd(OutputStream out)
     Write end of RtfField Initialization Stuff to OutputStream.
final protected  voidwriteRtfFieldModifiers(OutputStream out)
     Write the modifiers defined for a RtfField to the OutputStream.
final protected  voidwriteRtfFieldResultBegin(OutputStream out)
     Write beginning of RtfField Result to OutputStream.
final protected  voidwriteRtfFieldResultEnd(OutputStream out)
     Write end of RtfField Result to OutputStream.
abstract public  voidwriteRtfFieldResultStuff(OutputStream out)
     Abstract method for writing custom stuff to the Field Result part of an RtfField.


Constructor Detail
AbstractRtfField
public AbstractRtfField(String content, Font font)(Code)
public constructor
Parameters:
  content - the content of the field
Parameters:
  font - the font of the field




Method Detail
content
final public String content()(Code)
empty implementation for Chunk. an empty stringAbstractRtfField.getContent()



getContent
final public String getContent()(Code)
empty implementation for Chunk. an empty string



isAlt
final public boolean isAlt()(Code)
Determines whether this RtfField shall refer to an end note. true if this RtfField shall refer to an endnote, false otherwise.



isDirty
final public boolean isDirty()(Code)
Determines whether the field was changed since the field was last updated true if the field was changed since the fieldwas last updated, false otherwise.



isLocked
final public boolean isLocked()(Code)
Determines whtether the field is locked, i.e. it cannot be updated. true iff the field cannot be updated,false otherwise.



isPrivate
final public boolean isPrivate()(Code)
Determines whether the field is in suitable form for display. whether the field is in suitable form for display:true yes, false no it cannot be displayed.



setAlt
final public void setAlt(boolean rtfFieldIsAlt)(Code)
Determines whether this RtfField shall refer to an end note.
Parameters:
  rtfFieldIsAlt - true if this RtfField shall referto an end note, false otherwise



setDirty
final public void setDirty(boolean rtfFieldIsDirty)(Code)
Set whether a formatting change has been made since the field was last updated
Parameters:
  rtfFieldIsDirty - true if the field waschanged since the field was last updated, falseotherwise.



setEdited
final public void setEdited(boolean rtfFieldWasEdited)(Code)
Set whether text has been added, removed from thre field result since the field was last updated.
Parameters:
  rtfFieldWasEdited - Determines whether text has beenadded, removed from the field result since the field was lastupdated (true, false otherwise..



setLocked
final public void setLocked(boolean rtfFieldIsLocked)(Code)
Set whether the field can be updated.
Parameters:
  rtfFieldIsLocked - true if the field cannot beupdated, false otherwise.



setPrivate
final public void setPrivate(boolean rtfFieldIsPrivate)(Code)
Set whether the field is in suitable form for display. I.e. it's not a field with a picture as field result
Parameters:
  rtfFieldIsPrivate - Determines whether the field is insuitable form for display: true it can be displayed,false it cannot be displayed.



wasEdited
final public boolean wasEdited()(Code)
Determines whether text has been added, removed from the field result since the field was last updated. rtfFieldWasEdited true if text has been added,removed from the field result since the field was last updated,false otherwise.



write
public void write(RtfWriter writer, OutputStream out) throws IOException(Code)
For Interface RtfField.
Parameters:
  writer -
Parameters:
  out -
throws:
  IOException -



writeRtfFieldBegin
final protected void writeRtfFieldBegin(OutputStream out) throws IOException(Code)
Write the beginning of an RtfField to the OutputStream.
Parameters:
  out -
throws:
  IOException -



writeRtfFieldEnd
final protected void writeRtfFieldEnd(OutputStream out) throws IOException(Code)
Close the RtfField.
Parameters:
  out -
throws:
  IOException -



writeRtfFieldInitializationStuff
abstract public void writeRtfFieldInitializationStuff(OutputStream out) throws IOException(Code)
Abstract method for writing custom stuff to the Field Initialization Stuff part of an RtfField.
Parameters:
  out -
throws:
  IOException -



writeRtfFieldInstBegin
final protected void writeRtfFieldInstBegin(OutputStream out) throws IOException(Code)
Write RtfField Initialization Stuff to OutputStream.
Parameters:
  out -
throws:
  IOException -



writeRtfFieldInstEnd
final protected void writeRtfFieldInstEnd(OutputStream out) throws IOException(Code)
Write end of RtfField Initialization Stuff to OutputStream.
Parameters:
  out -
throws:
  IOException -



writeRtfFieldModifiers
final protected void writeRtfFieldModifiers(OutputStream out) throws IOException(Code)
Write the modifiers defined for a RtfField to the OutputStream.
Parameters:
  out -
throws:
  IOException -



writeRtfFieldResultBegin
final protected void writeRtfFieldResultBegin(OutputStream out) throws IOException(Code)
Write beginning of RtfField Result to OutputStream.
Parameters:
  out -
throws:
  IOException -



writeRtfFieldResultEnd
final protected void writeRtfFieldResultEnd(OutputStream out) throws IOException(Code)
Write end of RtfField Result to OutputStream.
Parameters:
  out -
throws:
  IOException -



writeRtfFieldResultStuff
abstract public void writeRtfFieldResultStuff(OutputStream out) throws IOException(Code)
Abstract method for writing custom stuff to the Field Result part of an RtfField.
Parameters:
  out -
throws:
  IOException -



Fields inherited from com.lowagie.text.Chunk
final public static String ACTION(Code)(Java Doc)
final public static String BACKGROUND(Code)(Java Doc)
final public static String COLOR(Code)(Java Doc)
final public static String ENCODING(Code)(Java Doc)
final public static String GENERICTAG(Code)(Java Doc)
final public static String HSCALE(Code)(Java Doc)
final public static String HYPHENATION(Code)(Java Doc)
final public static String IMAGE(Code)(Java Doc)
final public static String LOCALDESTINATION(Code)(Java Doc)
final public static String LOCALGOTO(Code)(Java Doc)
final public static Chunk NEWLINE(Code)(Java Doc)
final public static String NEWPAGE(Code)(Java Doc)
final public static Chunk NEXTPAGE(Code)(Java Doc)
final public static String OBJECT_REPLACEMENT_CHARACTER(Code)(Java Doc)
final public static String PDFANNOTATION(Code)(Java Doc)
final public static String REMOTEGOTO(Code)(Java Doc)
final public static String SKEW(Code)(Java Doc)
final public static String SPLITCHARACTER(Code)(Java Doc)
final public static String SUBSUPSCRIPT(Code)(Java Doc)
final public static String TEXTRENDERMODE(Code)(Java Doc)
final public static String UNDERLINE(Code)(Java Doc)
protected HashMap attributes(Code)(Java Doc)
protected StringBuffer content(Code)(Java Doc)
protected Font font(Code)(Java Doc)

Methods inherited from com.lowagie.text.Chunk
public static Object[][] addToArray(Object original, Object item)(Code)(Java Doc)
public StringBuffer append(String string)(Code)(Java Doc)
public String content()(Code)(Java Doc)
public Font font()(Code)(Java Doc)
public HashMap getAttributes()(Code)(Java Doc)
public ArrayList getChunks()(Code)(Java Doc)
public String getContent()(Code)(Java Doc)
public Font getFont()(Code)(Java Doc)
public float getHorizontalScaling()(Code)(Java Doc)
public Image getImage()(Code)(Java Doc)
public static Set getKeySet(Hashtable table)(Code)(Java Doc)
public float getTextRise()(Code)(Java Doc)
public float getWidthPoint()(Code)(Java Doc)
public boolean hasAttributes()(Code)(Java Doc)
public boolean isEmpty()(Code)(Java Doc)
public boolean process(ElementListener listener)(Code)(Java Doc)
public Chunk setAction(PdfAction action)(Code)(Java Doc)
public Chunk setAnchor(URL url)(Code)(Java Doc)
public Chunk setAnchor(String url)(Code)(Java Doc)
public Chunk setAnnotation(PdfAnnotation annotation)(Code)(Java Doc)
public void setAttributes(HashMap attributes)(Code)(Java Doc)
public Chunk setBackground(Color color)(Code)(Java Doc)
public Chunk setBackground(Color color, float extraLeft, float extraBottom, float extraRight, float extraTop)(Code)(Java Doc)
public void setFont(Font font)(Code)(Java Doc)
public Chunk setGenericTag(String text)(Code)(Java Doc)
public Chunk setHorizontalScaling(float scale)(Code)(Java Doc)
public Chunk setHyphenation(HyphenationEvent hyphenation)(Code)(Java Doc)
public Chunk setLocalDestination(String name)(Code)(Java Doc)
public Chunk setLocalGoto(String name)(Code)(Java Doc)
public Chunk setNewPage()(Code)(Java Doc)
public Chunk setRemoteGoto(String filename, String name)(Code)(Java Doc)
public Chunk setRemoteGoto(String filename, int page)(Code)(Java Doc)
public Chunk setSkew(float alpha, float beta)(Code)(Java Doc)
public Chunk setSplitCharacter(SplitCharacter splitCharacter)(Code)(Java Doc)
public Chunk setTextRenderMode(int mode, float strokeWidth, Color strokeColor)(Code)(Java Doc)
public Chunk setTextRise(float rise)(Code)(Java Doc)
public Chunk setUnderline(float thickness, float yPosition)(Code)(Java Doc)
public Chunk setUnderline(Color color, float thickness, float thicknessMul, float yPosition, float yPositionMul, int cap)(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.