C# Class iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData

Mostra file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Properties

Property Type Description
ctrlWord String
ctrlWordType int
hasParam bool
isNeg bool
modified bool
newGroup bool
param String
prefix String
specialHandler String
suffix String

Public Methods

Method Description
IntValue ( ) : int
LongValue ( ) : long
ToString ( ) : String

Method Details

IntValue() public method

public IntValue ( ) : int
return int

LongValue() public method

public LongValue ( ) : long
return long

ToString() public method

public ToString ( ) : String
return String

Property Details

ctrlWord public_oe property

public String ctrlWord
return String

ctrlWordType public_oe property

public int ctrlWordType
return int

hasParam public_oe property

public bool hasParam
return bool

isNeg public_oe property

public bool isNeg
return bool

modified public_oe property

public bool modified
return bool

newGroup public_oe property

public bool newGroup
return bool

param public_oe property

public String param
return String

prefix public_oe property

public String prefix
return String

specialHandler public_oe property

public String specialHandler
return String

suffix public_oe property

public String suffix
return String