com.aspose.cells.PasteOptions.html Maven / Gradle / Ivy
PasteOptions
com.aspose.cells
Class PasteOptions
java.lang.Object
com.aspose.cells.PasteOptions
public class PasteOptions
- extends java.lang.Object
Constructor Summary |
---|
PasteOptions()
|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getOnlyVisibleCells() | |
void | setOnlyVisibleCells(boolean) | |
True means only copying visible cells. | ||
int | getOperationType() | |
void | setOperationType(int) | |
Gets and sets the operation type when pasting range. The value of the property is PasteOperationType integer constant. | ||
int | getPasteType() | |
void | setPasteType(int) | |
The paste special type. The value of the property is PasteType integer constant. | ||
boolean | getSkipBlanks() | |
void | setSkipBlanks(boolean) | |
Indicates whether skips blank cells. | ||
boolean | getTranspose() | |
void | setTranspose(boolean) | |
True to transpose rows and columns when the range is pasted. The default value is False. |
Constructor Detail |
---|
PasteOptions
public PasteOptions()
Property Getters/Setters Detail |
---|
getPasteType/setPasteType | |
public int getPasteType() / public void setPasteType(int value) |
The paste special type. The value of the property is PasteType integer constant.
getSkipBlanks/setSkipBlanks | |
public boolean getSkipBlanks() / public void setSkipBlanks(boolean value) |
Indicates whether skips blank cells.
getOnlyVisibleCells/setOnlyVisibleCells | |
public boolean getOnlyVisibleCells() / public void setOnlyVisibleCells(boolean value) |
True means only copying visible cells.
getTranspose/setTranspose | |
public boolean getTranspose() / public void setTranspose(boolean value) |
True to transpose rows and columns when the range is pasted. The default value is False.
getOperationType/setOperationType | |
public int getOperationType() / public void setOperationType(int value) |
Gets and sets the operation type when pasting range. The value of the property is PasteOperationType integer constant.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.