Table ignoring tab stop

  • Hello

    I have a place holder in a letter {B004}

    This is where I am going to input a table that I have created. The place holder {B004} has a tab specified. However when I place my table into the letter the table is ignoring my tab stop and placing the table at the left margin. If I just do inputstring('Test') instead of putting my table in the letter, the text of 'Test' respects the tab stop.

    How do I get a table to recognize my tab stop?

    • Offizieller Beitrag

    Hi,

    Tables are not inserted at tabstop, they are always part of the paragraph tree and no embedded objects.

    You can still set the left and right offset to the page margins using API CurrAttr.SetTableLeftRight.

    Regards,

    Julian