Class DocumentOperation

    • Constructor Detail

      • DocumentOperation

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

      • apply

        public abstract void apply​(Document document)
        Apply this operation to the specified document
        Parameters:
        document - the document to which apply the operation