C# Class Itenso.Rtf.Converter.Text.RtfTextConvertSettings

Mostra file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Public Methods

Method Description
RtfTextConvertSettings ( ) : System
RtfTextConvertSettings ( string breakText ) : System
SetBreakText ( string breakText ) : void

Method Details

RtfTextConvertSettings() public method

public RtfTextConvertSettings ( ) : System
return System

RtfTextConvertSettings() public method

public RtfTextConvertSettings ( string breakText ) : System
breakText string
return System

SetBreakText() public method

public SetBreakText ( string breakText ) : void
breakText string
return void