Table of Contents

Class RtfCtrlWordData

Namespace
iTextSharp.text.rtf.parser.ctrlwords
Assembly
iTextSharp.LGPLv2.Core.dll

The control word and parameter information as parsed by the parser. Contains the control word, Flag indicating if there is a parameter. The parameter value as a string. Flag indicating the parameter is positive or negative. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

public class RtfCtrlWordData
Inheritance
RtfCtrlWordData
Inherited Members

Constructors

RtfCtrlWordData()

public RtfCtrlWordData()

Fields

CtrlWord

The control word found by the parser

public string CtrlWord

Field Value

string

CtrlWordType

public int CtrlWordType

Field Value

int

HasParam

Flag indicating if this keyword has a parameter.

public bool HasParam

Field Value

bool

IsNeg

Flag indicating if parameter is positive or negative.

public bool IsNeg

Field Value

bool

Modified

Flag indicating if this object has been modified.

public bool Modified

Field Value

bool

NewGroup

Flag indicating a new group

public bool NewGroup

Field Value

bool

Param

The parameter for the control word.

public string Param

Field Value

string

Prefix

public string Prefix

Field Value

string

SpecialHandler

public string SpecialHandler

Field Value

string

Suffix

public string Suffix

Field Value

string

Methods

IntValue()

Return the parameter value as an integer (int) value. Returns the parameter value as an int vlaue.

public int IntValue()

Returns

int

LongValue()

Return the parameter value as a long value Returns the parameter value as a long value

public long LongValue()

Returns

long

ToString()

public override string ToString()

Returns

string