TextCharacterPropertiesType.Underline Property
Underline.Represents the attribte in schema: u
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "u")> _
Public Property Underline As EnumValue(Of TextUnderlineValues)
Get
Set
'Usage
Dim instance As TextCharacterPropertiesType
Dim value As EnumValue(Of TextUnderlineValues)
value = instance.Underline
instance.Underline = value
[SchemaAttrAttribute(, "u")]
public EnumValue<TextUnderlineValues> Underline { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<TextUnderlineValues>
Returns EnumValue<T>.
See Also
Reference
TextCharacterPropertiesType Class