Align Heading to Left using xsl

How do align the heading to be left aligned using XSL?


I am trying below code,

Project Summary

I tried MarginLeft/Alignment but couldn’t able to get it work.



Hi Prithivirajan,

Thanks for using our products.

In order to specify the Alignment for Heading object, specify the Alignment information for Segments inside the Heading element. Please take a look over following XML file.

<Heading Level="1" MarginLeft="0" StartNumber="1" IsInList="true">
  <Segment Alignment="Left" Color="Blue" FontSize="16">Project Summary</Segment>
</Heading>

But I am afraid, when using the latest release version of Aspose.Pdf for Java, the Heading element is always being placed as left aligned. For the sake of correction, I have logged this problem as PDFJAVA-33145 in our issue tracking system. We will further look into the details of this problem and will keep you updated on the status of correction. Please be patient and spare us little time. We are sorry for your inconvenience.