public interface ConversionFeatures
Modifier and Type | Field and Description |
---|---|
static String[] |
DEFAULT_HTML_FEATURES
Default features, that get applied to a HTML conversion
|
static String[] |
DEFAULT_PDF_FEATURES
Default features, that get applied to a PDF conversion
|
static String |
PP_APACHEFOP_DISABLE_PAGEBREAK_FIRST_PARAGRAPH
This step removes a pagebreak before the first paragraph of the document.
|
static String |
PP_COMMON_COMBINE_FIELDS
Word may save a field (date, page numbers, references...) in two formats: a simple one
and a complex one.
|
static String |
PP_COMMON_CONTAINERIZATION
Word combines the borders and background colors of two (or more) continuous paragraphs.
|
static String |
PP_COMMON_CREATE_SECTIONS
In PDF the conversion process needs to break up the document into the defined sections to handle
such things as headers and footers.
|
static String |
PP_COMMON_DEEP_COPY
During the conversion the document might be changed.
|
static String |
PP_COMMON_DUMMY_CREATE_SECTIONS
This step defines only one section for the complete document.
|
static String |
PP_COMMON_DUMMY_PAGE_NUMBERING
This step defines some dummy page number information.
|
static String |
PP_COMMON_MOVE_BOOKMARKS
The conversion is only able to handle bookmarks that are in a paragraph.
|
static String |
PP_COMMON_MOVE_PAGEBREAK
Word might put some pagebreaks in a paragraph.
|
static String |
PP_COMMON_PAGE_NUMBERING
The page number formatting might be stored in different places, the section properties and the
field definition.
|
static final String PP_COMMON_DEEP_COPY
static final String PP_COMMON_MOVE_BOOKMARKS
static final String PP_COMMON_MOVE_PAGEBREAK
static final String PP_COMMON_CONTAINERIZATION
static final String PP_COMMON_COMBINE_FIELDS
static final String PP_COMMON_PAGE_NUMBERING
PP_COMMON_DUMMY_PAGE_NUMBERING
will be used.static final String PP_COMMON_DUMMY_PAGE_NUMBERING
PP_COMMON_PAGE_NUMBERING
in HTML doesn't offer any advantage.static final String PP_COMMON_CREATE_SECTIONS
PP_COMMON_DUMMY_CREATE_SECTIONS
will be used.static final String PP_COMMON_DUMMY_CREATE_SECTIONS
PP_COMMON_CREATE_SECTIONS
in HTML doesn't offer any advantage.static final String PP_APACHEFOP_DISABLE_PAGEBREAK_FIRST_PARAGRAPH
static final String[] DEFAULT_PDF_FEATURES
static final String[] DEFAULT_HTML_FEATURES
Copyright © 2007-2013. All Rights Reserved.