Skip to main content
Known Participant
August 2, 2023
Question

Adjust table Position in Indesign using VB.Net

  • August 2, 2023
  • 1 reply
  • 649 views

I want to load an Template and Import an XML. It automatically draws the table. But I want to adjust the size of the table (like if the table flows on two pages then it automatically fits the table to any one page). Can help me to find the table height and width and table is positioned in which text frame. and also alignments?

This topic has been closed for replies.

1 reply

Participating Frequently
August 2, 2023

Did you look at the DOM and what properties/methods are available for tables?

Known Participant
August 2, 2023

s I looked for an interface. aid styled table used. It loaded without any issues. I want to adjust the location that fits only

Known Participant
August 4, 2023

I want to move the indesign.Table to one textframe. If it flown in two different frames. Can u plz help me to fix it.The input is structured XML. The XML is automatically creates the Tables.In the given Pic the Table 1 Flows in 2nd text frame. I want to move it to 1st text frame. Kindly help.