word wrapping

Low
UK/ˈwɜːd ˌræp.ɪŋ/US/ˈwɝːd ˌræp.ɪŋ/

Technical/Formal

My Flashcards

Definition

Meaning

The automatic process in text editing and display systems where a line of text that exceeds the available horizontal space is broken and continued on the next line.

The feature or algorithm that determines where to break lines of text to fit within a defined width, ensuring readability without manual line breaks. Can also refer to the visual result of this process.

Linguistics

Semantic Notes

Primarily a computing/typography term. The 'wrapping' metaphor suggests text flowing and folding onto the next line like an object being wrapped. Often used as a compound noun, but can function attributively (e.g., 'word-wrapping algorithm').

Dialectal Variation

British vs American Usage

Differences

No significant difference in meaning. Spelling of related words may follow regional conventions (e.g., 'programme' vs. 'program'). The term itself is identical.

Connotations

Neutral technical term in both varieties.

Frequency

Equally low-frequency in both, confined to computing, publishing, and design contexts.

Vocabulary

Collocations

strong
enable word wrappingdisable word wrappingautomatic word wrappingsoft word wrap
medium
word wrapping featureword wrapping algorithmword wrapping is on/off
weak
adjust word wrappingcontrol word wrappingcheck the word wrapping

Grammar

Valency Patterns

[Subject: software/feature] + [verb: enables/uses/performs] + word wrappingWord wrapping + [verb: occurs/breaks/happens] + [prepositional phrase: at the margin]

Vocabulary

Synonyms

Strong

automatic line break

Neutral

line wrappingtext wrap

Weak

text flowline break handling

Vocabulary

Antonyms

hard returnmanual line breakno wrap

Phrases

Idioms & Phrases

  • [None directly associated. The term itself is technical.]

Usage

Context Usage

Business

In business reports or email formatting: 'Ensure word wrapping is enabled for the document to display correctly on all screens.'

Academic

In technical writing or thesis formatting: 'The LaTeX typesetting engine handles word wrapping according to sophisticated justification algorithms.'

Everyday

Rare in casual conversation. Might appear when discussing text editors: 'I turned off word wrapping so I could see the long code line.'

Technical

Core usage in software, web design (CSS: 'word-wrap'), and digital typography: 'The CSS property `overflow-wrap` controls word wrapping behavior.'

Examples

By Part of Speech

verb

British English

  • The text editor is programmed to wrap words automatically.
  • Does your programme wrap words at the right margin?

American English

  • The code needs to wrap words more efficiently.
  • The program wraps words by default.

Examples

By CEFR Level

A2
  • The words go to the next line by themselves. This is word wrapping.
B1
  • In my text editor, I can turn word wrapping on or off.
B2
  • Proper word wrapping improves the readability of long paragraphs on a website.
C1
  • The developer implemented a sophisticated word-wrapping algorithm that considers hyphenation points and punctuation.

Learning

Memory Aids

Mnemonic

Imagine words as gifts. When a line is full, the text 'wraps' the remaining words onto the next line, like wrapping a present with a new piece of paper.

Conceptual Metaphor

TEXT IS A FLEXIBLE OBJECT / LAYOUT IS A CONTAINER. Words are objects that can be 'wrapped' onto a new line when they hit the edge of the container (the text box or margin).

Watch out

Common Pitfalls

Translation Traps (for Russian speakers)

  • Avoid direct translation as 'обёртывание слов', which is nonsensical. The standard term is 'перенос слов' or 'автоматический перенос строк'.
  • Do not confuse with 'text wrapping' around images (обтекание текстом). 'Word wrapping' is specifically about line breaks within text.

Common Mistakes

  • Misspelling as 'wordwrapping' or 'word-wrapping' (though hyphenated form is sometimes accepted).
  • Using it as a verb without the '-ing' (incorrect: 'The software will word wrap'; correct: '...will perform word wrapping' or '...will wrap words').

Practice

Quiz

Fill in the gap
To make the code easier to read, you should enable in your editor.
Multiple Choice

What is the primary purpose of word wrapping?

FAQ

Frequently Asked Questions

Yes, 'word wrap' is the common shorter form, especially as a feature name (e.g., 'Toggle Word Wrap'). 'Word wrapping' is often used to describe the process or concept.

Word wrapping creates 'soft returns' automatically. A soft return is the break itself, while word wrapping is the feature that creates them. A 'hard return' is a manual line break entered by the user.

Standard word wrapping breaks lines between words. A related feature called 'hyphenation' can break a word with a hyphen. Another feature, 'character wrap' or 'break word', can break a long string of characters (like a URL) even in the middle.

It depends. In code editors, word wrapping is often disabled by default to maintain the structure of long logical lines. In documentation or comments within code, it is often enabled for readability.