Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.XmlNodeSetValidationErrorOptions interface
- Package:
- word
Provides configuration options for the XmlNode.setValidationError method.
Properties
| clearedAutomatically | If provided, specifies whether the validation error should be cleared automatically. The default value is |
| 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
errorText
If provided, specifies the error text to display for the validation error.
errorText?: string;
Property Value
string
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
