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
PARAGRAPH
Indicates paragraph style.
public const int PARAGRAPH = 0
Field Value
SECTION
Indicates section style.
public const int SECTION = 2
Field Value
TABLE
Indicates Table style.
public const int TABLE = 3
Field Value
TABLE_STYLE_DEFINITION
Indicates table definition style.
public const int TABLE_STYLE_DEFINITION = 4