How to indent a table?

  • In my documents I use quite a few tables that have text before and afterwards. I would like to indent the tables so they don't start left-aligned with the text. For example it should look like that:


    Can you please explain to me how I can achieve that?

    How could I achieve that the table itself is right-aligned (not the text in the table but the whole table)?

    Many thanks in advance,
    Dirk.

    • Offizieller Beitrag

    There is a property for this:

    WPAT_BoxMarginLeft = 120; // Only used for tables. Use WPAT_BoxWidth to set width
    WPAT_BoxMarginRight = 121; // Only used for tables

    Use table.ASet to set a property like this.