次の方法で共有


SupplementalFont.Script プロパティ

定義

Script

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

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

プロパティ値

StringValue を返します。

属性

注釈

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

を使用する typeface スクリプト (言語) を指定します。

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

適用対象