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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Свойство Type Description
ctrlWord String
ctrlWordType int
hasParam bool
isNeg bool
modified bool
newGroup bool
param String
prefix String
specialHandler String
suffix String

Méthodes publiques

Méthode Description
IntValue ( ) : int
LongValue ( ) : long
ToString ( ) : String

Method Details

IntValue() public méthode

public IntValue ( ) : int
Résultat int

LongValue() public méthode

public LongValue ( ) : long
Résultat long

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

ctrlWord public_oe property

public String ctrlWord
Résultat String

ctrlWordType public_oe property

public int ctrlWordType
Résultat int

hasParam public_oe property

public bool hasParam
Résultat bool

isNeg public_oe property

public bool isNeg
Résultat bool

modified public_oe property

public bool modified
Résultat bool

newGroup public_oe property

public bool newGroup
Résultat bool

param public_oe property

public String param
Résultat String

prefix public_oe property

public String prefix
Résultat String

specialHandler public_oe property

public String specialHandler
Résultat String

suffix public_oe property

public String suffix
Résultat String