programming-examples/c-sharp/Others/Flow Document Reader.cs

38 lines
1.1 KiB
C#
Raw Normal View History

2019-11-15 12:59:38 +01:00
Flow Document Reader
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Title="title">
<FlowDocumentReader>
<FlowDocument>
<Paragraph TextAlignment="Center" FontSize="18pt">
Chapter I
</Paragraph>
<Paragraph TextAlignment="Center" FontSize="18pt">
Paragraph
</Paragraph>
<Paragraph TextIndent="25">
this is a test
</Paragraph>
<Paragraph TextIndent="25">
this is a test
this is a test
this is a test
this is a test
this is a test
this is a test
this is a test
this is a test
this is a test
this is a test
this is a test
this is a test
this is a test
</Paragraph>
<Paragraph TextIndent="25">
...
</Paragraph>
</FlowDocument>
</FlowDocumentReader>
</Page>