org.apache.fop.fo.properties
Interface LinefeedTreatment

All Known Implementing Classes:
LinefeedTreatmentMaker

public interface LinefeedTreatment


Field Summary
static int IGNORE
           
static int INHERIT
           
static int PRESERVE
           
static int TREAT_AS_SPACE
           
static int TREAT_AS_ZERO_WIDTH_SPACE
           
 

Field Detail

IGNORE

public static final int IGNORE
See Also:
Constant Field Values

PRESERVE

public static final int PRESERVE
See Also:
Constant Field Values

TREAT_AS_SPACE

public static final int TREAT_AS_SPACE
See Also:
Constant Field Values

TREAT_AS_ZERO_WIDTH_SPACE

public static final int TREAT_AS_ZERO_WIDTH_SPACE
See Also:
Constant Field Values

INHERIT

public static final int INHERIT
See Also:
Constant Field Values


Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.