Поделиться через


ProofError.Type Property

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; }

Property Value

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

See Also

Reference

ProofError Class

ProofError Members

DocumentFormat.OpenXml.Wordprocessing Namespace