C# Class RtfDomParser.RTFNode

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

Protected Properties

Property Type Description
bolHasParameter bool
intParameter int
intType RTFNodeType
myOwnerDocument RTFRawDocument
myParent RtfDomParser.RTFNodeGroup
strKeyword string

Public Methods

Method 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 method

initialize instance
public RTFNode ( ) : System
return System

RTFNode() public method

public RTFNode ( RTFNodeType type, string Key ) : System
type RTFNodeType
Key string
return System

RTFNode() public method

public RTFNode ( RTFToken token ) : System
token RTFToken
return System

Write() public method

write to rtf document
public Write ( RTFWriter writer ) : void
writer RTFWriter RTF text writer
return void

Property Details

bolHasParameter protected property

Whether this node has parameter
protected bool bolHasParameter
return bool

intParameter protected property

protected int intParameter
return int

intType protected property

protected RTFNodeType intType
return RTFNodeType

myOwnerDocument protected property

protected RTFRawDocument,RtfDomParser myOwnerDocument
return RTFRawDocument

myParent protected property

protected RTFNodeGroup,RtfDomParser myParent
return RtfDomParser.RTFNodeGroup

strKeyword protected property

key word
protected string strKeyword
return string