我们如何从text
(bold
控件中获取italic
,text alignment
,Flow Document
等RichTextBox
属性)?我们可以在一个TextRange
或string
?
答案 0 :(得分:0)
找到它。比我想象的要简单。
我的解决方案是逐字逐句(或Textpointer)并获取TextRange.GetPropertyValue。
TextElement和Inline Dependency Property拥有我需要的一切。 FontWeight,FontStyle,BaseAalignment等,我只需要用我的代码玩一下,直到得到我需要的东西
希望它可以帮助某人: - )