Edit

Share via


Word.XmlNodeSetValidationErrorOptions interface

Provides configuration options for the XmlNode.setValidationError method.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

clearedAutomatically

If provided, specifies whether the validation error should be cleared automatically. The default value is false.

errorText

If provided, specifies the error text to display for the validation error.

Property Details

clearedAutomatically

If provided, specifies whether the validation error should be cleared automatically. The default value is false.

clearedAutomatically?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

errorText

If provided, specifies the error text to display for the validation error.

errorText?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]