Answered
I have been looking at the XML Forms Object Model Reference and came across two properties that have me wondering when and how they would be used.
They are the tabDefault (page 288) and tabStop (page 289) properties.
Can anyone provide an explanation?
By default, both text labels and text fields have a "para" element. If you bring up the "paragraph" window in Designer, you'll see all the "para" properties that can be set from the user interface. Tabs aren't there. So the only way to set paragraph tab stops is to either edit the XML in Designer, or set it through code at runtime to set the "tabDefault" and "tabStops" property.
You would of course use these if you wanted to set how big the "tab" was in the text, not that people really use tabs anymore.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script