C-14-Q172mediumsingle_mcq
Which is correct about Area Text behaviour?
Which is correct about Area Text behaviour?
- aText overflows past the box edge as a single line
- bInsertion pointer wraps automatically to the next line at the right edge
- cText refuses to wrap until Enter is pressed
- dText rotates with the path
ব্যাখ্যা
Area Text (text typed inside a bounded box) wraps automatically: when the insertion pointer reaches the right edge of the box, it moves the text to the next line without needing a manual return. This automatic wrapping is the defining behaviour that distinguishes Area Text from point text.