API Reference

Enum

OdfStyleFamily

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

Style families shared by OpenDocument text, spreadsheet, and presentation documents.

Inheritance

  • Enum
  • OdfStyleFamily

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 OdfStyleFamily Text #

Inline text formatting.

Value: 0
public const OdfStyleFamily Paragraph #

Paragraph formatting.

Value: 1
public const OdfStyleFamily Table #

Table formatting.

Value: 2
public const OdfStyleFamily TableRow #

Table row formatting.

Value: 3
public const OdfStyleFamily TableColumn #

Table column formatting.

Value: 4
public const OdfStyleFamily TableCell #

Table cell formatting.

Value: 5
public const OdfStyleFamily Graphic #

Drawing and presentation graphic formatting.

Value: 6
public const OdfStyleFamily Presentation #

Presentation page formatting.

Value: 7
public const OdfStyleFamily DrawingPage #

Drawing page background and transition formatting.

Value: 8
public const OdfStyleFamily Chart #

Chart formatting.

Value: 9