XlsxTextLayoutOptions Constructor (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 XlsxTextLayoutOptions(
bool convertToMultipleSheet,
bool rotatedText,
bool overlapText
)
Public Sub New (
convertToMultipleSheet As Boolean,
rotatedText As Boolean,
overlapText As Boolean
)
public:
XlsxTextLayoutOptions(
bool convertToMultipleSheet,
bool rotatedText,
bool overlapText
)
new :
convertToMultipleSheet : bool *
rotatedText : bool *
overlapText : bool -> XlsxTextLayoutOptions
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
-
overlapText
-
Type:
System
Boolean
If you wan to display overlapping text,set the parameter to true
See Also