public class RTF2FOCompatibilityMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RTF2FOCompatibilityMode |
AXF_3
Compatibility mode for Antenna House XSL-Formatter (Version 3.*).
|
java.lang.String |
blockFontStrategy |
java.lang.String |
blockPositionRefPointBPD |
java.lang.String |
cellMarginStrategy |
java.lang.String |
footerStrategy |
static RTF2FOCompatibilityMode |
FOP_0_20_5
Compatibility mode for FOP Version 0.20.5.
|
static RTF2FOCompatibilityMode |
FOP_1
Compatibility mode for FOP Versions 0.93, 0.94 - 1.0.
|
static RTF2FOCompatibilityMode |
FOP_1_1
Compatibility mode for FOP Version 1.1.
|
static RTF2FOCompatibilityMode |
IBEX_3
Compatibility mode for IBEX (Version 3.*).
|
boolean |
inheritBlockMargins |
java.lang.String |
leadingSpaceStrategy |
java.lang.String |
optionalHyphenStrategy |
java.lang.String |
rightTableMarginStrategy |
boolean |
supportBlockMargins |
boolean |
supportBorderCollapse |
boolean |
supportBorderSeparation |
boolean |
supportFontStretching |
boolean |
supportNegativeTableMargin |
boolean |
supportPageBorder |
boolean |
supportRelativePos |
boolean |
supportZIndex |
java.lang.String |
tableAlignStrategy |
double |
tableLeftMarginBorderAdjust |
boolean |
tableRowHeightInclBorder |
static RTF2FOCompatibilityMode |
W3C
Compatibility mode for (default) W3C XSL-FO standard.
|
static RTF2FOCompatibilityMode |
XEP_4
Deprecated.
Use RTF2FOCompatibilityMode XEP_4_4.
|
static RTF2FOCompatibilityMode |
XEP_4_0
Compatibility mode for XEP (Version 4.0).
|
static RTF2FOCompatibilityMode |
XEP_4_4
Compatibility mode for XEP (Version 4.4).
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDisplayName()
Gets the (long) name of this mode, e.g. for display purpose.
|
java.lang.String |
getName()
Gets the (short) name of this mode.
|
int |
hashCode() |
static boolean |
isModeAvailable(java.lang.String name)
Checks if a mode with a given (short) name is available.
|
static RTF2FOCompatibilityMode[] |
listAll()
Lists all available compatibility modes.
|
static RTF2FOCompatibilityMode |
modeForName(java.lang.String name)
Looks up mode with a given (short) name.
|
java.lang.String |
toString() |
public static final RTF2FOCompatibilityMode W3C
public static final RTF2FOCompatibilityMode FOP_0_20_5
public static final RTF2FOCompatibilityMode FOP_1
public static final RTF2FOCompatibilityMode FOP_1_1
public static final RTF2FOCompatibilityMode IBEX_3
public static final RTF2FOCompatibilityMode AXF_3
public static final RTF2FOCompatibilityMode XEP_4
public static final RTF2FOCompatibilityMode XEP_4_0
public static final RTF2FOCompatibilityMode XEP_4_4
public java.lang.String leadingSpaceStrategy
public java.lang.String footerStrategy
public java.lang.String tableAlignStrategy
public java.lang.String rightTableMarginStrategy
public java.lang.String optionalHyphenStrategy
public java.lang.String blockFontStrategy
public java.lang.String blockPositionRefPointBPD
public java.lang.String cellMarginStrategy
public boolean supportBlockMargins
public boolean supportNegativeTableMargin
public boolean supportBorderSeparation
public boolean supportZIndex
public boolean inheritBlockMargins
public boolean supportPageBorder
public boolean supportRelativePos
public boolean supportBorderCollapse
public boolean supportFontStretching
public boolean tableRowHeightInclBorder
public double tableLeftMarginBorderAdjust
public java.lang.String getName()
public java.lang.String getDisplayName()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static RTF2FOCompatibilityMode[] listAll()
public static RTF2FOCompatibilityMode modeForName(java.lang.String name)
name
- Name of mode.java.lang.RuntimeException
- is thrown if mode not available.isModeAvailable(String)
public static boolean isModeAvailable(java.lang.String name)
name
- Name of mode© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.