All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.PasteOptions.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





PasteOptions




com.aspose.cells
Class PasteOptions

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

public class PasteOptions 
extends java.lang.Object

Represents the paste special options.


Constructor Summary
PasteOptions()
          
 
Property Getters/Setters Summary
booleangetOnlyVisibleCells()
voidsetOnlyVisibleCells(boolean)
           True means only copying visible cells.
intgetOperationType()
voidsetOperationType(int)
           Gets and sets the operation type when pasting range. The value of the property is PasteOperationType integer constant.
intgetPasteType()
voidsetPasteType(int)
           The paste special type. The value of the property is PasteType integer constant.
booleangetSkipBlanks()
voidsetSkipBlanks(boolean)
           Indicates whether skips blank cells.
booleangetTranspose()
voidsetTranspose(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.

setPasteType

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.

setSkipBlanks

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.

setOnlyVisibleCells

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.

setTranspose

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.

setOperationType

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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy