<-- Previous || Up || Next -->

Justify No Truncate Property
Formats Justifies Class

Public Property Get JustifyNoTruncate() As String

Property whose Constant value tells functions like JustifyText to leave oversized lines as is.
Lines are not truncated at the maximum width nor are they blanked.

Example:
    JustifyText("This is a test.", 10, JustifyLeft + JustifyNoTruncate) = "This is a test."
See also:
    JustifyText Function
    JustifyFill Property
    JustifyNoFill Property
    JustifyTruncate Property
    JustifyBlank Property

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.