共用方式為


BevelPresetValues Enum

Definition

Bevel Presets

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

Fields

Name Value Description
RelaxedInset 0

Relaxed Inset.

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

Circle 1

Circle.

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

Slope 2

Slope.

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

Cross 3

Cross.

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

Angle 4

Angle.

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

SoftRound 5

Soft Round.

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

Convex 6

Convex.

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

CoolSlant 7

Cool Slant.

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

Divot 8

Divot.

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

Riblet 9

Riblet.

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

HardEdge 10

Hard Edge.

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

ArtDeco 11

Art Deco.

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

Angle

Angle.

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

ArtDeco

Art Deco.

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

BevelPresetValues(String)

Creates a new BevelPresetValues enum instance

Circle

Circle.

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

Convex

Convex.

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

CoolSlant

Cool Slant.

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

Cross

Cross.

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

Divot

Divot.

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

Equality(BevelPresetValues, BevelPresetValues)
Equals(BevelPresetValues)
Equals(Object)
GetHashCode()
HardEdge

Hard Edge.

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<BevelPresetValues>.Create(String)
Inequality(BevelPresetValues, BevelPresetValues)
RelaxedInset

Relaxed Inset.

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

Riblet

Riblet.

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

Slope

Slope.

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

SoftRound

Soft Round.

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

ToString()

Applies to