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