Property | Type | Description | |
---|---|---|---|
bolHasParameter | bool | ||
intParameter | int | ||
intType | RTFNodeType | ||
myOwnerDocument | |||
myParent | RtfDomParser.RTFNodeGroup | ||
strKeyword | string |
Method | Description | |
---|---|---|
RTFNode ( ) : System |
initialize instance
|
|
RTFNode ( RTFNodeType type, string Key ) : System | ||
RTFNode ( |
||
Write ( |
write to rtf document
|
public RTFNode ( RTFNodeType type, string Key ) : System | ||
type | RTFNodeType | |
Key | string | |
return | System |
public Write ( |
||
writer | RTF text writer | |
return | void |
protected RTFRawDocument,RtfDomParser myOwnerDocument | ||
return |
protected RTFNodeGroup,RtfDomParser myParent | ||
return | RtfDomParser.RTFNodeGroup |