You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.1 KiB
Smalltalk

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>