Freigeben über


WebProperties.Encoding Eigenschaft

Definition

Codierung für HTML-Ausgabe

Stellt das folgende Attribut im Schema dar: encoding

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

Eigenschaftswert

Gibt zurück StringValue.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Gibt die bestimmte HTML-Zeichensatzcodierung an, die beim Generieren der Ausgabe verwendet werden soll.

Die möglichen Werte für dieses Attribut werden durch den ST_WebEncoding einfachen Typ definiert.

Gilt für: