com.aspose.cells

Class PasteOptions

  • java.lang.Object
    • com.aspose.cells.PasteOptions
public class PasteOptions 
extends java.lang.Object

Represents the paste special options.

Constructor Summary
 
Property Getters/Setters Summary
booleangetOnlyVisibleCells()
void
setOnlyVisibleCells(booleanvalue)
           True means only copying visible cells.
intgetPasteType()
void
setPasteType(intvalue)
           The paste special type. The value of the property is PasteType integer constant.
booleangetSkipBlanks()
void
setSkipBlanks(booleanvalue)
           Indicates whether skips blank cells.
booleangetTranspose()
void
setTranspose(booleanvalue)
           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.

    setPasteType

    public voidsetPasteType(intvalue)
    
    The paste special type. The value of the property is PasteType integer constant.

    setSkipBlanks

    public voidsetSkipBlanks(booleanvalue)
    
    Indicates whether skips blank cells.

    setOnlyVisibleCells

    public voidsetOnlyVisibleCells(booleanvalue)
    
    True means only copying visible cells.

    setTranspose

    public voidsetTranspose(booleanvalue)
    
    True to transpose rows and columns when the range is pasted. The default value is False.