Sources.SelectedStyle Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Style sélectionné
Représente l’attribut suivant dans le schéma : 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
Valeur de propriété
Retourne StringValue.
- Attributs
Remarques
Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.
Spécifie le nom d’un fichier qui peut être utilisé pour mettre en forme les bibliographies et les citations dans ce document.
Si ce fichier est d’une forme inconnue ou ne peut pas être localisé, les autres attributs de cet élément peuvent être utilisés pour déterminer le format à utiliser.
Voici un exemple :
<b:Sources SelectedStyle="\APA.XSL" StyleName="APA" URI="http://schemas.openxmlformats.org/bibliographicStyle/APA">
Les valeurs possibles pour cet attribut sont définies par le ST_String255
type simple.