-
Notifications
You must be signed in to change notification settings - Fork 0
/
flowdoc.xml
12 lines (11 loc) · 858 Bytes
/
flowdoc.xml
1
2
3
4
5
6
7
8
9
10
11
<FlowDocument TextAlignment="Left" PagePadding="5,0,5,0" AllowDrop="True" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Paragraph TextAlignment="Center" FontFamily="Helvetica" FontStyle="Normal" FontWeight="Bold" FontStretch="Normal" FontSize="100" Foreground="#FF010000" Background="{x:Null}">
<Paragraph.TextDecorations>
<TextDecorationCollection />
</Paragraph.TextDecorations>
<Run FontFamily="Helvetica" FontStyle="Normal" FontWeight="Bold" FontStretch="Normal" FontSize="100" Foreground="#FF010000" Background="{x:Null}" Block.TextAlignment="Center" xml:space="preserve">
<Run.TextDecorations>
<TextDecorationCollection />
</Run.TextDecorations>[[+line]]</Run>
</Paragraph>
</FlowDocument>