Skip to main content
Known Participant
December 1, 2010
Question

Paragraph Terminator after InlineGraphicElement

  • December 1, 2010
  • 1 reply
  • 1304 views

Is there any way to force the the paragraph terminator to not be on the same line as an InlineGraphicElement? 

Even if the graphic is wider than a page it still puts the terminator on the same line as the graphic.  Most of the time I want it to work like this but I am running into a scenario where I really need ensure there is a textLine after a InlineGraphic and if I was able to have the line terminator on the line after the graphic everything will just work.

Thanks,

Joel Marks

This topic has been closed for replies.

1 reply

Adobe Employee
December 2, 2010

Nope.  You'll need to add a newLine character when you want a new line.

Richard

Known Participant
December 2, 2010

With the new padding feature for inline graphics in 2.0 if I was to put a really big paddingBottom on an inlineGraphic would composition create new container controllers to fit the paddingBottom?

Thanks

Adobe Employee
December 5, 2010

No, sorry. Composition doesn't create new ContainerControllers. If you make really big paddingBottom you'll just have less content that fits in the container. The entire inline has to fit in the container (if it's a scrolling container it will always fit).

- robin