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

story.overflows

Advisor ,
Apr 11, 2013 Apr 11, 2013

Copy link to clipboard

Copied

Hello.

Just a quick question, if someone can test this for mpe, please.

Does story.overflows returns true if there is overset text in a table inside the story, or only if the story itself overflows?

TOPICS
Scripting

Views

733

Translate

Translate

Report

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

correct answers 1 Correct answer

Enthusiast , Apr 11, 2013 Apr 11, 2013

Only if the story itself overflows.

app.activeDocument.stories[0].tables.everyItem().cells.everyItem().overflows

Votes

Translate

Translate
Enthusiast ,
Apr 11, 2013 Apr 11, 2013

Copy link to clipboard

Copied

Only if the story itself overflows.

app.activeDocument.stories[0].tables.everyItem().cells.everyItem().overflows

Votes

Translate

Translate

Report

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
Advisor ,
Apr 11, 2013 Apr 11, 2013

Copy link to clipboard

Copied

Thank you!

Votes

Translate

Translate

Report

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
Community Expert ,
Apr 11, 2013 Apr 11, 2013

Copy link to clipboard

Copied

@Vamitul – "story.overflows" does not control cells, columns or rows of a table, that overflows.

You have to check individually for tables.
Unfortunately the Table object has no "overflows" property.

That means you have to check for individual cells, columns or rows.

Uwe

Votes

Translate

Translate

Report

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
Advisor ,
Apr 11, 2013 Apr 11, 2013

Copy link to clipboard

Copied

LATEST

in my case, this is perfect. i don;t care about no stinky tables, i just want to make sure my story doesnt overflows.

Votes

Translate

Translate

Report

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