VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlTextUnderlineType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
OpenXmlTextUnderlineType Enumeration
In This Topic
Specifies available types of text underlines.
Syntax
'Declaration

Public Enum OpenXmlTextUnderlineType
   Inherits System.Enum

public enum OpenXmlTextUnderlineType : System.Enum

Members
MemberDescription
SingleSingle Underline.
WordsUnderline Non-Space Characters Only.
DoubleDouble Underline.
ThickThick Underline.
DottedDotted Underline.
DottedHeavyThick Dotted Underline.
DashDashed Underline.
DashedHeavyThick Dashed Underline.
DashLongLong Dashed Underline.
DashLongHeavyThick Long Dashed Underline.
DotDashDash-Dot Underline.
DashDotHeavyThick Dash-Dot Underline.
DotDotDashDash-Dot-Dot Underline.
DashDotDotHeavyThick Dash-Dot-Dot Underline.
WaveWave Underline.
WavyHeavyHeavy Wave Underline.
WavyDoubleDouble Wave Underline.
NoneNo Underline.
SingleAccountingAccounting Single Underline.
DoubleAccountingAccounting Double Underline.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlTextUnderlineType

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also