Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CustomXmlPart Class
Properties Methods

In This Topic
    CustomXmlPart Class Members
    In This Topic

    The following tables list the members exposed by CustomXmlPart.

    Public Properties
     NameDescription
    Public Property Gets whether the part is built-in (doc properties or app properties part).  
    Public Property Gets the content type of the part.  
    Public Property 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.  
    Public Property 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.  
    Public PropertyGets the XmlDocument that contains data of the part.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines whether the specified CustomXmlPart is equal to the current object.  
    Public MethodServes as the default hash function.  
    Top
    See Also