C# 클래스 Itenso.Rtf.Converter.Text.RtfTextConvertSettings

파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL 1 사용 예제들

공개 메소드들

메소드 설명
RtfTextConvertSettings ( ) : System
RtfTextConvertSettings ( string breakText ) : System
SetBreakText ( string breakText ) : void

메소드 상세

RtfTextConvertSettings() 공개 메소드

public RtfTextConvertSettings ( ) : System
리턴 System

RtfTextConvertSettings() 공개 메소드

public RtfTextConvertSettings ( string breakText ) : System
breakText string
리턴 System

SetBreakText() 공개 메소드

public SetBreakText ( string breakText ) : void
breakText string
리턴 void