We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Tab stop width

Is there a simmilar property to set the tab stop width in DocIo as in Office Automation?

Doc.DefaultTabStop = InchesToPoints(0.25)

1 Reply

AD Administrator Syncfusion Team October 11, 2006 02:40 PM UTC

Hi choover,

Thank you for your interest in Essential DocIO.

Yes, we have a support for setting the paragraph tab stop. It has been included in our latest internal source. This feature will be available from our next release of Essential Studio (v.4.4). Here is some code snippet foe using this API’s.

// Setting the paragraph tab stop width with default settings.
paragraph.ParagraphFormat.Tabs.AddTab ( position );

// Setting the paragraph tab stop width with custom settings.
paragraph.ParagraphFormat.Tabs.AddTab ( positon , Tabjustification , TabLeader );

Please let me know if you have any questions.

Thanks,
Prabhu


>Is there a simmilar property to set the tab stop width in DocIo as in Office Automation?

Doc.DefaultTabStop = InchesToPoints(0.25)

Loader.
Live Chat Icon For mobile
Up arrow icon