Mega Code Archive

 
Categories / C# / WPF
 

FlowDocument with Hyperlink and List

<FlowDocument      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"      FontFamily="Georgia" FontSize="20" PagePadding="30" Background="White" Name="fd1">     <Paragraph>         <Hyperlink NavigateUri="http://localhost/XBox/XBox.wba">             test         </Hyperlink>     </Paragraph>      <Paragraph><Figure Width="Content" HorizontalAnchor="ContentLeft" VerticalAnchor="ContentTop" Margin="0,0,0,20" Padding="0"><Paragraph FontSize="35" Margin="0" FontWeight="Bold">      AAA</Paragraph><Paragraph Margin="0">test</Paragraph></Figure>      test     </Paragraph><Paragraph>         test     </Paragraph><Paragraph>         test     </Paragraph><Paragraph>         test     </Paragraph><List><ListItem><Paragraph>             test             </Paragraph></ListItem><ListItem><Paragraph>                 tests             </Paragraph></ListItem><ListItem><Paragraph>                 test             </Paragraph></ListItem><ListItem><Paragraph>                 test             </Paragraph></ListItem><ListItem><Paragraph>                 test             </Paragraph></ListItem><ListItem><Paragraph>                 test             </Paragraph></ListItem></List><Paragraph>         test     </Paragraph> </FlowDocument>