C# 클래스 Itenso.Rtf.Interpreter.RtfInterpreterContext

상속: IRtfInterpreterContext
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

공개 메소드들

메소드 설명
GetSafeCurrentTextFormat ( ) : IRtfTextFormat
GetUniqueTextFormatInstance ( IRtfTextFormat templateFormat ) : IRtfTextFormat
PopCurrentTextFormat ( ) : void
PushCurrentTextFormat ( ) : void
Reset ( ) : void

메소드 상세

GetSafeCurrentTextFormat() 공개 메소드

public GetSafeCurrentTextFormat ( ) : IRtfTextFormat
리턴 IRtfTextFormat

GetUniqueTextFormatInstance() 공개 메소드

public GetUniqueTextFormatInstance ( IRtfTextFormat templateFormat ) : IRtfTextFormat
templateFormat IRtfTextFormat
리턴 IRtfTextFormat

PopCurrentTextFormat() 공개 메소드

public PopCurrentTextFormat ( ) : void
리턴 void

PushCurrentTextFormat() 공개 메소드

public PushCurrentTextFormat ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void