BodyProperties.UpRight プロパティ

定義

テキストを直立する

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

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

プロパティ値

BooleanValue を返します。

属性

注釈

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

テキストに適用される変換とそれに付随する図形変換に関係なく、テキストを直立したままにするかどうかを指定します。 この属性を省略した場合、false を意味する 値0が暗黙的に指定されます。

テキスト本文内で回転されているが、フラグが設定されているテキストを upright 検討してください。

<p:txBody>  
  <a:bodyPr upright="1" rot="5400000" …/>  
  …  
  (Some text)  
  …  
</p:txBody>  

このテキストは、変換が適用されていないかのように表示されます。

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

適用対象