EpubSaveOptions

Inheritance: java.lang.Object, com.aspose.pdf.SaveOptions, com.aspose.pdf.UnifiedSaveOptions

public class EpubSaveOptions extends UnifiedSaveOptions

Save options for export to EPUB format

Constructors

ConstructorDescription
EpubSaveOptions()Constructor

Methods

MethodDescription
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.
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.
getTitle()Gets or sets EPUB document title.
setTitle(String value)Gets or sets EPUB document title.

EpubSaveOptions()

public EpubSaveOptions()

Constructor

getContentRecognitionMode()

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.

Returns: int - RecognitionMode element

setContentRecognitionMode(int contentRecognitionMode)

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.

Parameters:

ParameterTypeDescription
contentRecognitionModeintRecognitionMode element

getTitle()

public final String getTitle()

Gets or sets EPUB document title.

Returns: java.lang.String - String value

setTitle(String value)

public final void setTitle(String value)

Gets or sets EPUB document title.

Parameters:

ParameterTypeDescription
valuejava.lang.StringString value