Package com.deltaxml.msword.config
Class MovesConfig
java.lang.Object
com.deltaxml.msword.config.MovesConfig
Contains parameters that affect the alignment/matching of documents.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a newMovesConfiginstance.MovesConfig(boolean detectMoves) Constructs aMovesConfigobject using the provided detectMoves value. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the detectMoves parameter.voidsetDetectMoves(boolean value) Set whether to detect and handle paragraph moves.
-
Constructor Details
-
MovesConfig
public MovesConfig()Create a newMovesConfiginstance. These parameters control how tables are compared. -
MovesConfig
public MovesConfig(boolean detectMoves) Constructs aMovesConfigobject 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
-