API Reference

Enum

PowerPointUnderlineStyle

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Drawing.TextUnderlineValues.

Inheritance

  • Enum
  • PowerPointUnderlineStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PowerPointUnderlineStyle None #

Represents the Open XML value none.

Value: 0
public const PowerPointUnderlineStyle Words #

Represents the Open XML value words.

Value: 1
public const PowerPointUnderlineStyle Single #

Represents the Open XML value sng.

Value: 2
public const PowerPointUnderlineStyle Double #

Represents the Open XML value dbl.

Value: 3
public const PowerPointUnderlineStyle Heavy #

Represents the Open XML value heavy.

Value: 4
public const PowerPointUnderlineStyle Dotted #

Represents the Open XML value dotted.

Value: 5
public const PowerPointUnderlineStyle HeavyDotted #

Represents the Open XML value dottedHeavy.

Value: 6
public const PowerPointUnderlineStyle Dash #

Represents the Open XML value dash.

Value: 7
public const PowerPointUnderlineStyle DashHeavy #

Represents the Open XML value dashHeavy.

Value: 8
public const PowerPointUnderlineStyle DashLong #

Represents the Open XML value dashLong.

Value: 9
public const PowerPointUnderlineStyle DashLongHeavy #

Represents the Open XML value dashLongHeavy.

Value: 10
public const PowerPointUnderlineStyle DotDash #

Represents the Open XML value dotDash.

Value: 11
public const PowerPointUnderlineStyle DotDashHeavy #

Represents the Open XML value dotDashHeavy.

Value: 12
public const PowerPointUnderlineStyle DotDotDash #

Represents the Open XML value dotDotDash.

Value: 13
public const PowerPointUnderlineStyle DotDotDashHeavy #

Represents the Open XML value dotDotDashHeavy.

Value: 14
public const PowerPointUnderlineStyle Wavy #

Represents the Open XML value wavy.

Value: 15
public const PowerPointUnderlineStyle WavyHeavy #

Represents the Open XML value wavyHeavy.

Value: 16
public const PowerPointUnderlineStyle WavyDouble #

Represents the Open XML value wavyDbl.

Value: 17