次の方法で共有


Sources.SelectedStyle プロパティ

定義

選択したスタイル

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

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

プロパティ値

StringValue を返します。

属性

注釈

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

このドキュメント内の文献目録と引用文献の書式を設定するために使用できるファイルの名前を指定します。

このファイルが不明な形式であるか、見つからない場合は、この要素の他の属性を使用して、使用する形式を決定できます。

次に例を示します:

<b:Sources SelectedStyle="\APA.XSL" StyleName="APA" URI="http://schemas.openxmlformats.org/bibliographicStyle/APA">  

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

適用対象