com.spire.pdf.conversion
Class XlsxTextLayoutOptions

java.lang.Object
  extended by com.spire.pdf.conversion.XlsxOptions
      extended by com.spire.pdf.conversion.XlsxTextLayoutOptions

public class XlsxTextLayoutOptions
extends XlsxOptions

Pdf to excel,the options use text layout


Constructor Summary
XlsxTextLayoutOptions()
          Initializes a new instance of the class.
XlsxTextLayoutOptions(boolean convertToMultipleSheet, boolean rotatedText)
          Initializes a new instance of the class.
XlsxTextLayoutOptions(boolean convertToMultipleSheet, boolean rotatedText, boolean overlapText)
          Initializes a new instance of the class.
 

Constructor Detail

XlsxTextLayoutOptions

public XlsxTextLayoutOptions()
Initializes a new instance of the class.


XlsxTextLayoutOptions

public XlsxTextLayoutOptions(boolean convertToMultipleSheet,
                             boolean rotatedText)
Initializes a new instance of the class.

Parameters:
convertToMultipleSheet - the pdf document conver to multiple sheet,the default is true
rotatedText - whether show rotated text,the default is true

XlsxTextLayoutOptions

public XlsxTextLayoutOptions(boolean convertToMultipleSheet,
                             boolean rotatedText,
                             boolean overlapText)
Initializes a new instance of the class.

Parameters:
convertToMultipleSheet - the pdf document conver to multiple sheet,the default is true
rotatedText - whether show rotated text,the default is true
overlapText - If you wan to display overlapping text,set the parameter to true