Creating a document involves more than just typing words. To ensure the final output is readable, professional, and visually structured, one must master the art of Text Editing and Formatting. This topic covers the essentials of managing text in popular word processors like LibreOffice Writer or Microsoft Word.
1. Text Creation, Selection, and Editing
Text creation is the simple process of entering alphanumeric characters into the document workspace. However, formatting requires selecting text first.
Selection Techniques:
- Double-click: Selects a single word.
- Triple-click: Selects an entire paragraph (or a sentence in some software).
- Shift + Arrow Keys: Selects text character by character.
- Ctrl + Shift + Arrow Keys: Selects text word by word.
- Ctrl + A: Selects all content in the document.
2. Cut, Copy, and Paste
These commands are the backbone of text manipulation, utilizing a temporary storage area in the OS called the Clipboard.
| Action | Shortcut | Description |
|---|---|---|
| Copy | Ctrl + C |
Duplicates selected text into the clipboard. |
| Cut | Ctrl + X |
Removes text from the original location and stores it in the clipboard. |
| Paste | Ctrl + V |
Inserts the clipboard contents at the cursor's current location. |
Ctrl + Shift + V, Paste Special allows you to paste the clipboard content without its original formatting (e.g., Unformatted text).
3. Undo & Redo
Word processors track your actions. The Undo command (Ctrl + Z) reverses your last action. The Redo command (Ctrl + Y) reapplies an action that was just undone.
4. Font Formatting
Character formatting changes the appearance of individual characters or words.
- Font Face: The typeface applied (e.g., Arial, Times New Roman, Calibri).
- Font Size: Measured in Points (pt). 1 inch equals 72 points.
- Font Styles: Bold (
Ctrl + B), Italic (Ctrl + I), Underline (Ctrl + U). - Superscript: Text raised slightly above the baseline (e.g., x2). Shortcut:
Ctrl + Shift + +. - Subscript: Text lowered slightly below the baseline (e.g., H2O). Shortcut:
Ctrl + =.
5. Paragraph Alignment
Alignment determines how lines in a paragraph align with the left and right margins.
- Left Align (
Ctrl + L): Text is flush with the left margin. Standard for English text. - Right Align (
Ctrl + R): Text is flush with the right margin. Often used for dates or return addresses. - Center Align (
Ctrl + E): Text is centered between margins. Common for titles and headings. - Justify (
Ctrl + J): Text is spaced to be flush with both left and right margins, giving a clean, block-like look.
6. Paragraph Indentation
Indentation controls the distance of the paragraph from the margins.
- First Line Indent: Only the first line of the paragraph is indented.
- Hanging Indent: All lines except the first line are indented. Common in bibliographies.
- Left/Right Indent: Shifts the entire paragraph away from the left or right margin.
7. Bullets and Numbering
Used to present list-based information clearly. Use Bullets for unordered items (lists where sequence doesn't matter) and Numbering for ordered sequences, steps, or rankings.
8. Change Case
Instead of retyping, use the Change Case feature (often Shift + F3 to toggle) to alter text capitalization:
- Sentence case: First letter of the sentence is capitalized.
- lowercase: all characters become lowercase.
- UPPERCASE: ALL CHARACTERS BECOME UPPERCASE.
- Capitalize Each Word: Title Case Look.
- tOGGLE cASE: rEVERSES THE CURRENT CASE SELECTION.
9. Spelling, Grammar & AutoCorrect
Word processors check spelling as you type, marking errors with red squiggly lines (spelling) or blue/green squiggly lines (grammar). Pressing F7 launches the full Spelling and Grammar check dialog.
10. Find and Replace
A powerful tool for editing large documents.
- Find (
Ctrl + F): Quickly locate specific words or phrases in the document. - Replace (
Ctrl + H): Locate a specific word and replace it with a different word throughout the document automatically.
11. Using User-Defined Styles
Styles are pre-configured formatting settings (like Font, Size, Color, Alignment) grouped under a single name (e.g., Heading 1, Title, Normal). Applying styles ensures consistency throughout long documents and allows for the automatic generation of a Table of Contents.
12. Key Exam Points Summary
| Shortcut | Action performed |
|---|---|
Ctrl + A | Select All |
Ctrl + B, I, U | Bold, Italic, Underline |
Ctrl + C, X, V | Copy, Cut, Paste |
Ctrl + Z, Y | Undo, Redo |
Ctrl + L, R, E, J | Align Left, Right, Center, Justify |
F7 | Spelling and Grammar Check |
Ctrl + F / Ctrl + H | Find / Replace |