FieldChar.FieldCharType Property

Field Character Type.Represents the attribte in schema: w:fldCharType

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "fldCharType")> _
Public Property FieldCharType As EnumValue(Of FieldCharValues)
    Get
    Set
'Usage
Dim instance As FieldChar
Dim value As EnumValue(Of FieldCharValues)

value = instance.FieldCharType

instance.FieldCharType = value
[SchemaAttrAttribute(, "fldCharType")]
public EnumValue<FieldCharValues> FieldCharType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<FieldCharValues>
Returns EnumValue<T>.

See Also

Reference

FieldChar Class

FieldChar Members

DocumentFormat.OpenXml.Wordprocessing Namespace