38 lines
1.1 KiB
Smalltalk
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>
|
|
|