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

Fix Overset Text

Participant ,
Dec 06, 2022 Dec 06, 2022

Copy link to clipboard

Copied

Hi everyone,

can someone tell me how i can do this simple function with C++?

For now I found this in the guide.

Before fix the overset:

Before Fix.png

After fix the overset:

After Fix.png

,but this tell me only how structure change after fixxed the overset, but i don't know how to fix with code.

If anyone could help me I would be very grateful

 

TOPICS
SDK

Views

300

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

Community Expert , Dec 07, 2022 Dec 07, 2022

You can look at ITextUtils, it has method to detect if there is an overset in a frame and also a method to link frames together.

virtual bool16  IsOverset (const IFrameList *fl)=0
virtual ErrorCode  LinkTextFrames (const IMultiColumnTextFrame *textFrameA, const IMultiColumnTextFrame *textFrameB, bool16 prepend)=0

Hopefully this will help you.

-Manan

Votes

Translate

Translate
Community Expert ,
Dec 07, 2022 Dec 07, 2022

Copy link to clipboard

Copied

LATEST

You can look at ITextUtils, it has method to detect if there is an overset in a frame and also a method to link frames together.

virtual bool16  IsOverset (const IFrameList *fl)=0
virtual ErrorCode  LinkTextFrames (const IMultiColumnTextFrame *textFrameA, const IMultiColumnTextFrame *textFrameB, bool16 prepend)=0

Hopefully this will help you.

-Manan

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