| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Field and Description |
|---|---|
static java.util.EnumSet<PasteType> |
PasteType.Default
Specifies to paste all data except RowHeights and ColumnWidths.
|
static java.util.EnumSet<PasteType> |
PasteType.Default
Specifies to paste all data except RowHeights and ColumnWidths.
|
| Modifier and Type | Method and Description |
|---|---|
static PasteType |
PasteType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PasteType |
PasteType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PasteType[] |
PasteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static PasteType[] |
PasteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<PasteType> |
PasteOption.getPasteType()
Gets the type of paste.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRange.copy(IRange destination,
java.util.EnumSet<PasteType> pasteType)
Deprecated.
This method is no longer acceptable to compute time between versions.
Use |
void |
PasteOption.setPasteType(java.util.EnumSet<PasteType> pasteType)
Sets the type of paste.
|