PrintTextOptions.WordWrap Property
Gets or sets text wrapping mode.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| WordWrap | A WordWrap value that specifies text wrapping mode. |
Available values:
| Name | Description |
|---|---|
| Default | Default wrapping mode. The actual wrapping mode is determined by a control. |
| NoWrap | The word wrapping feature is disabled. |
| Wrap | The word wrapping feature is enabled. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to WordWrap |
|---|---|---|
| Cross-Platform Class Library | PrintAppearanceObject |
|
| .NET Reporting Tools | XRAppearanceObject |
|
See Also