C# 클래스 RtfDomParser.RTFNode

RTF parser node, this source code evolution from other software.
파일 보기 프로젝트 열기: SourceCodeBackup/RtfDomParser 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
bolHasParameter bool
intParameter int
intType RTFNodeType
myOwnerDocument RTFRawDocument
myParent RtfDomParser.RTFNodeGroup
strKeyword string

공개 메소드들

메소드 설명
RTFNode ( ) : System

initialize instance

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

write to rtf document

메소드 상세

RTFNode() 공개 메소드

initialize instance
public RTFNode ( ) : System
리턴 System

RTFNode() 공개 메소드

public RTFNode ( RTFNodeType type, string Key ) : System
type RTFNodeType
Key string
리턴 System

RTFNode() 공개 메소드

public RTFNode ( RTFToken token ) : System
token RTFToken
리턴 System

Write() 공개 메소드

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

프로퍼티 상세

bolHasParameter 보호되어 있는 프로퍼티

Whether this node has parameter
protected bool bolHasParameter
리턴 bool

intParameter 보호되어 있는 프로퍼티

protected int intParameter
리턴 int

intType 보호되어 있는 프로퍼티

protected RTFNodeType intType
리턴 RTFNodeType

myOwnerDocument 보호되어 있는 프로퍼티

protected RTFRawDocument,RtfDomParser myOwnerDocument
리턴 RTFRawDocument

myParent 보호되어 있는 프로퍼티

protected RTFNodeGroup,RtfDomParser myParent
리턴 RtfDomParser.RTFNodeGroup

strKeyword 보호되어 있는 프로퍼티

key word
protected string strKeyword
리턴 string