C# 클래스 RtfDomParser.DocumentFormatInfo

RTF Document format information
파일 보기 프로젝트 열기: SourceCodeBackup/RtfDomParser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NativeLevel int

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : DocumentFormatInfo

close instance

DocumentFormatInfo ( ) : System

Initialize instance

EqualsSettings ( DocumentFormatInfo format ) : bool
Reset ( ) : void
ResetParagraph ( ) : void
ResetText ( ) : void
SetAlign ( System align ) : void

메소드 상세

Clone() 공개 메소드

close instance
public Clone ( ) : DocumentFormatInfo
리턴 DocumentFormatInfo

DocumentFormatInfo() 공개 메소드

Initialize instance
public DocumentFormatInfo ( ) : System
리턴 System

EqualsSettings() 공개 메소드

public EqualsSettings ( DocumentFormatInfo format ) : bool
format DocumentFormatInfo
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ResetParagraph() 공개 메소드

public ResetParagraph ( ) : void
리턴 void

ResetText() 공개 메소드

public ResetText ( ) : void
리턴 void

SetAlign() 공개 메소드

public SetAlign ( System align ) : void
align System
리턴 void

프로퍼티 상세

NativeLevel 공개적으로 프로퍼티

nest level in native rtf document
public int NativeLevel
리턴 int