PasteOptions

Inheritance: java.lang.Object

public class PasteOptions

Represents the paste special options.

Constructors

ConstructorDescription
PasteOptions()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueboolean

setOnlyVisibleCells(boolean value)

public void setOnlyVisibleCells(boolean value)

True means only copying visible cells.

Parameters:

ParameterTypeDescription
valueboolean

setOperationType(int value)

public void setOperationType(int value)

Sets the operation type when pasting range.

See PasteOperationType.

Parameters:

ParameterTypeDescription
valueint

setPasteType(int value)

public void setPasteType(int value)

The paste special type.

See PasteType.

Parameters:

ParameterTypeDescription
valueint

setSkipBlanks(boolean value)

public void setSkipBlanks(boolean value)

Indicates whether skips blank cells.

Parameters:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int