FlowDocument 是否包含任何用户文本?
如何判断 FlowDocument 是否包含用户输入的任何文本?
我有一个自动提交每个屏幕更改的应用程序。我想知道从 RichTextBox 获取的 FlowDocument 是否包含任何用户输入或者是否为空白。我将 FlowDocument 转换为二进制 xaml 并将其提交到 db。如果 FlowDocument 不包含用户文本,那么我不想向数据库添加新的 FlowDocument。
我不想解析 xaml 来检查是否有任何用户文本。
How can you tell if a FlowDocument contains any text that the user typed in or not?
I have an application that auto-commits changes for each screen. I want to know if the FlowDocument obtained from a RichTextBox contains any user input or if it is blank. I convert the FlowDocument to binary xaml and commit it to db. If the FlowDocument contains no user text then I do not want to add a new FlowDocument to the db.
I don't want to parse the xaml to check if there is any user text.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这样做的方法是:
The way to do this is: