public class DocSaveOptions extends SaveOptions
Save options for export to Doc format
Modifier and Type | Class and Description |
---|---|
static class |
DocSaveOptions.DocFormat
Allows to specify .doc or .docx file format.
|
static class |
DocSaveOptions.RecognitionMode
Allows to control how a PDF document is converted into a word processing document.
|
SaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfo
Constructor and Description |
---|
DocSaveOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getFormat()
Output format
|
int |
getMode()
Recognition mode.
|
boolean |
getRecognizeBullets()
Switch on the recognition of bullets
|
float |
getRelativeHorizontalProximity()
Relative proximity between textual elements means that distance is normed by the font size.
|
void |
setFormat(int value) |
void |
setMode(int value) |
void |
setRecognizeBullets(boolean value) |
void |
setRelativeHorizontalProximity(float value) |
getCloseResponse, getSaveFormat, getWarningHandler, setCloseResponse, setWarningHandler
public int getMode()
Recognition mode.
public void setMode(int value)
public float getRelativeHorizontalProximity()
Relative proximity between textual elements means that distance is normed by the font size. Bigger fonts may have bigger distances between syllables and still may be looked at as single whole. Specified in hundreds of percent of the font size. E.g. 1 = 100% meaning that two chars of 12pt are placed 12 pt apart are proximal.
public void setRelativeHorizontalProximity(float value)
public boolean getRecognizeBullets()
Switch on the recognition of bullets
public void setRecognizeBullets(boolean value)
public int getFormat()
Output format
public void setFormat(int value)
Copyright © 2019 Aspose. All Rights Reserved.