All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.topologi.diffx.config.TextGranularity Maven / Gradle / Ivy

Go to download

docx4j is a library which helps you to work with the Office Open XML file format as used in docx documents, pptx presentations, and xlsx spreadsheets.

There is a newer version: 6.1.2
Show newest version
package com.topologi.diffx.config;

/**
 * Defines how should be tokenised and compared.
 * 
 * @author Christophe Lauret
 * @version 10 May 2010
 */
public enum TextGranularity {

  /**
   * Differences should be reported at the character level.
   */
  CHARACTER,

  /**
   * Differences should be reported at the word level.
   */
  WORD,

  /**
   * Differences should be reported for the entire text node.
   */
  TEXT

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy