public class ConversionKeys extends Object
All the fields in this class are read-only.
Modifier and Type | Field and Description |
---|---|
static String |
CONVERT_HEADERS_AND_FOOTERS
convert-headers-and-footers = "yes" | "no".
|
static String |
CONVERT_PARAGRAPH_BORDERS
convert-paragraph-borders = "yes" | "no".
|
static String |
CONVERT_TABLE_BORDERS
convert-table-borders = "yes" | "no".
|
static String |
SUPPORT_LIST_TABLE
support-list-table = "yes" | "no".
|
static String |
SUPPORT_MULTILEVEL
support-multilevel = "yes" | "no".
|
static String |
SUPPORT_STAR_PN
support-star-pn = "yes" | "no".
|
Modifier and Type | Method and Description |
---|---|
static void |
checkValidKey(String key) |
public static final String CONVERT_HEADERS_AND_FOOTERS
convert-headers-and-footers
specifies whether the converter
should convert RTF headers and footers; the value must be
yes
or no
.
public static final String SUPPORT_STAR_PN
support-star-pn
specifies whether the converter should
convert \*\pn groups; the value must be yes
or
no
.
public static final String CONVERT_PARAGRAPH_BORDERS
convert-paragraph-borders
specifies whether the converter
should convert paragraph borders; the value must be yes
or
no
.
public static final String SUPPORT_MULTILEVEL
support-multilevel
specifies whether the converter should
use the multilevel numbering writer; the value must be yes
or no
.
public static final String SUPPORT_LIST_TABLE
support-list-table
specifies whether the converter should
use the RTF list table section; the value must be yes
or
no
.
public static final String CONVERT_TABLE_BORDERS
convert-table-borders
specifies whether the converter
applies border color markup for individual cells and rows instead on
the table element; the value must be yes
or
no
.
public static void checkValidKey(String key) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2019 Habarisoft. All rights reserved.