次の方法で共有


LayoutNode.MoveWith プロパティ

定義

で移動

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

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

プロパティ値

StringValue を返します。

属性

注釈

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

このレイアウト ノードが移動する別のレイアウト ノードへの参照。

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

適用対象