|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.wordwriter.Template
public class Template
Template class is used to define a Word template.
Method Summary | |
---|---|
void |
defineDataRegion(java.lang.String name,
java.lang.String caption)
Defines the DataRegion. |
void |
defineDataTag(java.lang.String name)
Defines the DataTag. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void defineDataRegion(java.lang.String name, java.lang.String caption) throws java.lang.Exception, java.io.IOException
name
- The name of the DataRegion.caption
- The friendly title of DataRegion.
java.lang.Exception
java.io.IOException
public void defineDataTag(java.lang.String name) throws java.lang.Exception, java.io.IOException
name
- The name of the DataTag. It cannot contain any special character like ";:.,".
java.lang.Exception
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |