public class WordConvertOptions extends OfficeConvertOptions
OfficeConvertOptions.SubstituteFontRecord
Constructor and Description |
---|
WordConvertOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
createBookmarksForHeadings()
Returns the value of the option to create bookmarks for heading paragraphs.
|
int |
getMaxDPI()
Gets the maximum DPI for images after conversion.
|
void |
setCreateBookmarksForHeadings(boolean b)
Sets the value of the option to create bookmarks for heading paragraphs.
|
void |
setMaxDPI(int maxDpi)
Sets the maximum DPI for images after conversion.
|
getEmbedFonts, getFallbackFontPath, getMaxUndefinedGlyphCountAllowed, getSubstituteFontsMap, setEmbedFonts, setFallbackFontPath, setFontSubstitute, setMaxUndefinedGlyphCountAllowed, setSubstituteFontsMap
public boolean createBookmarksForHeadings()
public void setCreateBookmarksForHeadings(boolean b)
b
- The new value of the option.public int getMaxDPI()
public void setMaxDPI(int maxDpi)
maxDpi
- The integer value of the option. Typical values for this
parameter other than 0 are 150, 200 and 300.