Package com.stimulsoft.report.events
Class StiMoveFooterToBottomEvent
java.lang.Object
com.stimulsoft.report.events.StiEvent
com.stimulsoft.report.events.StiMoveFooterToBottomEvent
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableToString,Cloneable
Describes the class for realization of the event MoveFooterToBottomEvent.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiMoveFooterToBottomEvent.Creates a new object of the type StiMoveFooterToBottomEvent with specified arguments.StiMoveFooterToBottomEvent(String script) Creates a new object of the type StiMoveFooterToBottomEvent with specified arguments. -
Method Summary
Methods inherited from class com.stimulsoft.report.events.StiEvent
clone, deserialize, getEventType, getParameters, getPropertyName, getScript, isDefault, isPresent, LoadFromJsonObject, SaveToJsonObject, serialize, set, Set, setScript
-
Constructor Details
-
StiMoveFooterToBottomEvent
public StiMoveFooterToBottomEvent()Creates a new object of the type StiMoveFooterToBottomEvent. -
StiMoveFooterToBottomEvent
Creates a new object of the type StiMoveFooterToBottomEvent with specified arguments.- Parameters:
script- Script of the event.
-
StiMoveFooterToBottomEvent
Creates a new object of the type StiMoveFooterToBottomEvent with specified arguments.- Parameters:
parent- Component which contain this event.
-
-
Method Details