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

Justify Fill Property
Formats Justifies Class

Public Property Get JustifyFill() As String

Property whose Constant value tells functions like JustifyText to fill undersized lines so that they each have the same length.

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

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