XlsxLineLayoutOptions Constructor (Boolean, Boolean, Boolean, Boolean)
|
Initializes a new instance of the class.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public XlsxLineLayoutOptions(
bool convertToMultipleSheet,
bool rotatedText,
bool splitCell,
bool wrapText
)
Public Sub New (
convertToMultipleSheet As Boolean,
rotatedText As Boolean,
splitCell As Boolean,
wrapText As Boolean
)
public:
XlsxLineLayoutOptions(
bool convertToMultipleSheet,
bool rotatedText,
bool splitCell,
bool wrapText
)
new :
convertToMultipleSheet : bool *
rotatedText : bool *
splitCell : bool *
wrapText : bool -> XlsxLineLayoutOptions
Parameters
-
convertToMultipleSheet
-
Type:
System
Boolean
the pdf document conver to multiple sheet,the default is true
-
rotatedText
-
Type:
System
Boolean
whether show rotated text,the default is true
-
splitCell
-
Type:
System
Boolean
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
-
Type:
System
Boolean
See Also