KnownSemanticTypeValues Enumeration
Defines the KnownSemanticTypeValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Ink
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Enumeration KnownSemanticTypeValues
'使用
Dim instance As KnownSemanticTypeValues
public enum KnownSemanticTypeValues
Members
Member name | Description | |
---|---|---|
None | none. When the item is serialized out as xml, its value is "none". | |
Underline | underline. When the item is serialized out as xml, its value is "underline". | |
Strikethrough | strikethrough. When the item is serialized out as xml, its value is "strikethrough". | |
Highlight | highlight. When the item is serialized out as xml, its value is "highlight". | |
ScratchOut | scratchOut. When the item is serialized out as xml, its value is "scratchOut". | |
VerticalRange | verticalRange. When the item is serialized out as xml, its value is "verticalRange". | |
Callout | callout. When the item is serialized out as xml, its value is "callout". | |
Enclosure | enclosure. When the item is serialized out as xml, its value is "enclosure". | |
Comment | comment. When the item is serialized out as xml, its value is "comment". | |
Container | container. When the item is serialized out as xml, its value is "container". | |
Connector | connector. When the item is serialized out as xml, its value is "connector". |