Uses of Class
net.sourceforge.rtf.context.fields.RTFContextFields

Packages that use RTFContextFields
net.sourceforge.rtf   
net.sourceforge.rtf.context   
net.sourceforge.rtf.template   
 

Uses of RTFContextFields in net.sourceforge.rtf
 

Methods in net.sourceforge.rtf with parameters of type RTFContextFields
 RTFDocument IRTFDocumentTransformer.transform(RTFDocument document, RTFContextFields contextFields)
           
 

Uses of RTFContextFields in net.sourceforge.rtf.context
 

Methods in net.sourceforge.rtf.context that return RTFContextFields
 RTFContextFields RTFContextFieldsReader.getContextFields()
           
static RTFContextFields DigesterRTFContextFields.getRTFContextFields(java.io.File configFile)
          Load XML configFileName file and return RTFContextFields.
static RTFContextFields DigesterRTFContextFields.getRTFContextFields(java.io.InputStream inputStream)
          Load XML configFileName file and return RTFContextFields.
static RTFContextFields DigesterRTFContextFields.getRTFContextFields(java.lang.String configFileName)
          Load XML configFileName file name and return RTFContextFields.
 

Methods in net.sourceforge.rtf.context with parameters of type RTFContextFields
static void RTFContextUtil.saveXmlFields(java.lang.String fileXmlFields, RTFContextFields newFields, boolean force)
           
static void RTFContextUtil.saveXmlFields(java.lang.String inFileXmlFields, RTFContextFields newFields, java.lang.String outFileXmlFields, boolean force)
           
 

Uses of RTFContextFields in net.sourceforge.rtf.template
 

Methods in net.sourceforge.rtf.template that return RTFContextFields
 RTFContextFields AbstractRTFDocumentTransformer.getContextFields(IContext context)
           
 

Methods in net.sourceforge.rtf.template with parameters of type RTFContextFields
 RTFDocument AbstractRTFDocumentTransformer.transform(RTFDocument document, RTFContextFields contextFields)
           
 



Copyright 2007 null. All Rights Reserved.