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

Trouble selecting the "paragraph" that inline graphics occupy

Engaged ,
Jan 10, 2017 Jan 10, 2017

CC on a Mac. Here is a screen shot of a typical page. The photos are all inline objects sitting on a 1 line paragraph that has its own paragraph style.

Screenshot 2017-01-10 05.38.04.png

I've created a second version of that paragraph style with a few changes and would like to be able to apply it to selected photos. However, I am finding it difficult to select the "paragraph" so that I can apply the new style. Here is a close up:

Screenshot 2017-01-10 05.38.54.png

That first, smaller paragraph symbol is what I am trying to select, but I am unable to get to it with with either the type tool or the black arrow.

Any thoughts? I would like to work with the images this way rather than make them custom anchored objects.

1.0K
Translate
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 , Jan 10, 2017 Jan 10, 2017

Try it with the story editor.

Translate
Community Expert ,
Jan 10, 2017 Jan 10, 2017

Try it with the story editor.

Translate
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
Engaged ,
Jan 10, 2017 Jan 10, 2017

Yes, that works.

Translate
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
Engaged ,
Jan 10, 2017 Jan 10, 2017

I am so glad you clued me on this - I'm using it for other previously-annoying tasks as well. One problem is that occasionally I want to get something off the pasteboard that isn't accessible so long as I am in story editor. Is there a keyboard shortcut for toggling in and out of it?

Translate
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 ,
Jan 11, 2017 Jan 11, 2017

Just arrange the layout and story editor side by side.

Translate
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
Engaged ,
Jan 11, 2017 Jan 11, 2017

Got time for one more?

I am placing in-line graphics that are 17 points high, and I want some white space above them. Like this:

Screenshot 2017-01-11 07.22.33.png

Here is the story editor for that segment:

Screenshot 2017-01-11 07.24.58.png

The paragraph style "swatchline" is used only for these graphics. it is 1pt high and set to have 9pts space above it.

That gives me the result I want most of the time, but every once in awhile I get no space above it. Here is an example.

Screenshot 2017-01-11 07.34.35.png

Screenshot 2017-01-11 07.36.59.png

Any thoughts?

Translate
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 ,
Jan 11, 2017 Jan 11, 2017

Style override maybe?

Or maybe use some sort of nested style or Grep style to ensure spacing is applied?

Translate
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
Engaged ,
Jan 11, 2017 Jan 11, 2017

Not sure I follow - are you suggesting those as the source of the problem that I should go look for or as potential solutions to the problem I should try to employ? I assume the former. I don't see and "+" marks in the paragraph styles panel then I place my cursor in the paragraphs before and after the mis-behaving graphic.

I should have mentioned there is an object style applied to each instance of the colored graphic; here are the 3 boxes that might be relevant.

Screenshot 2017-01-11 08.16.13.png

Screenshot 2017-01-11 08.15.59.png

Screenshot 2017-01-11 08.15.48.png

Translate
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
LEGEND ,
Jan 11, 2017 Jan 11, 2017

Leading/space before!

(^/)

Translate
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
Engaged ,
Jan 11, 2017 Jan 11, 2017

I'm sorry I don't understand. I know what leading is but can you explain why it is the problem here ?

Translate
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 ,
Jan 11, 2017 Jan 11, 2017
LATEST

The Force is strong in this one

Don't know why I ignored my brain when it noticed that...

Translate
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 ,
Jan 11, 2017 Jan 11, 2017

I was suggesting that two styles in close proximity at this point were conflicting and that this meant the space wasn't always applied. I'm sure Bob or Obi-Wan might have more insight and knowledge about this but a paragraph style is essentially still a set of commands. Even if there are no + signs... two styles can for some often strange reasons cancel each other out or react weirdly.

Translate
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
Enthusiast ,
Jan 10, 2017 Jan 10, 2017

Don't forget that you don't have to select the whole paragraph to apply a paragraph style. If you just click to the right of the image, you will be in the right place to apply the style.

Obviously, applying character styles is different because you have to select the text to style ...

Regards,

Malcolm

Translate
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
LEGEND ,
Jan 11, 2017 Jan 11, 2017

Hi,

If the para style you want to apply is called "Center", just select your image (in fact, its frame; click on it with the "T" tool + Cmd [Mac]) …

Before:

Capture d’écran 2017-01-11 à 09.40.20.png

Capture d’écran 2017-01-11 à 09.40.38.png

… and just play this:

app.selection[0].parent.appliedParagraphStyle = "Center";

After:

Capture d’écran 2017-01-11 à 09.41.05.png

If you associate a keyboard shortcut to this simple script, do it … quick!

(^/)

Translate
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