XMLSchemaReferences Object Members
Word Developer Reference |
A collection of XMLSchemaReference objects that represent the unique namespaces that are attached to a document.
Methods
Name | Description | |
---|---|---|
Add | Returns an XMLSchemaReference that represents a schema applied to a document. | |
Item | Returns an individual XMLSchemaReference object in a collection. | |
Validate | Validates all the XML schemas that are attached to a document. |
Properties
Name | Description | |
---|---|---|
AllowSaveAsXMLWithoutValidation | Returns a Boolean that represents whether Microsoft Word validates the XML in a document upon saving the document. Read/write. | |
Application | Returns an Application object that represents the Microsoft Word application. | |
AutomaticValidation | Returns a Boolean that represents whether Microsoft Word will validate the XML in a document as a user types. Read/write. | |
Count | Returns a Long that represents the number of XML schemas in the collection. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
HideValidationErrors | Returns a Boolean indicating whether Word displays schema validation errors for the current XML document. Read/write. | |
IgnoreMixedContent | Returns a Boolean that represents whether Microsoft Word preforms validation on text nodes that have element siblings and specifies whether these text nodes are saved in XML when the XMLSaveDataOnly property is True. Read/write. | |
Parent | Returns an Object that represents the parent object of the specified XMLSchemaReferences object. | |
ShowPlaceholderText | Returns or sets a Boolean that represents whether automatic placeholder text is displayed for XML elements in a document. Read/write. |