Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
csShared
Html
HtmlFormatter
C# 클래스 csShared.Html.HtmlFormatter
Formats the RichTextBox text as Html
상속:
ITextFormatter
파일 보기
프로젝트 열기: TNOCS/csTouch
공개 메소드들
메소드
설명
GetText
(
System
document
) :
string
SetText
(
System
document
,
string
text
) :
void
메소드 상세
GetText()
공개
메소드
public
GetText
(
System
document
) :
string
document
System
리턴
string
SetText()
공개
메소드
public
SetText
(
System
document
,
string
text
) :
void
document
System
text
string
리턴
void