IEventBasedModificationOptions
public interface IEventBasedModificationOptions
Defines options relevant to handling event-based modifications during document saving.
Methods
Method | Description |
---|---|
getBeforePageSavingEventHandlers() | Returns the collection of event handlers that performs modifications to an XPS page just before it is saved. |
getBeforePageSavingEventHandlers()
public abstract List<EventBasedModifications.BeforePageSavingEventHandler> getBeforePageSavingEventHandlers()
Returns the collection of event handlers that performs modifications to an XPS page just before it is saved.
Returns: java.util.List<com.aspose.xps.features.EventBasedModifications.BeforePageSavingEventHandler> - The collection of event handlers that performs modifications to an XPS page just before it is saved.