net.sourceforge.rtf.context.fields
Class RTFContextFields

java.lang.Object
  extended by net.sourceforge.rtf.context.fields.RTFContextFields

public class RTFContextFields
extends java.lang.Object

Version:
1.0.0
Author:
Angelo ZERR

Constructor Summary
RTFContextFields()
           
 
Method Summary
 void addBookmark(RTFContextBookmark bookmark)
           
 void addMergeField(RTFContextField mergeField)
           
 java.util.List getBookmarks()
           
 java.util.Map getBookmarksMap()
           
 java.lang.String getDescription()
           
 java.util.List getMergeFields()
           
 java.util.Map getMergeFieldsMap()
           
 void setDescription(java.lang.String description)
           
 void toXml(java.io.File filePath)
           
 void toXml(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTFContextFields

public RTFContextFields()
Method Detail

addMergeField

public void addMergeField(RTFContextField mergeField)

getMergeFields

public java.util.List getMergeFields()

getMergeFieldsMap

public java.util.Map getMergeFieldsMap()

addBookmark

public void addBookmark(RTFContextBookmark bookmark)

getBookmarks

public java.util.List getBookmarks()

getBookmarksMap

public java.util.Map getBookmarksMap()

toXml

public void toXml(java.lang.String filename)
           throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

toXml

public void toXml(java.io.File filePath)
           throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)


Copyright 2007 null. All Rights Reserved.