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

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

공개 프로퍼티들

프로퍼티 타입 설명
ctrlWord String
ctrlWordType int
hasParam bool
isNeg bool
modified bool
newGroup bool
param String
prefix String
specialHandler String
suffix String

공개 메소드들

메소드 설명
IntValue ( ) : int
LongValue ( ) : long
ToString ( ) : String

메소드 상세

IntValue() 공개 메소드

public IntValue ( ) : int
리턴 int

LongValue() 공개 메소드

public LongValue ( ) : long
리턴 long

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

ctrlWord 공개적으로 프로퍼티

public String ctrlWord
리턴 String

ctrlWordType 공개적으로 프로퍼티

public int ctrlWordType
리턴 int

hasParam 공개적으로 프로퍼티

public bool hasParam
리턴 bool

isNeg 공개적으로 프로퍼티

public bool isNeg
리턴 bool

modified 공개적으로 프로퍼티

public bool modified
리턴 bool

newGroup 공개적으로 프로퍼티

public bool newGroup
리턴 bool

param 공개적으로 프로퍼티

public String param
리턴 String

prefix 공개적으로 프로퍼티

public String prefix
리턴 String

specialHandler 공개적으로 프로퍼티

public String specialHandler
리턴 String

suffix 공개적으로 프로퍼티

public String suffix
리턴 String