[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TrimmingGranularity

TrimmingGranularity Enum

Specifies the text granularity used to trim text overflowing the layout box.

Namespace: GrapeCity.Documents.Text
Assembly: DS.Documents.Imaging.dll
Syntax
[Flags]
public enum TrimmingGranularity
<Flags>
Public Enum TrimmingGranularity

Fields

Name Description
Character

Trimming occurs at a character cluster boundary.

None

No trimming occurs. Text flows beyond the layout width or height.

Word

Trimming occurs at a word boundary.