次の方法で共有


OuterShadow.RotateWithShape プロパティ

定義

図形で回転

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

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

プロパティ値

BooleanValue を返します。

属性

注釈

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

図形が回転する場合に影を図形と共に回転させるかどうかを指定します。

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

適用対象