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 简单类型定义。

适用于