Manipulating Documents
One of the most important requirements in modern applications is the ability to manage documents. WPF offers the System.Windows.Documents namespace that exposes objects that enable creating flexible and dynamic documents that can adapt their layout dynamically to the user interface. These kinds of documents take advantage of the Clear Type™ technology and are hosted inside FlowDocument objects. A FlowDocument is composed of Paragraph objects where you can place and format your text. Paragraphs are powerful because they enable adding figures, bulleted lists, fully functional hyperlinks, and text formatting. To present and browse a flow document, you need to add a FlowDocumentReader control to the user interface. Flexibility ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access