PenTipShapeValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PenTipShapeValues 列挙型を定義します。
public enum PenTipShapeValues
public readonly struct PenTipShapeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.PenTipShapeValues>, IEquatable<DocumentFormat.OpenXml.InkML.PenTipShapeValues>
type PenTipShapeValues =
type PenTipShapeValues = struct
interface IEnumValue
interface IEnumValueFactory<PenTipShapeValues>
Public Enum PenTipShapeValues
Public Structure PenTipShapeValues
Implements IEnumValue, IEnumValueFactory(Of PenTipShapeValues), IEquatable(Of PenTipShapeValues)
- 継承
-
PenTipShapeValues
- 継承
-
PenTipShapeValues
フィールド
名前 | 値 | 説明 |
---|---|---|
Ellipse | 0 | 楕円。 項目を xml としてシリアル化されるときに、その値は "省略記号" です。 |
Rectangle | 1 | 長方形。 項目を xml としてシリアル化されるときに、その値は "四角形" です。 |
Drop | 2 | 落とす。 アイテムを xml としてシリアル化されるときに、その値は "drop" です。 |
Drop | 落とす。 アイテムを xml としてシリアル化されるときに、その値は "drop" です。 |
|
Ellipse | 楕円。 項目を xml としてシリアル化されるときに、その値は "省略記号" です。 |
|
Equality(PenTipShapeValues, PenTipShapeValues) | ||
Equals(Object) | ||
Equals(PenTipShapeValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PenTipShapeValues>.Create(String) | ||
Inequality(PenTipShapeValues, PenTipShapeValues) | ||
PenTipShapeValues(String) | 新しい PenTipShapeValues 列挙型インスタンスを作成します |
|
Rectangle | 長方形。 項目を xml としてシリアル化されるときに、その値は "四角形" です。 |
|
ToString() |