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

Need avise - really simple layout

New Here ,
Apr 01, 2010 Apr 01, 2010

Copy link to clipboard

Copied

Hi, I'm new to TLF and I need to create really simple layout. See image below:

img.gif

I need to create this programmatically (web service gets me plain text and image url). I tryed to use InlineGraphicsElement but the text wont wrap around it. Can someone please help?

Thanks Viktor

TOPICS
Text layout framework

Views

2.0K

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
Adobe Employee ,
Apr 01, 2010 Apr 01, 2010

Copy link to clipboard

Copied

LATEST

You could do this layout using linked containers. Create two ContainerControllers. The first one to hold the text that will go to the left of the image, and the second to go below. Use FlowComposer.addController() to add them in to the textflow, and position the containers (Sprites) correctly with respect to the image. The text in the flow will start in the first container, and if there is enough text, flow into the second container.

- robin

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