﻿# WrapMode
Defines word wrapping strategies

## Enum
Name | Type | Value | Description
------------ | ------------- | ------------- | -------------
**BY_WORDS** | **string** | 'ByWords' | Word wrapping only wraps complete words. If the complete word cannot be wrapped, attempts to use discretionary hyphenation
**DISCRETIONARY_HYPHENATION** | **string** | 'DiscretionaryHyphenation' | Discretionary hyphenation is performed. Allows breaking words in the middle.
**NO_WRAP** | **string** | 'NoWrap' | No wrapping is performed

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/WrapMode.php)

