public interface IDynamicTextEventHandler
Modifier and Type | Method and Description |
---|---|
void |
onCreate(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onCreate event
|
void |
onPageBreak(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onPageBreak event
|
void |
onPrepare(IDynamicText textData,
IReportContext reportContext)
Handle the onPrepare event
|
void |
onRender(IDynamicTextInstance text,
IReportContext reportContext)
Handle the onRender event
|
void onPrepare(IDynamicText textData, IReportContext reportContext) throws ScriptException
ScriptException
void onCreate(IDynamicTextInstance text, IReportContext reportContext) throws ScriptException
ScriptException
void onRender(IDynamicTextInstance text, IReportContext reportContext) throws ScriptException
ScriptException
void onPageBreak(IDynamicTextInstance text, IReportContext reportContext) throws ScriptException
ScriptException
Copyright © 2014 OpenText Corp. All rights reserved.