Uses of Class
org.docx4j.org.apache.fop.events.model.EventModel
Packages that use EventModel
-
Uses of EventModel in org.docx4j.org.apache.fop.events
Fields in org.docx4j.org.apache.fop.events with type parameters of type EventModelModifier and TypeFieldDescriptionprivate static List<EventModel>DefaultEventBroadcaster.eventModelsMethods in org.docx4j.org.apache.fop.events that return EventModelModifier and TypeMethodDescriptionprivate static EventModelLoads an event model and returns its instance.Methods in org.docx4j.org.apache.fop.events with parameters of type EventModelModifier and TypeMethodDescriptionstatic voidDefaultEventBroadcaster.addEventModel(EventModel eventModel) Adds a newEventModelto the list of registered event models. -
Uses of EventModel in org.docx4j.org.apache.fop.events.model
Fields in org.docx4j.org.apache.fop.events.model declared as EventModelMethods in org.docx4j.org.apache.fop.events.model that return EventModelModifier and TypeMethodDescriptionstatic EventModelParses an event model file into an EventModel instance.Methods in org.docx4j.org.apache.fop.events.model with parameters of type EventModelModifier and TypeMethodDescriptionstatic ContentHandlerEventModelParser.getContentHandler(EventModel model) Creates a new ContentHandler instance that you can send the event model XML to.Constructors in org.docx4j.org.apache.fop.events.model with parameters of type EventModel