Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Issue with ZIndex and broken cells

$
0
0
Hi Aspose,

We have problem.

I have this XML
Code XML:

<Table ColumnWidths="20 503.3" IsRowBroken="false" IsFirstRowRepeated="false">
    <Row>
    <Cell Alignment="Center" VerticalAlignment="Top" PaddingTop="3">
      
      <Text IsSpaced="false" LineSpacing="2.5"   ID="txtRaterComment_||CommentOrderNumber||_||CommentType||" ZIndex="2">
        <Segment FontName="Verdana" FontSize="9" Color="rgb 0 255 0">
          ||CommentOrderNumber||
        </Segment>
     </Text>

      <FloatingBox Width="20" Height="20" Left="3" Top="6" BoxVerticalPositioning="Paragraph"
          ReferenceParagraphID="txtRaterComment_||CommentOrderNumber||_||CommentType||"                     ZIndex="1">
        <Graph Height="7" Width="7" ZIndex="1">
          <Circle LineWidth="0.5" CenterPosition="7 7" Radius="7" Color="rgb 161 33 141"   FillColor="rgb 161 33 141" IsFilled="true" />
        </Graph>
      </FloatingBox>
      
    </Cell>
    <Cell VerticalAlignment="Top" PaddingTop="3" PaddingBottom="3" PaddingLeft="5">
      <Text IsSpaced="false" LineSpacing="2.5">
        <Segment FontName="Verdana" FontSize="9" Color="rgb 0 0 0">
          ||Comment||
        </Segment>
      </Text>
    </Cell>
  </Row>
</Table>

and I have converted this xml to pdf it does something what I show in pictures firstpage.PNG and second page.PNG. I mean, it take number and circles to the next page (second page.PNG)

Can you help me please?
Thanks



Viewing all articles
Browse latest Browse all 3131

Trending Articles