java.lang.Object
com.aspose.cells.HtmlFormatHandlingType
public class HtmlFormatHandlingType
- extends java.lang.Object
Utility class containing constants.
Specifies how to handle formatting from the HTML source
Field Summary |
static final int | ALL | |
Transfer all HTML formatting into the worksheet along with data.
|
static final int | NONE | |
Bring data in as unformatted text (setting data types still occurs).
|
static final int | RTF | |
Translate HTML formatting to rich text formatting on the data brought into the worksheet.
|
ALL | |
public static final int ALL |
-
Transfer all HTML formatting into the worksheet along with data.
NONE | |
public static final int NONE |
-
Bring data in as unformatted text (setting data types still occurs).
RTF | |
public static final int RTF |
-
Translate HTML formatting to rich text formatting on the data brought into the worksheet.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.