次の方法で共有


CommonBehavior.By プロパティ

定義

作成元

スキーマ内の次の属性を表します。

[DocumentFormat.OpenXml.SchemaAttr(0, "by")]
public DocumentFormat.OpenXml.StringValue By { get; set; }
public DocumentFormat.OpenXml.StringValue By { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "by")]
public DocumentFormat.OpenXml.StringValue? By { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("by")]
public DocumentFormat.OpenXml.StringValue? By { get; set; }
public DocumentFormat.OpenXml.StringValue? By { get; set; }
member this.By : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "by")>]
member this.By : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("by")>]
member this.By : DocumentFormat.OpenXml.StringValue with get, set
Public Property By As StringValue

プロパティ値

StringValue を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

この属性は、アニメーションの相対オフセット値を指定します。

この属性に使用できる値は、XML スキーマ string データ型によって定義されます。

適用対象