Hi support,
Please note that TabStopCollection has no TabStop element, when getTabStops method is used for a paragraph format object :
Document doc = new Document("");
DocumentBuilder builder = new DocumentBuilder(doc);
System.out.println(builder.getParagraphFormat().getTabStops().getCount());
I’m trying to find the default tab stop values. Within a normal.dot file, usually they are 36pt, 72pt, 108pt etc.
Please advice,
Milan
Hi Milan,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your request. You can use Document.DefaultTabStop property to get this value. Please see the following link:
Hope this helps.
Best regards.