Table of Contents

Class RtfStyleTypes

Namespace
iTextSharp.text.rtf.style
Assembly
iTextSharp.LGPLv2.Core.dll

RtfStyleTypes contains the different types of Stylesheet entries that exist in RTF. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

public sealed class RtfStyleTypes
Inheritance
RtfStyleTypes
Inherited Members

Constructors

RtfStyleTypes()

public RtfStyleTypes()

Fields

CHARACTER

Indicates character style.

public const int CHARACTER = 0

Field Value

int

PARAGRAPH

Indicates paragraph style.

public const int PARAGRAPH = 0

Field Value

int

SECTION

Indicates section style.

public const int SECTION = 2

Field Value

int

TABLE

Indicates Table style.

public const int TABLE = 3

Field Value

int

TABLE_STYLE_DEFINITION

Indicates table definition style.

public const int TABLE_STYLE_DEFINITION = 4

Field Value

int