Freigeben über


ProofError.Type-Eigenschaft

Proofing Error Anchor Type.Represents the attribte in schema: w:type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of ProofingErrorValues)
    Get
    Set
'Usage
Dim instance As ProofError
Dim value As EnumValue(Of ProofingErrorValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<ProofingErrorValues> Type { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<ProofingErrorValues>
Returns EnumValue<T>.

Siehe auch

Referenz

ProofError Klasse

ProofError-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace