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
CtrlWordType
public int CtrlWordType
Field Value
HasParam
Flag indicating if this keyword has a parameter.
public bool HasParam
Field Value
IsNeg
Flag indicating if parameter is positive or negative.
public bool IsNeg
Field Value
Modified
Flag indicating if this object has been modified.
public bool Modified
Field Value
NewGroup
Flag indicating a new group
public bool NewGroup
Field Value
Param
The parameter for the control word.
public string Param
Field Value
Prefix
public string Prefix
Field Value
SpecialHandler
public string SpecialHandler
Field Value
Suffix
public string Suffix
Field Value
Methods
IntValue()
Return the parameter value as an integer (int) value. Returns the parameter value as an int vlaue.
public int IntValue()
Returns
LongValue()
Return the parameter value as a long value Returns the parameter value as a long value
public long LongValue()
Returns
ToString()
public override string ToString()