Class MovesConfig

java.lang.Object
com.deltaxml.msword.config.MovesConfig

public class MovesConfig extends Object
Contains parameters that affect the alignment/matching of documents.
  • Constructor Details

    • MovesConfig

      public MovesConfig()
      Create a new MovesConfig instance. These parameters control how tables are compared.
    • MovesConfig

      public MovesConfig(boolean detectMoves)
      Constructs a MovesConfig object using the provided detectMoves value.
      Parameters:
      detectMoves - whether to turn on or off Moves.
  • Method Details

    • isDetectMoves

      public boolean isDetectMoves()
      Gets the value of the detectMoves parameter.
      Returns:
      true if move detection is enabled
    • setDetectMoves

      public void setDetectMoves(boolean value)

      Set whether to detect and handle paragraph moves.

      Default: false

      Parameters:
      value - true to detect moved paragraphs, false to turn move detection off