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

상속: RtfDestination
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
CloseDestination ( ) : bool
CreateNewStyle ( ) : void
GetAdustRightIndent ( ) : int
GetAlignment ( ) : int
GetAutoSpaceBetweenDBCEnglish ( ) : int
GetAutoSpaceBetweenDBCNumbers ( ) : int
GetFirstLineIndent ( ) : int
GetIndent ( ) : int
GetJustificationPercentage ( ) : int
GetLeftIndent ( ) : int
GetMirrorIndent ( ) : int
GetNoCharacterWrapping ( ) : int
GetNoOverflowPeriodComma ( ) : int
GetNoWordWrapping ( ) : int
GetOverrideWidowControl ( ) : int
GetRightIndent ( ) : int
GetStyleNr ( ) : int
GetStyleType ( ) : int
HandleCharacter ( int ch ) : bool
HandleCloseGroup ( ) : bool
HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
HandleOpenGroup ( ) : bool
HandleOpeningSubGroup ( ) : bool
RtfDestinationStylesheetTable ( ) : System
RtfDestinationStylesheetTable ( RtfParser parser, String type ) : System
SetAdustRightIndent ( int adustRightIndent ) : void
SetAlignment ( int alignment ) : int
SetAutoSpaceBetweenDBCEnglish ( int autoSpaceBetweenDBCEnglish ) : void
SetAutoSpaceBetweenDBCNumbers ( int autoSpaceBetweenDBCNumbers ) : void
SetElementName ( String value ) : void
SetFirstLineIndent ( int firstLineIndent ) : void
SetIndent ( int indent ) : void
SetJustificationPercentage ( int percent ) : int
SetLeftIndent ( int leftIndent ) : void
SetMirrorIndent ( int mirrorIndent ) : void
SetNoCharacterWrapping ( int noCharacterWrapping ) : void
SetNoOverflowPeriodComma ( int noOverflowPeriodComma ) : void
SetNoWordWrapping ( int noWordWrapping ) : void
SetOverrideWidowControl ( int overrideWidowControl ) : void
SetParser ( RtfParser parser ) : void
SetRightIndent ( int rightIndent ) : void
SetStyleNr ( int styleNr ) : void
SetStyleType ( int styleType ) : void
SetToDefaults ( ) : void
SetType ( String value ) : void

메소드 상세

CloseDestination() 공개 메소드

public CloseDestination ( ) : bool
리턴 bool

CreateNewStyle() 공개 메소드

public CreateNewStyle ( ) : void
리턴 void

GetAdustRightIndent() 공개 메소드

public GetAdustRightIndent ( ) : int
리턴 int

GetAlignment() 공개 메소드

public GetAlignment ( ) : int
리턴 int

GetAutoSpaceBetweenDBCEnglish() 공개 메소드

public GetAutoSpaceBetweenDBCEnglish ( ) : int
리턴 int

GetAutoSpaceBetweenDBCNumbers() 공개 메소드

public GetAutoSpaceBetweenDBCNumbers ( ) : int
리턴 int

GetFirstLineIndent() 공개 메소드

public GetFirstLineIndent ( ) : int
리턴 int

GetIndent() 공개 메소드

public GetIndent ( ) : int
리턴 int

GetJustificationPercentage() 공개 메소드

public GetJustificationPercentage ( ) : int
리턴 int

GetLeftIndent() 공개 메소드

public GetLeftIndent ( ) : int
리턴 int

GetMirrorIndent() 공개 메소드

public GetMirrorIndent ( ) : int
리턴 int

GetNoCharacterWrapping() 공개 메소드

public GetNoCharacterWrapping ( ) : int
리턴 int

GetNoOverflowPeriodComma() 공개 메소드

public GetNoOverflowPeriodComma ( ) : int
리턴 int

GetNoWordWrapping() 공개 메소드

public GetNoWordWrapping ( ) : int
리턴 int

GetOverrideWidowControl() 공개 메소드

public GetOverrideWidowControl ( ) : int
리턴 int

GetRightIndent() 공개 메소드

public GetRightIndent ( ) : int
리턴 int

GetStyleNr() 공개 메소드

public GetStyleNr ( ) : int
리턴 int

GetStyleType() 공개 메소드

public GetStyleType ( ) : int
리턴 int

HandleCharacter() 공개 메소드

public HandleCharacter ( int ch ) : bool
ch int
리턴 bool

HandleCloseGroup() 공개 메소드

public HandleCloseGroup ( ) : bool
리턴 bool

HandleControlWord() 공개 메소드

public HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
리턴 bool

HandleOpenGroup() 공개 메소드

public HandleOpenGroup ( ) : bool
리턴 bool

HandleOpeningSubGroup() 공개 메소드

public HandleOpeningSubGroup ( ) : bool
리턴 bool

RtfDestinationStylesheetTable() 공개 메소드

public RtfDestinationStylesheetTable ( ) : System
리턴 System

RtfDestinationStylesheetTable() 공개 메소드

public RtfDestinationStylesheetTable ( RtfParser parser, String type ) : System
parser iTextSharp.text.rtf.parser.RtfParser
type String
리턴 System

SetAdustRightIndent() 공개 메소드

public SetAdustRightIndent ( int adustRightIndent ) : void
adustRightIndent int
리턴 void

SetAlignment() 공개 메소드

public SetAlignment ( int alignment ) : int
alignment int
리턴 int

SetAutoSpaceBetweenDBCEnglish() 공개 메소드

public SetAutoSpaceBetweenDBCEnglish ( int autoSpaceBetweenDBCEnglish ) : void
autoSpaceBetweenDBCEnglish int
리턴 void

SetAutoSpaceBetweenDBCNumbers() 공개 메소드

public SetAutoSpaceBetweenDBCNumbers ( int autoSpaceBetweenDBCNumbers ) : void
autoSpaceBetweenDBCNumbers int
리턴 void

SetElementName() 공개 메소드

public SetElementName ( String value ) : void
value String
리턴 void

SetFirstLineIndent() 공개 메소드

public SetFirstLineIndent ( int firstLineIndent ) : void
firstLineIndent int
리턴 void

SetIndent() 공개 메소드

public SetIndent ( int indent ) : void
indent int
리턴 void

SetJustificationPercentage() 공개 메소드

public SetJustificationPercentage ( int percent ) : int
percent int
리턴 int

SetLeftIndent() 공개 메소드

public SetLeftIndent ( int leftIndent ) : void
leftIndent int
리턴 void

SetMirrorIndent() 공개 메소드

public SetMirrorIndent ( int mirrorIndent ) : void
mirrorIndent int
리턴 void

SetNoCharacterWrapping() 공개 메소드

public SetNoCharacterWrapping ( int noCharacterWrapping ) : void
noCharacterWrapping int
리턴 void

SetNoOverflowPeriodComma() 공개 메소드

public SetNoOverflowPeriodComma ( int noOverflowPeriodComma ) : void
noOverflowPeriodComma int
리턴 void

SetNoWordWrapping() 공개 메소드

public SetNoWordWrapping ( int noWordWrapping ) : void
noWordWrapping int
리턴 void

SetOverrideWidowControl() 공개 메소드

public SetOverrideWidowControl ( int overrideWidowControl ) : void
overrideWidowControl int
리턴 void

SetParser() 공개 메소드

public SetParser ( RtfParser parser ) : void
parser RtfParser
리턴 void

SetRightIndent() 공개 메소드

public SetRightIndent ( int rightIndent ) : void
rightIndent int
리턴 void

SetStyleNr() 공개 메소드

public SetStyleNr ( int styleNr ) : void
styleNr int
리턴 void

SetStyleType() 공개 메소드

public SetStyleType ( int styleType ) : void
styleType int
리턴 void

SetToDefaults() 공개 메소드

public SetToDefaults ( ) : void
리턴 void

SetType() 공개 메소드

public SetType ( String value ) : void
value String
리턴 void