A C G O P S W

A

ALL_ROWS - Static variable in class com.softartisans.wordwriter.WordTemplate
 

C

com.softartisans.wordwriter - package com.softartisans.wordwriter
 

G

getBookmarks() - Method in class com.softartisans.wordwriter.WordTemplate
Returns all bookmarks in this template.
getContentType() - Method in class com.softartisans.wordwriter.WordTemplate
 
getDocumentsCreatedToday() - Method in class com.softartisans.wordwriter.WordTemplate
 
getFieldMarkers() - Method in class com.softartisans.wordwriter.WordTemplate
Returns the names of all mergefields in this template.
getFieldMarkers(String) - Method in class com.softartisans.wordwriter.WordTemplate
Returns the names of all mergefields contained within a specified bookmark
getLicenseKey() - Method in class com.softartisans.wordwriter.WordTemplate
 
getVersion() - Method in class com.softartisans.wordwriter.WordTemplate
Returns the exact version of the WordWriter product.

O

open(String) - Method in class com.softartisans.wordwriter.WordTemplate
Opens WordWriter template from a file on disk.
open(InputStream) - Method in class com.softartisans.wordwriter.WordTemplate
Opens WordWriter template from an InputStream.

P

process() - Method in class com.softartisans.wordwriter.WordTemplate
Processes WordWriter template and populates MergeFields with data from the specified data source.

S

save(OutputStream) - Method in class com.softartisans.wordwriter.WordTemplate
Sends generated Word binary file to OutputStream.
save(String) - Method in class com.softartisans.wordwriter.WordTemplate
Saves generated Word binary file on disk.
save(HttpServletResponse) - Method in class com.softartisans.wordwriter.WordTemplate
Sends generated Word binary file to the client's browser.
save(HttpServletResponse, String, boolean) - Method in class com.softartisans.wordwriter.WordTemplate
Sends generated Word binary file to the client's browser.
setContentType(String) - Method in class com.softartisans.wordwriter.WordTemplate
Sets custom content type response parameter string used for streaming the resulting Word document to browser
setDataSource(ResultSet, String) - Method in class com.softartisans.wordwriter.WordTemplate
Sets a named data source for the document's body to Resultset passed as a parameter.
setDataSource(ResultSet) - Method in class com.softartisans.wordwriter.WordTemplate
Sets the default data source for the document's body to Resultset passed as a parameter.
setDataSource(Object[], String[], String) - Method in class com.softartisans.wordwriter.WordTemplate
Sets a named data source for the document's body to an array of objects.
setDataSource(Object[], String[]) - Method in class com.softartisans.wordwriter.WordTemplate
Sets the default data source for the document's body to an array of objects.
setLicenseKey(String) - Method in class com.softartisans.wordwriter.WordTemplate
Instructs WordTemplate to use a particular license key for the duration of this instance, rather than obtaining one programatically from the License.jar file in the classpath.
setLocale(Locale) - Method in class com.softartisans.wordwriter.WordTemplate
Sets the formatting for dates, numbers and currency to the specified locale.
setRepeatBlock(ResultSet, String) - Method in class com.softartisans.wordwriter.WordTemplate
Sets data source for the given repeat block (an arbitrary document fragment to be repeated with each row in a data source) to Resultset passed as a parameter.
setRepeatBlock(ResultSet, String, int) - Method in class com.softartisans.wordwriter.WordTemplate
Sets data source for the given repeat block (an arbitrary document fragment to be repeated with each row in a data source) to Resultset passed as a parameter.
setRepeatBlock(Object[], String[], String) - Method in class com.softartisans.wordwriter.WordTemplate
Sets data source for the given repeat block to an array of objects.
setRepeatBlock(Object[][], String[], String) - Method in class com.softartisans.wordwriter.WordTemplate
Sets data source for the given repeat block to a jagged array of objects.
setRepeatBlock(Object[][], String[], String, int, boolean) - Method in class com.softartisans.wordwriter.WordTemplate
Sets data source for the given repeat block to a jagged array of objects.

W

WordTemplate - class com.softartisans.wordwriter.WordTemplate.
An implemenation of WordWriter template functionality.
WordTemplate() - Constructor for class com.softartisans.wordwriter.WordTemplate
Creates a new WordTemplate object.

A C G O P S W