C# Class RtfDomParser.RTFNode

RTF parser node, this source code evolution from other software.
Afficher le fichier Open project: SourceCodeBackup/RtfDomParser Class Usage Examples

Protected Properties

Свойство Type Description
bolHasParameter bool
intParameter int
intType RTFNodeType
myOwnerDocument RTFRawDocument
myParent RtfDomParser.RTFNodeGroup
strKeyword string

Méthodes publiques

Méthode Description
RTFNode ( ) : System

initialize instance

RTFNode ( RTFNodeType type, string Key ) : System
RTFNode ( RTFToken token ) : System
Write ( RTFWriter writer ) : void

write to rtf document

Method Details

RTFNode() public méthode

initialize instance
public RTFNode ( ) : System
Résultat System

RTFNode() public méthode

public RTFNode ( RTFNodeType type, string Key ) : System
type RTFNodeType
Key string
Résultat System

RTFNode() public méthode

public RTFNode ( RTFToken token ) : System
token RTFToken
Résultat System

Write() public méthode

write to rtf document
public Write ( RTFWriter writer ) : void
writer RTFWriter RTF text writer
Résultat void

Property Details

bolHasParameter protected_oe property

Whether this node has parameter
protected bool bolHasParameter
Résultat bool

intParameter protected_oe property

protected int intParameter
Résultat int

intType protected_oe property

protected RTFNodeType intType
Résultat RTFNodeType

myOwnerDocument protected_oe property

protected RTFRawDocument,RtfDomParser myOwnerDocument
Résultat RTFRawDocument

myParent protected_oe property

protected RTFNodeGroup,RtfDomParser myParent
Résultat RtfDomParser.RTFNodeGroup

strKeyword protected_oe property

key word
protected string strKeyword
Résultat string