public class PasteOptions
extends java.lang.Object
| Constructor and Description |
|---|
PasteOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIgnoreLinksToOriginalFile()
Ingore links to the original file.
|
boolean |
getKeepOldTables()
Keeps the tables in the destination range.
|
boolean |
getOnlyVisibleCells()
True means only copying visible cells.
|
int |
getOperationType()
Gets the operation type when pasting range.
|
int |
getPasteType()
The paste special type.
|
boolean |
getSkipBlanks()
Indicates whether skips blank cells.
|
boolean |
getTranspose()
True to transpose rows and columns when the range is pasted.
|
void |
setIgnoreLinksToOriginalFile(boolean value)
Ingore links to the original file.
|
void |
setKeepOldTables(boolean value)
Keeps the tables in the destination range.
|
void |
setOnlyVisibleCells(boolean value)
True means only copying visible cells.
|
void |
setOperationType(int value)
Sets the operation type when pasting range.
|
void |
setPasteType(int value)
The paste special type.
|
void |
setSkipBlanks(boolean value)
Indicates whether skips blank cells.
|
void |
setTranspose(boolean value)
True to transpose rows and columns when the range is pasted.
|
public int getPasteType()
See PasteType.
public void setPasteType(int value)
See PasteType.
public boolean getSkipBlanks()
public void setSkipBlanks(boolean value)
public boolean getKeepOldTables()
public void setKeepOldTables(boolean value)
public boolean getOnlyVisibleCells()
public void setOnlyVisibleCells(boolean value)
public boolean getTranspose()
public void setTranspose(boolean value)
public int getOperationType()
See PasteOperationType.
public void setOperationType(int value)
See PasteOperationType.
public boolean getIgnoreLinksToOriginalFile()
public void setIgnoreLinksToOriginalFile(boolean value)
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.