public final class PasteType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
Copies all data of the range.
|
static int |
ALL_EXCEPT_BORDERS
Copies all data of the range without the range.
|
static int |
COLUMN_WIDTHS
Only copies the widths of the range.
|
static int |
COMMENTS
Only copies comments in the range.
|
static int |
DEFAULT
It works as "All" behavior of MS Excel.
|
static int |
DEFAULT_EXCEPT_BORDERS
It works as "All except borders" behavior of MS Excel.
|
static int |
FORMATS
Only copies formats in the range.
|
static int |
FORMULAS
Only copies formulas in the range.
|
static int |
FORMULAS_AND_NUMBER_FORMATS
Only copies formulas and number formats in the range.
|
static int |
ROW_HEIGHTS
Only copies the heights of the range.
|
static int |
VALIDATION
Only copies validations in the range.
|
static int |
VALUES
Only copies values in the range.
|
static int |
VALUES_AND_FORMATS
Only copies values and formats in the range.
|
static int |
VALUES_AND_NUMBER_FORMATS
Only copies values and number formats in the range.
|
public static final int ALL
public static final int DEFAULT
public static final int ALL_EXCEPT_BORDERS
public static final int DEFAULT_EXCEPT_BORDERS
public static final int COLUMN_WIDTHS
public static final int ROW_HEIGHTS
public static final int COMMENTS
public static final int FORMATS
public static final int FORMULAS
public static final int FORMULAS_AND_NUMBER_FORMATS
public static final int VALIDATION
public static final int VALUES
public static final int VALUES_AND_FORMATS
public static final int VALUES_AND_NUMBER_FORMATS
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.