Update character PDF XML: add EnsureHeight style to TableLayouts for improved spacing consistency, and include Notes section for enhanced structure
This commit is contained in:
parent
bc35782730
commit
ca5f31de41
@ -103,6 +103,9 @@
|
|||||||
<MarginTop>8</MarginTop>
|
<MarginTop>8</MarginTop>
|
||||||
<MarginBottom>8</MarginBottom>
|
<MarginBottom>8</MarginBottom>
|
||||||
</Style>
|
</Style>
|
||||||
|
<Style Name="EnsureHeight">
|
||||||
|
<EnsureHeight>300</EnsureHeight>
|
||||||
|
</Style>
|
||||||
</Styles>
|
</Styles>
|
||||||
<Pages>
|
<Pages>
|
||||||
<!-- Profile/Persönliche Daten -->
|
<!-- Profile/Persönliche Daten -->
|
||||||
@ -445,7 +448,7 @@
|
|||||||
<Size>1</Size>
|
<Size>1</Size>
|
||||||
</HorizontalLine>
|
</HorizontalLine>
|
||||||
|
|
||||||
<TableLayout Styles="SpacerS">
|
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>60</Width>
|
<Width>60</Width>
|
||||||
@ -470,7 +473,7 @@
|
|||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
|
|
||||||
<TableLayout Styles="SpacerS">
|
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>60</Width>
|
<Width>60</Width>
|
||||||
@ -495,7 +498,7 @@
|
|||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
|
|
||||||
<TableLayout Styles="SpacerS">
|
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>60</Width>
|
<Width>60</Width>
|
||||||
@ -519,7 +522,7 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
<TableLayout Styles="SpacerS">
|
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>60</Width>
|
<Width>60</Width>
|
||||||
@ -543,7 +546,7 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
<TableLayout Styles="SpacerS">
|
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>60</Width>
|
<Width>60</Width>
|
||||||
@ -567,7 +570,7 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
<TableLayout Styles="SpacerS">
|
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>60</Width>
|
<Width>60</Width>
|
||||||
@ -591,6 +594,27 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
|
<HorizontalLine>
|
||||||
|
<Size>1</Size>
|
||||||
|
</HorizontalLine>
|
||||||
|
|
||||||
|
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||||
|
<Columns>
|
||||||
|
<Column>
|
||||||
|
<Width>100</Width>
|
||||||
|
<Percent>true</Percent>
|
||||||
|
</Column>
|
||||||
|
</Columns>
|
||||||
|
<Content>
|
||||||
|
<Label Styles="SmallHeaderNoTopSpacer">
|
||||||
|
<Text>"Notizen"</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
</Content>
|
||||||
|
</TableLayout>
|
||||||
|
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user