次の方法で共有


ReadModeInkLockDown.FontSize プロパティ

定義

フォント サイズのスケーリング

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

[DocumentFormat.OpenXml.SchemaAttr(23, "fontSz")]
public DocumentFormat.OpenXml.StringValue FontSize { get; set; }
public DocumentFormat.OpenXml.StringValue FontSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "fontSz")]
public DocumentFormat.OpenXml.StringValue? FontSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:fontSz")]
public DocumentFormat.OpenXml.StringValue? FontSize { get; set; }
public DocumentFormat.OpenXml.StringValue? FontSize { get; set; }
member this.FontSize : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "fontSz")>]
member this.FontSize : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:fontSz")>]
member this.FontSize : DocumentFormat.OpenXml.StringValue with get, set
Public Property FontSize As StringValue

プロパティ値

Int32Value を返します。

属性

注釈

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

特定の WordprocessingML ドキュメント内のテキストを仮想ページに表示する前に、そのテキストを拡大縮小する割合を指定します。 属性の値には、整数として指定されたパーセンテージが格納されます。その単位は、テキスト実行がスケーリングされる割合に対応します (たとえば、 200 200% のスケールを意味します)。

この属性は、 属性が 、、0または falseと等しいoff場合actualPageにのみ使用されます。

仮想ページを使用して表示する WordprocessingML ドキュメントを検討してください。 この状態は、ドキュメント設定で次の WordprocessingML を使用して指定します。

<w:readModeInkLockDown w:w="692" w:h="986" w:fontSz="95" w:actualPg="0" />  

属性は fontSz 、WordprocessingML ドキュメント内のテキストが仮想ページに表示されるときに、通常のサイズの 95% で表示されるように指定することと同じです 95

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

適用対象