what is use of slide aorter view?
Hello,
Slide Sorter view gives you a view of your slides in thumbnail form. This view makes it easy for you to style and arrange the sequence of your slides as you create your presentation, and then also as you prepare your presentation for printing. The slides appear in the task pane as little graphics that are arranged in rows and columns.
Thank you.
Can I write underscore before class name?
Hi Albert.
Well, yes you can indeed name a Class such that it starts with an underscore. Putting an underscore in the starting of the class name is not a problem. I wrote a code in DevC++ with a class name '_hi' and it worked. I am guessing it isn't compiler specific and will work anywhere.
list the various option available for wrapping text
Following are the various options available for wrapping text:-
- Square:-. In this option, text wraps around the image in shape of square.
- Behind text:- In this option, text covers the object as the image is behind the text.
- Tight/through:- In this option, text wraps around image, regardless of shape of image.
- In front of text:- In this option, text behind the image is not visible. Image is in front of text.
- Top and bottom:- In this option, text stops when it hits the top of the image and continues at the bottom of the image; no text is to the left or right of the image.