AnnotationXml.Encoding Property

Definition

encoding

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

Property Value

Attributes

Applies to