C# 클래스 iTextSharp.text.rtf.parser.destinations.RtfDestinationMgr

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
AddDestination ( String destination, Object args ) : bool
AddListener ( String destination, IRtfDestinationListener listener ) : bool
GetDestination ( String destination ) : RtfDestination
GetInstance ( ) : RtfDestinationMgr
GetInstance ( RtfParser parser ) : RtfDestinationMgr
RemoveListener ( String destination, IRtfDestinationListener listener ) : bool
SetParser ( RtfParser parser ) : void

비공개 메소드들

메소드 설명
RtfDestinationMgr ( ) : System

메소드 상세

AddDestination() 공개 정적인 메소드

public static AddDestination ( String destination, Object args ) : bool
destination String
args Object
리턴 bool

AddListener() 공개 정적인 메소드

public static AddListener ( String destination, IRtfDestinationListener listener ) : bool
destination String
listener IRtfDestinationListener
리턴 bool

GetDestination() 공개 정적인 메소드

public static GetDestination ( String destination ) : RtfDestination
destination String
리턴 RtfDestination

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : RtfDestinationMgr
리턴 RtfDestinationMgr

GetInstance() 공개 정적인 메소드

public static GetInstance ( RtfParser parser ) : RtfDestinationMgr
parser iTextSharp.text.rtf.parser.RtfParser
리턴 RtfDestinationMgr

RemoveListener() 공개 정적인 메소드

public static RemoveListener ( String destination, IRtfDestinationListener listener ) : bool
destination String
listener IRtfDestinationListener
리턴 bool

SetParser() 공개 정적인 메소드

public static SetParser ( RtfParser parser ) : void
parser iTextSharp.text.rtf.parser.RtfParser
리턴 void