Class W16CID
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid" namespace.
public static class W16CID
- Inheritance
-
W16CID
- Inherited Members
Fields
commentId
Represents the w16cid:commentId XML element.
public static readonly XName commentId
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: commentsIds.
- has the following XML attributes: durableId, paraId.
- corresponds to the following strongly-typed classes: CommentId.
commentsIds
Represents the w16cid:commentsIds XML element.
public static readonly XName commentsIds
Field Value
- XName
Remarks
As an XML element, it:
- has the following child XML elements: commentId.
- corresponds to the following strongly-typed classes: CommentsIds.
durableId
Represents the w16cid:durableId XML attribute.
public static readonly XName durableId
Field Value
- XName
Remarks
As an XML attribute, it:
- is contained in the following XML elements: commentId.
- corresponds to the following strongly-typed properties: CommentId.DurableId.
paraId
Represents the w16cid:paraId XML attribute.
public static readonly XName paraId
Field Value
- XName
Remarks
As an XML attribute, it:
- is contained in the following XML elements: commentId.
- corresponds to the following strongly-typed properties: CommentId.ParaId.
w16cid
Defines the XML namespace associated with the w16cid prefix.
public static readonly XNamespace w16cid
Field Value
- XNamespace