共用方式為


SdtAppearance Enum

Definition

Defines the SdtAppearance enumeration.

public enum SdtAppearance
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum SdtAppearance
public readonly struct SdtAppearance : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Word.SdtAppearance>, IEquatable<DocumentFormat.OpenXml.Office2013.Word.SdtAppearance>
type SdtAppearance = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type SdtAppearance = 
type SdtAppearance = struct
    interface IEnumValue
    interface IEnumValueFactory<SdtAppearance>
Public Enum SdtAppearance
Public Structure SdtAppearance
Implements IEnumValue, IEnumValueFactory(Of SdtAppearance), IEquatable(Of SdtAppearance)
Inheritance
SdtAppearance
Inheritance
SdtAppearance
Attributes

Fields

SdtAppearance(String)

Creates a new SdtAppearance enum instance

BoundingBox 0

boundingBox.

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

BoundingBox

boundingBox.

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

Equals(SdtAppearance)
Equals(Object)
GetHashCode()
Hidden 2

hidden.

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

Hidden

hidden.

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

Equality(SdtAppearance, SdtAppearance)
Inequality(SdtAppearance, SdtAppearance)
Tags

tags.

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

Tags 1

tags.

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

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

Applies to