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 so you can create flexible and dynamic documents that can adapt their layouts dynamically to the user interface. These kinds of documents use 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 you to add 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 and dynamicity ...
Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.