Skip to content

textformat / spacebelow is not taken into account #171

@pgundlach

Description

@pgundlach
<Layout xmlns:sd="urn:speedata:2009/publisher/functions/en" xmlns="urn:speedata.de:2009/publisher/en">

  <Options crop="5mm"/>

  <DefineTextformat name="spacebelow" alignment="justified" margin-bottom="12pt"/>
    <SetGrid height="12pt" nx="20"/>

  <Record element="data">
    <Loop select="2">
      <Output allocate="auto" >
        <Text>
          <Paragraph textformat="spacebelow" fontface="text">
            <Value select="sd:dummytext()"/>
          </Paragraph>
        </Text>
      </Output>
    </Loop>
  </Record>
</Layout>

should produce an empty line between the paragraphs.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions