public final class WordsSaveOptions extends SaveOptions
Options for to Word conversion
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
|
com.groupdocs.conversion.converter.option.RtfOptions |
getRtfOptions()
RTF specific convert options
|
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 |
setRtfOptions(com.groupdocs.conversion.converter.option.RtfOptions value)
RTF specific convert options
|
void |
setWidth(int value)
Desired page width after conversion
|
deepClone, getCadOptions, getConvertFileType, getConvertFileTypeExtension, getConvertPages, getCustomName, getHideComments, getHidePdfAnnotations, getHideWordComments, getHideWordTrackedChanges, getNumPagesToConvert, getOutputType, getPageMode, getPageNumber, getSaveOptionsType, getShowGridLines, getShowHiddenSheets, getUsePdf, getWatermarkOptions, memberwiseClone, setCadOptions, setConvertFileType, setConvertPages, setCustomName, setHideComments, setHidePdfAnnotations, setHideWordComments, setHideWordTrackedChanges, setNumPagesToConvert, setOutputType, setPageMode, setPageNumber, setShowGridLines, setShowHiddenSheets, setUsePdf, setWatermarkOptions
public 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
- public com.groupdocs.conversion.converter.option.RtfOptions getRtfOptions()
RTF specific convert options
public void setRtfOptions(com.groupdocs.conversion.converter.option.RtfOptions value)
RTF specific convert options
value
- Copyright © 2017. All rights reserved.