[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CustomXmlPart

CustomXmlPart Class

Represents a custom XML data storage in the document.

Inheritance
CustomXmlPart
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class CustomXmlPart : IEquatable<CustomXmlPart>
Public Class CustomXmlPart
    Implements IEquatable(Of CustomXmlPart)

Properties

Name Description
BuiltIn

Gets whether the part is built-in (doc properties or app properties part).

ContentType

Gets the content type of the part.

Id

Gets a globally unique identifier (GUID) that uniquely identifies this part in the document. Old version of Microsoft Word allowed any strings, but the new format requires a Guid string.

Schemas

Gets the list of XML schemes that are associated with the part. Any number of XML schemes can be referenced, and this list of schemes shall then be used to validate the contents of the part.

XmlDocument

Gets the XmlDocument that contains data of the part.

Methods

Name Description
Equals(CustomXmlPart)

Determines whether the specified CustomXmlPart is equal to the current object.

Equals(object)
GetHashCode()