public interface IAutoTextEventHandler
Modifier and Type | Method and Description |
---|---|
void |
onCreate(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
Handle the onCreate event
|
void |
onPageBreak(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
onPrepare(IAutoText autoText,
IReportContext reportContext)
Handle the onPrepare event
|
void |
onRender(IAutoTextInstance autoTextInstance,
IReportContext reportContext)
Handle the onRender event
|
void onPrepare(IAutoText autoText, IReportContext reportContext) throws ScriptException
ScriptException
void onCreate(IAutoTextInstance autoTextInstance, IReportContext reportContext) throws ScriptException
ScriptException
void onRender(IAutoTextInstance autoTextInstance, IReportContext reportContext) throws ScriptException
ScriptException
void onPageBreak(IAutoTextInstance autoTextInstance, IReportContext reportContext) throws ScriptException
ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.