Jump to content
We've recently updated our Privacy Statement, available here ×

PDF Won't stretch vertically with overlapping


jarthomas

Recommended Posts

PDF is vertically based. When text goes to next line, question line does not move as it should:

Capture(79).PNG.6a17831d86e4f669992ce0349e8eb6f9.PNG

 

Code:

<staticText>
    <reportElement positionType="Float" x="26" y="120" width="511" height="42" backcolor="#FFFFFF" uuid="4fb453d9-48f0-4efe-aeab-afa5188d0c46"/>
    <textElement>
        <font fontName="SansSerif" size="12"/>
    </textElement>
    <text><![CDATA[3. Will you be providing a download URL or detailed information on how to download the FOSS?]]></text>
</staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
    <reportElement positionType="Float" mode="Opaque" x="26" y="139" width="511" height="20" isRemoveLineWhenBlank="true" backcolor="#CCCCFF" uuid="17b34177-517e-48a7-9cc0-02bc17a2281b"/>
    <textFieldExpression><![CDATA[$F{downloadURL}]]></textFieldExpression>
</textField>
<staticText>
    <reportElement positionType="Float" x="28" y="158" width="511" height="42" backcolor="#FFFFFF" uuid="a9647e4d-2a39-4e92-8a42-d0f77cf70f95"/>
    <textElement>
        <font fontName="SansSerif" size="12"/>
    </textElement>
    <text><![CDATA[4. Describe the function of this FOSS (i.e., what technical problem does this solve). Include products and service it will be used with:]]></text>
</staticText>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
    <reportElement positionType="Float" mode="Opaque" x="28" y="177" width="511" height="20" isRemoveLineWhenBlank="true" backcolor="#CCCCFF" uuid="f50defe9-878f-4598-b1c6-b0e99ededc74"/>
    <textFieldExpression><![CDATA[$F{forUsageDes}]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true">
    <reportElement positionType="Float" stretchType="RelativeToTallestObject" x="28" y="196" width="511" height="42" backcolor="#FFFFFF" uuid="c9857e8f-7c16-4cdc-be29-c64a1b1ca416"/>
    <textFieldExpression class="java.lang.String"><![CDATA["5. Is the application(s) that will include this FOSS to be used on behalf of or for the benefit of a Government client?"]]></textFieldExpression>
</textField>
<textField isStretchWithOverflow="true" isBlankWhenNull="true">
    <reportElement positionType="Float" stretchType="RelativeToTallestObject" mode="Opaque" x="28" y="234" width="511" height="20" backcolor="#CCCCFF" uuid="24bfe34e-cc8f-40ce-929a-c7ba7be22878"/>
    <textFieldExpression><![CDATA[$F{forGovtClient}]]></textFieldExpression>
</textField>
<staticText>
    <reportElement positionType="Float" stretchType="RelativeToTallestObject"  x="28" y="253" width="511" height="26" uuid="ec764f08-2642-46e0-910a-62ea448506d8"/>
    <textElement>
        <font fontName="SansSerif" size="12"/>
    </textElement>
    <text><![CDATA[6. List all places where ANY of the  FOSS will reside, including during development: ]]></text>
</staticText>
    <textField isStretchWithOverflow="true" isBlankWhenNull="true">
    <reportElement positionType="Float" mode="Opaque" x="28" y="272" width="511" height="20" isRemoveLineWhenBlank="true" backcolor="#CCCCFF" uuid="9e35276c-82b1-40fb-9808-42a0736c9ae6"/>
    <textFieldExpression><![CDATA[$F{installType}]]></textFieldExpression>
</textField>
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...