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

Justify Truncate Property
Formats Justifies Class

Public Property Get JustifyTruncate() As String

Property whose Constant value tells functions like JustifyText to truncate oversized lines so that they are no wider than the maximum width.

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

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