Tab alignment:

Hi .I am trying to convert a document ( containing a text with tab alignment ) into html using aspose.words.java .Is it possible to find out the tab alignment ?No of tabs between two text?
Thanks in advance

Hi

Thanks for your inquiry. Could you please attach your document here for testing? I will investigate the issue and provide you more information.
Best regards,

Hi ,
I have attached a sample Document. Is it possible to get the following
details from document through Aspose.words.java ?

Default tab points
User configuration of the tab points
alignment of the tab. like: left, center, right
filling for tab space. like: none, dotted, dashed, underscore.

Thanks in regards

Hi

Thank you for additional information. You can get information about tabs configuration using ParagraphFormat.TabStops property.
https://reference.aspose.com/words/java/com.aspose.words/tabstopcollection/
Regarding converting to HTML, tabs are converting as sequence of white spaces to HTML.
Hope this helps.
Best regards,