KnownSemanticTypeValues Enum

Definition

Defines the KnownSemanticTypeValues enumeration.

public enum KnownSemanticTypeValues
public readonly struct KnownSemanticTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues>
type KnownSemanticTypeValues = 
type KnownSemanticTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<KnownSemanticTypeValues>
Public Enum KnownSemanticTypeValues
Public Structure KnownSemanticTypeValues
Implements IEnumValue, IEnumValueFactory(Of KnownSemanticTypeValues), IEquatable(Of KnownSemanticTypeValues)
Inheritance
KnownSemanticTypeValues
Inheritance
KnownSemanticTypeValues

Fields

KnownSemanticTypeValues(String)

Creates a new KnownSemanticTypeValues enum instance

Callout 6

callout.

When the item is serialized out as xml, its value is "callout".

Callout

callout.

When the item is serialized out as xml, its value is "callout".

Comment 8

comment.

When the item is serialized out as xml, its value is "comment".

Comment

comment.

When the item is serialized out as xml, its value is "comment".

Connector 10

connector.

When the item is serialized out as xml, its value is "connector".

Connector

connector.

When the item is serialized out as xml, its value is "connector".

Container 9

container.

When the item is serialized out as xml, its value is "container".

Container

container.

When the item is serialized out as xml, its value is "container".

Enclosure

enclosure.

When the item is serialized out as xml, its value is "enclosure".

Enclosure 7

enclosure.

When the item is serialized out as xml, its value is "enclosure".

Equals(KnownSemanticTypeValues)
Equals(Object)
GetHashCode()
Highlight 3

highlight.

When the item is serialized out as xml, its value is "highlight".

Highlight

highlight.

When the item is serialized out as xml, its value is "highlight".

None 0

none.

When the item is serialized out as xml, its value is "none".

None

none.

When the item is serialized out as xml, its value is "none".

Equality(KnownSemanticTypeValues, KnownSemanticTypeValues)
Inequality(KnownSemanticTypeValues, KnownSemanticTypeValues)
ScratchOut 4

scratchOut.

When the item is serialized out as xml, its value is "scratchOut".

ScratchOut

scratchOut.

When the item is serialized out as xml, its value is "scratchOut".

Strikethrough

strikethrough.

When the item is serialized out as xml, its value is "strikethrough".

Strikethrough 2

strikethrough.

When the item is serialized out as xml, its value is "strikethrough".

ToString()
Underline

underline.

When the item is serialized out as xml, its value is "underline".

Underline 1

underline.

When the item is serialized out as xml, its value is "underline".

VerticalRange

verticalRange.

When the item is serialized out as xml, its value is "verticalRange".

VerticalRange 5

verticalRange.

When the item is serialized out as xml, its value is "verticalRange".

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<KnownSemanticTypeValues>.Create(String)

Applies to