PasteOptions
Inheritance: java.lang.Object
public class PasteOptions
Represents the paste special options.
Constructors
Constructor | Description |
---|---|
PasteOptions() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getIgnoreLinksToOriginalFile() | Ingore links to the original file. |
getOnlyVisibleCells() | True means only copying visible cells. |
getOperationType() | Gets the operation type when pasting range. |
getPasteType() | The paste special type. |
getSkipBlanks() | Indicates whether skips blank cells. |
getTranspose() | True to transpose rows and columns when the range is pasted. |
hashCode() | |
notify() | |
notifyAll() | |
setIgnoreLinksToOriginalFile(boolean value) | Ingore links to the original file. |
setOnlyVisibleCells(boolean value) | True means only copying visible cells. |
setOperationType(int value) | Sets the operation type when pasting range. |
setPasteType(int value) | The paste special type. |
setSkipBlanks(boolean value) | Indicates whether skips blank cells. |
setTranspose(boolean value) | True to transpose rows and columns when the range is pasted. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
PasteOptions()
public PasteOptions()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getIgnoreLinksToOriginalFile()
public boolean getIgnoreLinksToOriginalFile()
Ingore links to the original file.
Returns: boolean
getOnlyVisibleCells()
public boolean getOnlyVisibleCells()
True means only copying visible cells.
Returns: boolean
getOperationType()
public int getOperationType()
Gets the operation type when pasting range.
See PasteOperationType.
Returns: int
getPasteType()
public int getPasteType()
The paste special type.
See PasteType.
Returns: int
getSkipBlanks()
public boolean getSkipBlanks()
Indicates whether skips blank cells.
Returns: boolean
getTranspose()
public boolean getTranspose()
True to transpose rows and columns when the range is pasted. The default value is False.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setIgnoreLinksToOriginalFile(boolean value)
public void setIgnoreLinksToOriginalFile(boolean value)
Ingore links to the original file.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setOnlyVisibleCells(boolean value)
public void setOnlyVisibleCells(boolean value)
True means only copying visible cells.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setOperationType(int value)
public void setOperationType(int value)
Sets the operation type when pasting range.
See PasteOperationType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setPasteType(int value)
public void setPasteType(int value)
The paste special type.
See PasteType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setSkipBlanks(boolean value)
public void setSkipBlanks(boolean value)
Indicates whether skips blank cells.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setTranspose(boolean value)
public void setTranspose(boolean value)
True to transpose rows and columns when the range is pasted. The default value is False.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |