API Reference

Enum

OdfTextDecorationStyle

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

Native ODF text-decoration line styles.

Inheritance

  • Enum
  • OdfTextDecorationStyle

Usage

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

Values

public const OdfTextDecorationStyle None #

No decoration line.

Value: 0
public const OdfTextDecorationStyle Solid #

Solid line.

Value: 1
public const OdfTextDecorationStyle Dotted #

Dotted line.

Value: 2
public const OdfTextDecorationStyle Dash #

Dashed line.

Value: 3
public const OdfTextDecorationStyle LongDash #

Long-dashed line.

Value: 4
public const OdfTextDecorationStyle DotDash #

Alternating dot and dash line.

Value: 5
public const OdfTextDecorationStyle DotDotDash #

Alternating two dots and a dash line.

Value: 6
public const OdfTextDecorationStyle Wave #

Wavy line.

Value: 7