BodyProperties.AnchorCenter プロパティ

定義

アンカー センター

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

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

プロパティ値

BooleanValue を返します。

属性

注釈

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

テキスト ボックスのセンタリングを指定します。 基本的に動作する方法は、テキストの可能な最小の "境界ボックス" を決定し、それに応じてその境界ボックスの中央に配置することです。 これは、テキストの境界ボックス内のテキストを配置する段落の配置とは異なります。 このフラグは、さまざまな種類のアンカーと互換性があります。 この属性を省略すると、 の0値が暗黙的に指定されます

この図形内のテキストは、属性を使用して垂直方向に中央揃えされ、 anchor 属性を使用して水平方向に中央揃え anchorCtr されています。

<p:txBody>  
  <a:bodyPr anchor="ctr" anchorCtr="1" … />  
  …  
</p:txBody>  

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

適用対象