ITextFormatterSetText - метод
Пространство имён: Tessa.UI.Controls.CustomRichTextBoxCtrl.CustomRichTextBoxСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
bool SetText(
FlowDocument document,
string htmlText,
bool shouldMakeSpanNonMergeable = false
)
Function SetText (
document As FlowDocument,
htmlText As String,
Optional shouldMakeSpanNonMergeable As Boolean = false
) As Boolean
bool SetText(
FlowDocument^ document,
String^ htmlText,
bool shouldMakeSpanNonMergeable = false
)
abstract SetText :
document : FlowDocument *
htmlText : string *
?shouldMakeSpanNonMergeable : bool
(* Defaults:
let _shouldMakeSpanNonMergeable = defaultArg shouldMakeSpanNonMergeable false
*)
-> bool
- document FlowDocument
-
- htmlText String
-
- shouldMakeSpanNonMergeable Boolean (Optional)
-
Boolean