Class XLTC
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:xltc="http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments" namespace.
public static class XLTC
- Inheritance
-
XLTC
- Inherited Members
Fields
ThreadedComments
Represents the xltc:ThreadedComments XML element.
public static readonly XName ThreadedComments
Field Value
- XName
Remarks
As an XML element, it:
- has the following child XML elements: extLst, threadedComment.
- corresponds to the following strongly-typed classes: ThreadedComments.
extLst
Represents the xltc:extLst XML element.
public static readonly XName extLst
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: person, personList, threadedComment, ThreadedComments.
- has the following child XML elements: ext.
- corresponds to the following strongly-typed classes: ExtensionList.
mention
Represents the xltc:mention XML element.
public static readonly XName mention
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: mentions.
- has the following XML attributes: length, mentionId, mentionpersonId, startIndex.
- corresponds to the following strongly-typed classes: Mention.
mentions
Represents the xltc:mentions XML element.
public static readonly XName mentions
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: threadedComment.
- has the following child XML elements: mention.
- corresponds to the following strongly-typed classes: ThreadedCommentMentions.
person
Represents the xltc:person XML element.
public static readonly XName person
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: personList.
- has the following child XML elements: extLst.
- has the following XML attributes: displayName, id, providerId, userId.
- corresponds to the following strongly-typed classes: Person.
personList
Represents the xltc:personList XML element.
public static readonly XName personList
Field Value
- XName
Remarks
As an XML element, it:
text
Represents the xltc:text XML element.
public static readonly XName text
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: threadedComment.
- corresponds to the following strongly-typed classes: ThreadedCommentText.
threadedComment
Represents the xltc:threadedComment XML element.
public static readonly XName threadedComment
Field Value
- XName
Remarks
As an XML element, it:
xltc
Defines the XML namespace associated with the xltc prefix.
public static readonly XNamespace xltc
Field Value
- XNamespace