Enum OfficeShapeTextUnderlineType
Specifies the types of underline options applied to the text.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public enum OfficeShapeTextUnderlineType
Fields
| Name | Description |
|---|---|
| Dash | Specifies the OfficeShapeTextUnderlineType is dash. |
| DashDotDotHeavy | Specifies the OfficeShapeTextUnderlineType is dash dot dot heavy. |
| DashDotHeavy | Specifies the OfficeShapeTextUnderlineType is dash dot heavy. |
| DashedHeavy | Specifies the OfficeShapeTextUnderlineType is dashed heavy. |
| DashLong | Specifies the OfficeShapeTextUnderlineType is dash long. |
| DashLongHeavy | Specifies the OfficeShapeTextUnderlineType is dash long heavy. |
| DotDash | Specifies the OfficeShapeTextUnderlineType is dot dash. |
| DotDotDash | Specifies the OfficeShapeTextUnderlineType is dot dot dash. |
| Dotted | Specifies the OfficeShapeTextUnderlineType is dotted. |
| DottedHeavy | Specifies the OfficeShapeTextUnderlineType is dotted heavy. |
| Double | Specifies the OfficeShapeTextUnderlineType is double. |
| Heavy | Specifies the OfficeShapeTextUnderlineType is heavy. |
| None | Specifies the OfficeShapeTextUnderlineType is none. |
| Single | Specifies the OfficeShapeTextUnderlineType is single. |
| Wave | Specifies the OfficeShapeTextUnderlineType is wave. |
| WavyDouble | Specifies the OfficeShapeTextUnderlineType is wavy double. |
| WavyHeavy | Specifies the OfficeShapeTextUnderlineType is wavy heavy. |