Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Undocument Table Column Object

Community Expert ,
Jan 26, 2025 Jan 26, 2025

I was working on a Conditional text script for a client and realized that conditions can now be applied to table columns as well as table rows.

image.png

Here is some code where you can see the table Column properties. Put your cursor in a table and run the code.

#target framemaker

var doc, tbl, col;

doc = app.ActiveDoc;
tbl = doc.SelectedTbl;
col = tbl.FirstColumnInTbl;

alert (col);
alert (col.reflect.properties.sort ().join ("\r"));
94
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation