Back to Devexpress

BrickStringFormat.Trimming Property

corelibraries-devexpress-dot-xtraprinting-dot-brickstringformat-485b06a1.md

latest1.9 KB
Original Source

BrickStringFormat.Trimming Property

Gets text trimming mode.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public DXStringTrimming Trimming { get; }
vb
Public ReadOnly Property Trimming As DXStringTrimming

Property Value

Type
DXStringTrimming

Available values:

NameDescription
None

No trimming is specified.

| | Character |

The text is trimmed to the nearest character.

| | Word |

The text is trimmed to the nearest word.

| | EllipsisCharacter |

The text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.

| | EllipsisWord |

The text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.

| | EllipsisPath |

The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible.

|

Remarks

The Trimming property specifies how characters in a string that does not completely fit into a layout shape are trimmed. See the StringTrimming topic for a list of available options.

See Also

BrickStringFormat Class

BrickStringFormat Members

DevExpress.XtraPrinting Namespace