Class EditingChange

  • All Implemented Interfaces:

    
    public class EditingChange
    
                        

    Change that happened because of an operation performed by the document editor that can be undone/redone.

    • Constructor Detail

      • EditingChange

        EditingChange(EditingOperation editingOperation, int affectedPageIndex, int pageIndexDestination, int pageReferenceSourceIndex)
        Constructs a new editing change.
        Parameters:
        editingOperation - Type of editing change operation.
        affectedPageIndex - Affected page index.
        pageIndexDestination - Page index destination if it was a move change.