public final class WordsSaveOptions extends SaveOptions
Options for to Word converison
| Modifier and Type | Class and Description |
|---|---|
static class |
WordsSaveOptions.WordsFileType
Words file types
|
| Constructor and Description |
|---|
WordsSaveOptions()
Create WordsSaveOptions instance
|
| Modifier and Type | Method and Description |
|---|---|
com.groupdocs.foundation.domain.FileType |
getConvertFileType_WordsSaveOptions_New()
The desired file type to which the input document should be converted to
|
double |
getDpi()
Desired page DPI after conversion.
|
int |
getHeight()
Desired page height after conversion
|
String |
getPassword()
Set this property if you want to protect the converted document with a
password
|
int |
getWidth()
Desired page width after conversion
|
void |
setConvertFileType_WordsSaveOptions_New(com.groupdocs.foundation.domain.FileType value)
The desired file type to which the input document should be converted to
|
void |
setDpi(double value)
Desired page DPI after conversion.
|
void |
setHeight(int value)
Desired page height after conversion
|
void |
setPassword(String value)
Set this property if you want to protect the converted document with a
password
|
void |
setWidth(int value)
Desired page width after conversion
|
deepClone, getConvertFileType, getCustomName, getHideWordTrackedChanges, getNumPagesToConvert, getOutputType, getPageMode, getPageNumber, getSaveOptionsType, getShowGridLines, getShowHiddenSheets, getUsePdf, getWatermarkOptions, memberwiseClone, setConvertFileType, setCustomName, setHideWordTrackedChanges, setNumPagesToConvert, setOutputType, setPageMode, setPageNumber, setShowGridLines, setShowHiddenSheets, setUsePdf, setWatermarkOptionspublic com.groupdocs.foundation.domain.FileType getConvertFileType_WordsSaveOptions_New()
The desired file type to which the input document should be converted to
public void setConvertFileType_WordsSaveOptions_New(com.groupdocs.foundation.domain.FileType value)
The desired file type to which the input document should be converted to
value - public int getWidth()
Desired page width after conversion
public void setWidth(int value)
Desired page width after conversion
value - public int getHeight()
Desired page height after conversion
public void setHeight(int value)
Desired page height after conversion
value - public double getDpi()
Desired page DPI after conversion. The default resolution is: 96dpi
public void setDpi(double value)
Desired page DPI after conversion. The default resolution is: 96dpi
value - public String getPassword()
Set this property if you want to protect the converted document with a password
public void setPassword(String value)
Set this property if you want to protect the converted document with a password
value - Copyright © 2017. All rights reserved.