The manner in which text reflows around an object when it is moved or resized is called ________
A) Live Layout B) text wrapping C) alignment guides D) formatting marks
A
Computer Science & Information Technology
You might also like to view...
The table(s) from which a query selects its data is referred to as the ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
What is the error in the following code? Why is this wrong?
``` int f(int x) { int x; // code for function body } ```
Computer Science & Information Technology