Class DeleteDocumentOperation

    • Constructor Detail

      • DeleteDocumentOperation

        public DeleteDocumentOperation​(int beginLine,
                                       int endLine,
                                       int beginColumn,
                                       int endColumn)
    • Method Detail

      • apply

        public void apply​(Document document)
        Description copied from class: DocumentOperation
        Apply this operation to the specified document
        Specified by:
        apply in class DocumentOperation
        Parameters:
        document - the document to which apply the operation