C# 클래스 TESVSnip.UI.Rendering.Extensions.RTFRenderer

파일 보기 프로젝트 열기: figment/tesvsnip 1 사용 예제들

공개 메소드들

메소드 설명
AppendLink ( RTF.RTFBuilderbase s, string text, string hyperlink ) : RTF.RTFBuilderbase
GetFormattedData ( this rec, RTF.RTFBuilder rb ) : void
GetFormattedHeader ( this rec, RTF.RTFBuilder rb ) : void

메소드 상세

AppendLink() 공개 정적인 메소드

public static AppendLink ( RTF.RTFBuilderbase s, string text, string hyperlink ) : RTF.RTFBuilderbase
s RTF.RTFBuilderbase
text string
hyperlink string
리턴 RTF.RTFBuilderbase

GetFormattedData() 공개 정적인 메소드

public static GetFormattedData ( this rec, RTF.RTFBuilder rb ) : void
rec this
rb RTF.RTFBuilder
리턴 void

GetFormattedHeader() 공개 정적인 메소드

public static GetFormattedHeader ( this rec, RTF.RTFBuilder rb ) : void
rec this
rb RTF.RTFBuilder
리턴 void