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

Justify None Property
Formats Justifies Class

Public Property Get JustifyNone() As String

Property whose Constant value tells functions like JustifyText to leave text lines as is.

Examples:
    JustifyText("This is a test.", 20, JustifyNone) = "This is a test."
    JustifyText("This is a test.", 10, JustifyNone) = "This is a test."
See also:
    JustifyText Function
    JustifyLeft Property
    JustifyRight Property
    JustifyCenter Property
    JustifySpread Property

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