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

Can i get content of outline text?

Enthusiast ,
Mar 20, 2017 Mar 20, 2017

Copy link to clipboard

Copied

I have a TextFrame ="abc", i create outline text "abc".

After change from text to abc: Can i get content of outline text?

TOPICS
Scripting

Views

263

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 ,
Mar 20, 2017 Mar 20, 2017

Copy link to clipboard

Copied

No, you can't. It'll be character recognition.

P.

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
Contributor ,
Mar 20, 2017 Mar 20, 2017

Copy link to clipboard

Copied

LATEST

Hi,

false option for `.createOutlines` remain original textframe.

textframe.createOutlines(false)

or

you can add label or name to outlined text.

var textframe_contents  = textframe.parentStory.contents

var outlined_group      = textframe.createOutlines()

outlined_group[0].label = textframe_contents

thank you

mg.

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