C# 클래스 iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordHandler

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

보호된 프로퍼티들

프로퍼티 타입 설명
ctrlWord String
ctrlWordData RtfCtrlWordData
ctrlWordPrefix String
ctrlWordSuffix String
ctrlWordType int
defaultParameterValue int
groupPrefix String
passDefaultParameterValue bool
rtfParser RtfParser
rtfVersionSupported float
specialHandler String

공개 메소드들

메소드 설명
HandleControlword ( RtfCtrlWordData ctrlWordDataIn ) : bool
RtfCtrlWordHandler ( RtfParser rtfParser, String ctrlWord, int defaultParameterValue, bool passDefaultParameterValue, int ctrlWordType, String prefix, String suffix, String specialHandler ) : System

보호된 메소드들

메소드 설명
AfterControlWord ( ) : bool
BeforeControlWord ( ) : bool
OnControlWord ( ) : bool

비공개 메소드들

메소드 설명
PrintDebug ( String txt ) : void

메소드 상세

AfterControlWord() 보호된 메소드

protected AfterControlWord ( ) : bool
리턴 bool

BeforeControlWord() 보호된 메소드

protected BeforeControlWord ( ) : bool
리턴 bool

HandleControlword() 공개 메소드

public HandleControlword ( RtfCtrlWordData ctrlWordDataIn ) : bool
ctrlWordDataIn RtfCtrlWordData
리턴 bool

OnControlWord() 보호된 메소드

protected OnControlWord ( ) : bool
리턴 bool

RtfCtrlWordHandler() 공개 메소드

public RtfCtrlWordHandler ( RtfParser rtfParser, String ctrlWord, int defaultParameterValue, bool passDefaultParameterValue, int ctrlWordType, String prefix, String suffix, String specialHandler ) : System
rtfParser RtfParser
ctrlWord String
defaultParameterValue int
passDefaultParameterValue bool
ctrlWordType int
prefix String
suffix String
specialHandler String
리턴 System

프로퍼티 상세

ctrlWord 보호되어 있는 프로퍼티

protected String ctrlWord
리턴 String

ctrlWordData 보호되어 있는 프로퍼티

protected RtfCtrlWordData,iTextSharp.text.rtf.parser.ctrlwords ctrlWordData
리턴 RtfCtrlWordData

ctrlWordPrefix 보호되어 있는 프로퍼티

protected String ctrlWordPrefix
리턴 String

ctrlWordSuffix 보호되어 있는 프로퍼티

protected String ctrlWordSuffix
리턴 String

ctrlWordType 보호되어 있는 프로퍼티

protected int ctrlWordType
리턴 int

defaultParameterValue 보호되어 있는 프로퍼티

protected int defaultParameterValue
리턴 int

groupPrefix 보호되어 있는 프로퍼티

protected String groupPrefix
리턴 String

passDefaultParameterValue 보호되어 있는 프로퍼티

protected bool passDefaultParameterValue
리턴 bool

rtfParser 보호되어 있는 프로퍼티

protected RtfParser rtfParser
리턴 RtfParser

rtfVersionSupported 보호되어 있는 프로퍼티

protected float rtfVersionSupported
리턴 float

specialHandler 보호되어 있는 프로퍼티

protected String specialHandler
리턴 String