Dear Team ,
I am using Aspose.words.java latest version for document conversion .I have attached a sample document from which i am parsing each paragraph to get its Space After and Before properties . For 1st two paragraphs i am getting exact value as defined, but from 3 rd paragraph i am getting the space after and before value is 0pt .
Code :
ParagraphFormat para = paragraph.getParagraphFormat( );
System.out.println("SP BEFORE::::::::::::"+para.getSpaceBefore( ));
System.out.println("SP AFTER ::::::::::::"+para.getSpaceAfter( ));
Please do the needful help
Regards,
Anbu