C# 클래스 iTextSharp.text.rtf.parser.RtfParserState

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

공개 프로퍼티들

프로퍼티 타입 설명
ctrlWordHandler Object
ctrlWordHandlers System.Collections.Stack
destination iTextSharp.text.rtf.parser.destinations.RtfDestination
groupHandler Object
isExtendedDestination bool
newGroup bool
parserState int
properties iTextSharp.text.rtf.parser.properties.RtfProperty
text StringBuilder
tokeniserState int

공개 메소드들

메소드 설명
RtfParserState ( ) : System
RtfParserState ( RtfParserState orig ) : System

메소드 상세

RtfParserState() 공개 메소드

public RtfParserState ( ) : System
리턴 System

RtfParserState() 공개 메소드

public RtfParserState ( RtfParserState orig ) : System
orig RtfParserState
리턴 System

프로퍼티 상세

ctrlWordHandler 공개적으로 프로퍼티

public Object ctrlWordHandler
리턴 Object

ctrlWordHandlers 공개적으로 프로퍼티

public Stack,System.Collections ctrlWordHandlers
리턴 System.Collections.Stack

destination 공개적으로 프로퍼티

public RtfDestination,iTextSharp.text.rtf.parser.destinations destination
리턴 iTextSharp.text.rtf.parser.destinations.RtfDestination

groupHandler 공개적으로 프로퍼티

public Object groupHandler
리턴 Object

isExtendedDestination 공개적으로 프로퍼티

public bool isExtendedDestination
리턴 bool

newGroup 공개적으로 프로퍼티

public bool newGroup
리턴 bool

parserState 공개적으로 프로퍼티

public int parserState
리턴 int

properties 공개적으로 프로퍼티

public RtfProperty,iTextSharp.text.rtf.parser.properties properties
리턴 iTextSharp.text.rtf.parser.properties.RtfProperty

text 공개적으로 프로퍼티

public StringBuilder text
리턴 StringBuilder

tokeniserState 공개적으로 프로퍼티

public int tokeniserState
리턴 int