movedToTextEffect property

RevisionOptions.movedToTextEffect property

Allows to specify the effect to be applied to the areas where content was moved to RevisionType.Moving. Default value is RevisionTextEffect.DoubleUnderline

get movedToTextEffect(): Aspose.Words.Layout.RevisionTextEffect

Exceptions

exceptioncondition
RuntimeError (Proxy error(ArgumentOutOfRangeException))Values of RevisionTextEffect.Hidden and RevisionTextEffect.DoubleStrikeThrough are not allowed.

See Also