insertedTextEffect property

RevisionOptions.insertedTextEffect property

Allows to specify the effect to be applied to the inserted content RevisionType.Insertion. Default value is RevisionTextEffect.Underline.

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

Exceptions

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

See Also