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
'Декларация
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of ProofingErrorValues)
Get
Set
'Применение
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>.