NormalAutoFit.FontScale プロパティ

定義

フォント スケール

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

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

プロパティ値

Int32Value を返します。

属性

注釈

ECMA International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。

テキスト本文で実行される元のフォント サイズの割合を指定します。 境界ボックス内のテキストを自動調整するには、フォント サイズを一定の割合で小さくする必要がある場合があります。 この属性を使用すると、指定された値に基づいてテキスト ボックス内のフォントをスケーリングできます。 100000の値は 100% として扱われ、結果として 1000 の値は 1% として扱われます。 この属性を省略すると、 100000 または 100% の値が暗黙的に指定されます。

この属性に使用できる値は、 ST_TextFontScalePercent 単純型によって定義されます。

適用対象