Sdílet prostřednictvím


HelpText.Type Property

Help Text 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 InfoTextValues)
    Get
    Set
'Usage
Dim instance As HelpText
Dim value As EnumValue(Of InfoTextValues)

value = instance.Type

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

Property Value

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

See Also

Reference

HelpText Class

HelpText Members

DocumentFormat.OpenXml.Wordprocessing Namespace