[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TrimmingGranularity

Enum TrimmingGranularity

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

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

[Flags]
public enum TrimmingGranularity

Fields

Character = 1

Trimming occurs at a character cluster boundary.

None = 0

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

Word = 2

Trimming occurs at a word boundary.