Share via


Sources.SelectedStyle Property

Definition

Selected Style

Represents the following attribute in the schema: 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

Property Value

Returns StringValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the name of a file which may be used to format the bibliographies and citations within this document.

If this file is of an unknown form or cannot be located, then the other attributes on this element may be used to determine the format to use.

Here is an example:

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

The possible values for this attribute are defined by the ST_String255 simple type.

Applies to