public class EpubSaveOptions extends UnifiedSaveOptions
Save options for export to EPUB format
Modifier and Type | Class and Description |
---|---|
static class |
EpubSaveOptions.RecognitionMode
When PDF file (that usually has fixed layout) is being converted, the conversion engine tries
to perform grouping and multi-level analysis to restore the original document author's intent
and produce result in flow layout.
|
UnifiedSaveOptions.ConversionProgressEventHandler, UnifiedSaveOptions.ProgressEventHandlerInfo
SaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.MarginInfo, SaveOptions.MarginPartStyle, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfo
Constructor and Description |
---|
EpubSaveOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getContentRecognitionMode()
When PDF file (that usually has fixed layout) is being converted, the conversion engine tries
to perform grouping and multi-level analysis to restore the original document author's intent
and produce result in flow layout.
|
String |
getTitle()
Gets or sets EPUB document title.
|
void |
setContentRecognitionMode(int contentRecognitionMode)
When PDF file (that usually has fixed layout) is being converted, the conversion engine tries
to perform grouping and multi-level analysis to restore the original document author's intent
and produce result in flow layout.
|
void |
setTitle(String value)
Gets or sets EPUB document title.
|
getProgressEventsRetranslator, isExtractOcrSublayerOnly, isTryMergeAdjacentSameBackgroundImages, setExtractOcrSublayerOnly, setProgressEventsRetranslator, setTryMergeAdjacentSameBackgroundImages
getSaveFormat, getWarningHandler, isCloseResponse, setCloseResponse, setWarningHandler
public int getContentRecognitionMode()
When PDF file (that usually has fixed layout) is being converted, the conversion engine tries to perform grouping and multi-level analysis to restore the original document author's intent and produce result in flow layout. This property tunes that conversion for this or that desirable method of recognition of content.
EpubSaveOptions.RecognitionMode
public void setContentRecognitionMode(int contentRecognitionMode)
When PDF file (that usually has fixed layout) is being converted, the conversion engine tries to perform grouping and multi-level analysis to restore the original document author's intent and produce result in flow layout. This property tunes that conversion for this or that desirable method of recognition of content.
contentRecognitionMode
- RecognitionMode elementEpubSaveOptions.RecognitionMode
public final String getTitle()
Gets or sets EPUB document title.
public final void setTitle(String value)
Gets or sets EPUB document title.
value
- String valueCopyright © 2023 Aspose. All Rights Reserved.