API Reference

Enum

OdfTextDecorationType

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

Native ODF text-decoration line counts.

Inheritance

  • Enum
  • OdfTextDecorationType

Usage

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

Values

public const OdfTextDecorationType None #

No decoration.

Value: 0
public const OdfTextDecorationType Single #

Single decoration line.

Value: 1
public const OdfTextDecorationType Double #

Double decoration line.

Value: 2