|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.conversion.converter.options.PdfSaveOptions
public class PdfSaveOptions
Field Summary | |
---|---|
static FileType |
PDF
|
Constructor Summary | |
---|---|
PdfSaveOptions()
|
Method Summary | |
---|---|
Integer |
getPage()
|
FileType |
getSaveFileType()
Get output file type for document conversion if was set before. |
String |
getSaveName()
Get custom name if was set before Default value is null, original document name will be used in this case |
String |
getSavePath()
Get custom save directory path for document conversion if was set before. |
boolean |
isOneFileOutput()
|
boolean |
isSaveToStream()
|
void |
setOneFileOutput(boolean oneFileOutput)
Complete conversion of full document into PDF |
void |
setPage(Integer page)
|
void |
setSaveFileType(FileType saveFileType)
Optional Set output file type for document conversion Note: each SaveOption instance contains static values of supported files |
void |
setSaveName(String saveName)
Optional Set custom name for output converted files |
void |
setSavePath(String savePath)
Optional Set custom save directory path for document conversion if was set before. |
void |
setSaveToStream(boolean saveToStream)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FileType PDF
Constructor Detail |
---|
public PdfSaveOptions()
Method Detail |
---|
public FileType getSaveFileType()
com.groupdocs.conversion.converter.options.etc.SaveOptions
getSaveFileType
in interface com.groupdocs.conversion.converter.options.etc.SaveOptions
public void setSaveFileType(FileType saveFileType)
com.groupdocs.conversion.converter.options.etc.SaveOptions
setSaveFileType
in interface com.groupdocs.conversion.converter.options.etc.SaveOptions
saveFileType
- file typepublic String getSavePath()
com.groupdocs.conversion.converter.options.etc.SaveOptions
getSavePath
in interface com.groupdocs.conversion.converter.options.etc.SaveOptions
public void setSavePath(String savePath)
com.groupdocs.conversion.converter.options.etc.SaveOptions
setSavePath
in interface com.groupdocs.conversion.converter.options.etc.SaveOptions
savePath
- custom pathpublic String getSaveName()
com.groupdocs.conversion.converter.options.etc.SaveOptions
getSaveName
in interface com.groupdocs.conversion.converter.options.etc.SaveOptions
public void setSaveName(String saveName)
com.groupdocs.conversion.converter.options.etc.SaveOptions
setSaveName
in interface com.groupdocs.conversion.converter.options.etc.SaveOptions
saveName
- custom namepublic Integer getPage()
getPage
in interface com.groupdocs.conversion.converter.options.etc.SaveOptions
public void setPage(Integer page)
setPage
in interface com.groupdocs.conversion.converter.options.etc.SaveOptions
public boolean isSaveToStream()
isSaveToStream
in interface com.groupdocs.conversion.converter.options.etc.SaveOptions
public void setSaveToStream(boolean saveToStream)
setSaveToStream
in interface com.groupdocs.conversion.converter.options.etc.SaveOptions
public boolean isOneFileOutput()
public void setOneFileOutput(boolean oneFileOutput)
oneFileOutput
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |