com.spire.pdf.conversion
Class XlsxLineLayoutOptions

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

public class XlsxLineLayoutOptions
extends XlsxOptions

Pdf to excel,the options use line layout


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

Constructor Detail

XlsxLineLayoutOptions

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


XlsxLineLayoutOptions

public XlsxLineLayoutOptions(boolean convertToMultipleSheet,
                             boolean rotatedText,
                             boolean splitCell)
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
splitCell - In PDF document table,there are multiple lines of text in the cell.Whether it is split into multiple lines.the default is true

XlsxLineLayoutOptions

public XlsxLineLayoutOptions(boolean convertToMultipleSheet,
                             boolean rotatedText,
                             boolean splitCell,
                             boolean wrapText)
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
splitCell - In PDF document table,there are multiple lines of text in the cell.Whether it is split into multiple lines.the default is true
wrapText - This value is true if you wrap the text of an object in Microsoft Excel

XlsxLineLayoutOptions

public XlsxLineLayoutOptions(boolean convertToMultipleSheet,
                             boolean rotatedText,
                             boolean splitCell,
                             boolean wrapText,
                             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
splitCell - In PDF document table,there are multiple lines of text in the cell.Whether it is split into multiple lines.the default is true
wrapText - This value is true if you wrap the text of an object in Microsoft Excel
overlapText - If you wan to display overlapping text,set the parameter to true