public class PasteOption extends Object implements Serializable
SSheet.pasteCell(SheetRegion, CellRegion, PasteOption)
.Modifier and Type | Class and Description |
---|---|
static class |
PasteOption.PasteOperation |
static class |
PasteOption.PasteType |
Constructor and Description |
---|
PasteOption() |
Modifier and Type | Method and Description |
---|---|
PasteOption.PasteOperation |
getPasteOperation() |
PasteOption.PasteType |
getPasteType() |
boolean |
isCut()
Shall cut the source region after paste
|
boolean |
isSkipBlank() |
boolean |
isTranspose() |
void |
setCut(boolean cut)
Set true to enable cutting source region after paste
|
void |
setPasteOperation(PasteOption.PasteOperation pasteOperation) |
void |
setPasteType(PasteOption.PasteType pasteType) |
void |
setSkipBlank(boolean skipBlank) |
void |
setTranspose(boolean transpose) |
public boolean isSkipBlank()
public void setSkipBlank(boolean skipBlank)
public PasteOption.PasteType getPasteType()
public void setPasteType(PasteOption.PasteType pasteType)
public PasteOption.PasteOperation getPasteOperation()
public void setPasteOperation(PasteOption.PasteOperation pasteOperation)
public boolean isCut()
public void setCut(boolean cut)
cut
- public boolean isTranspose()
public void setTranspose(boolean transpose)
Copyright © 2020. All rights reserved.