Class ReplaceDocumentOperation

    • Constructor Detail

      • ReplaceDocumentOperation

        public ReplaceDocumentOperation​(int beginLine,
                                        int endLine,
                                        int beginColumn,
                                        int endColumn,
                                        String textToReplace)
    • 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