C# Class iTextSharp.text.rtf.parser.destinations.RtfDestinationStylesheetTable

Inheritance: RtfDestination
Mostrar archivo Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
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

Method Details

CloseDestination() public method

public CloseDestination ( ) : bool
return bool

CreateNewStyle() public method

public CreateNewStyle ( ) : void
return void

GetAdustRightIndent() public method

public GetAdustRightIndent ( ) : int
return int

GetAlignment() public method

public GetAlignment ( ) : int
return int

GetAutoSpaceBetweenDBCEnglish() public method

public GetAutoSpaceBetweenDBCEnglish ( ) : int
return int

GetAutoSpaceBetweenDBCNumbers() public method

public GetAutoSpaceBetweenDBCNumbers ( ) : int
return int

GetFirstLineIndent() public method

public GetFirstLineIndent ( ) : int
return int

GetIndent() public method

public GetIndent ( ) : int
return int

GetJustificationPercentage() public method

public GetJustificationPercentage ( ) : int
return int

GetLeftIndent() public method

public GetLeftIndent ( ) : int
return int

GetMirrorIndent() public method

public GetMirrorIndent ( ) : int
return int

GetNoCharacterWrapping() public method

public GetNoCharacterWrapping ( ) : int
return int

GetNoOverflowPeriodComma() public method

public GetNoOverflowPeriodComma ( ) : int
return int

GetNoWordWrapping() public method

public GetNoWordWrapping ( ) : int
return int

GetOverrideWidowControl() public method

public GetOverrideWidowControl ( ) : int
return int

GetRightIndent() public method

public GetRightIndent ( ) : int
return int

GetStyleNr() public method

public GetStyleNr ( ) : int
return int

GetStyleType() public method

public GetStyleType ( ) : int
return int

HandleCharacter() public method

public HandleCharacter ( int ch ) : bool
ch int
return bool

HandleCloseGroup() public method

public HandleCloseGroup ( ) : bool
return bool

HandleControlWord() public method

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

HandleOpenGroup() public method

public HandleOpenGroup ( ) : bool
return bool

HandleOpeningSubGroup() public method

public HandleOpeningSubGroup ( ) : bool
return bool

RtfDestinationStylesheetTable() public method

public RtfDestinationStylesheetTable ( ) : System
return System

RtfDestinationStylesheetTable() public method

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

SetAdustRightIndent() public method

public SetAdustRightIndent ( int adustRightIndent ) : void
adustRightIndent int
return void

SetAlignment() public method

public SetAlignment ( int alignment ) : int
alignment int
return int

SetAutoSpaceBetweenDBCEnglish() public method

public SetAutoSpaceBetweenDBCEnglish ( int autoSpaceBetweenDBCEnglish ) : void
autoSpaceBetweenDBCEnglish int
return void

SetAutoSpaceBetweenDBCNumbers() public method

public SetAutoSpaceBetweenDBCNumbers ( int autoSpaceBetweenDBCNumbers ) : void
autoSpaceBetweenDBCNumbers int
return void

SetElementName() public method

public SetElementName ( String value ) : void
value String
return void

SetFirstLineIndent() public method

public SetFirstLineIndent ( int firstLineIndent ) : void
firstLineIndent int
return void

SetIndent() public method

public SetIndent ( int indent ) : void
indent int
return void

SetJustificationPercentage() public method

public SetJustificationPercentage ( int percent ) : int
percent int
return int

SetLeftIndent() public method

public SetLeftIndent ( int leftIndent ) : void
leftIndent int
return void

SetMirrorIndent() public method

public SetMirrorIndent ( int mirrorIndent ) : void
mirrorIndent int
return void

SetNoCharacterWrapping() public method

public SetNoCharacterWrapping ( int noCharacterWrapping ) : void
noCharacterWrapping int
return void

SetNoOverflowPeriodComma() public method

public SetNoOverflowPeriodComma ( int noOverflowPeriodComma ) : void
noOverflowPeriodComma int
return void

SetNoWordWrapping() public method

public SetNoWordWrapping ( int noWordWrapping ) : void
noWordWrapping int
return void

SetOverrideWidowControl() public method

public SetOverrideWidowControl ( int overrideWidowControl ) : void
overrideWidowControl int
return void

SetParser() public method

public SetParser ( RtfParser parser ) : void
parser RtfParser
return void

SetRightIndent() public method

public SetRightIndent ( int rightIndent ) : void
rightIndent int
return void

SetStyleNr() public method

public SetStyleNr ( int styleNr ) : void
styleNr int
return void

SetStyleType() public method

public SetStyleType ( int styleType ) : void
styleType int
return void

SetToDefaults() public method

public SetToDefaults ( ) : void
return void

SetType() public method

public SetType ( String value ) : void
value String
return void