次の方法で共有


TextCharacterPropertiesType.Underline Property

Underline.Represents the attribte in schema: u

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

Syntax

'宣言
<SchemaAttrAttribute(, "u")> _
Public Property Underline As EnumValue(Of TextUnderlineValues)
    Get
    Set
'使用
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

TextCharacterPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace