Font.CharacterSet Property

Definition

Similar Character Set

Represents the following attribute in the schema: charset

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

Property Value

Returns SByteValue.

Attributes

Applies to