How do you cause text to flow around an object instead of through it?

What will be an ideal response?


By default, when an object overlaps a text frame, InDesign ignores the
overlapping object and flows the text as though it weren't there. If you want the
text to flow around the object rather than through it, you must apply a text wrap
to the object. The Text Wrap panel offers several controls for specifying how text
flows when the selected object overlaps a text frame.

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. To use a tuple’s values, you can assign them to a comma-separated list of var-iables, which unpacks the tuple. b. Like a list, a tuple is a sequence. c. To avoid name collisions, variables in different functions’ blocks must have different names. d. Each local variable is accessible only in the block that defined it.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) A derived class’s constructor can invoke the base class’s constructor through an unbound method call. 2) The name of the base class can be used to access the base class version of an overridden method from the derived class. 3) Placing a comma-separated list of base classes inside parentheses in a class definition indicates multiple inheritance. 4) Polymorphism enables multiple inheritance. 5) Python does not implement polymorphism.

Computer Science & Information Technology

A(n) worksheet is a grid of columns and rows.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is a Statistical function? _____

A. INT B. RAND C. ROUND D. AVERAGE

Computer Science & Information Technology