com.aspose.cells
Class PasteType

java.lang.Object
    extended by com.aspose.cells.PasteType

public class PasteType 
extends java.lang.Object

Utility class containing constants. Represents the paste special type.

Field Summary
static final intALL
           Copies all data of the ranage.
static final intDEFAULT
           It works as "All" behavior of MS Excel.
static final intALL_EXCEPT_BORDERS
           Copies all data of the ranage withoutd the range.
static final intDEFAULT_EXCEPT_BORDERS
           It works as "All except borders" behavior of MS Excel.
static final intCOLUMN_WIDTHS
           Only copies the widths of the range.
static final intROW_HEIGHTS
           Only copies the heights of the range.
static final intCOMMENTS
          
static final intFORMATS
          
static final intFORMULAS
          
static final intFORMULAS_AND_NUMBER_FORMATS
          
static final intVALIDATION
          
static final intVALUES
          
static final intVALUES_AND_NUMBER_FORMATS
          
 

Field Detail

ALL

public static final int ALL
Copies all data of the ranage.

DEFAULT

public static final int DEFAULT
It works as "All" behavior of MS Excel.

ALL_EXCEPT_BORDERS

public static final int ALL_EXCEPT_BORDERS
Copies all data of the ranage withoutd the range.

DEFAULT_EXCEPT_BORDERS

public static final int DEFAULT_EXCEPT_BORDERS
It works as "All except borders" behavior of MS Excel.

COLUMN_WIDTHS

public static final int COLUMN_WIDTHS
Only copies the widths of the range.

ROW_HEIGHTS

public static final int ROW_HEIGHTS
Only copies the heights of the range.

COMMENTS

public static final int COMMENTS

FORMATS

public static final int FORMATS

FORMULAS

public static final int FORMULAS

FORMULAS_AND_NUMBER_FORMATS

public static final int FORMULAS_AND_NUMBER_FORMATS

VALIDATION

public static final int VALIDATION

VALUES

public static final int VALUES

VALUES_AND_NUMBER_FORMATS

public static final int VALUES_AND_NUMBER_FORMATS

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.