|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.conversion.XlsxOptions
com.spire.pdf.conversion.XlsxLineLayoutOptions
public class XlsxLineLayoutOptions
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 |
|---|
public XlsxLineLayoutOptions()
public XlsxLineLayoutOptions(boolean convertToMultipleSheet,
boolean rotatedText,
boolean splitCell)
convertToMultipleSheet - the pdf document conver to multiple sheet,the default is truerotatedText - whether show rotated text,the default is truesplitCell - In PDF document table,there are multiple lines of text in the cell.Whether it is split into multiple lines.the default is true
public XlsxLineLayoutOptions(boolean convertToMultipleSheet,
boolean rotatedText,
boolean splitCell,
boolean wrapText)
convertToMultipleSheet - the pdf document conver to multiple sheet,the default is truerotatedText - whether show rotated text,the default is truesplitCell - In PDF document table,there are multiple lines of text in the cell.Whether it is split into multiple lines.the default is truewrapText - This value is true if you wrap the text of an object in Microsoft Excel
public XlsxLineLayoutOptions(boolean convertToMultipleSheet,
boolean rotatedText,
boolean splitCell,
boolean wrapText,
boolean overlapText)
convertToMultipleSheet - the pdf document conver to multiple sheet,the default is truerotatedText - whether show rotated text,the default is truesplitCell - In PDF document table,there are multiple lines of text in the cell.Whether it is split into multiple lines.the default is truewrapText - This value is true if you wrap the text of an object in Microsoft ExceloverlapText - If you wan to display overlapping text,set the parameter to true
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||