CoWorkOperationType

Inheritance: java.lang.Object

public final class CoWorkOperationType

Represents the action operation type in collabration mode.only available in java version now, will be available in .net/python version in future.

Fields

FieldDescription
ADD_IMAGEAdd image operation (editable)
ADMIN_CONFIGAdmin configuration operation (administrative)
COPY_IMAGECopy image operation (editable)
DELETE_COLUMNDelete column operation (editable)
DELETE_ROWDelete row operation (editable)
DOWNLOADDownload operation
EDITEdit operation (editable)
GET_IMAGEGet image operation (read-only)
GET_OLEGet OLE object operation (read-only)
INSERT_COLUMNInsert column operation (editable)
INSERT_ROWInsert row operation (editable)
LOADLoad operation (read-only)
LOAD_SHEETLoad sheet operation (read-only)
UPDATE_CELLUpdate cell operation (editable)
USER_MANAGEMENTUser management operation (administrative)
VIEWView operation (read-only)

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ADD_IMAGE

public static final int ADD_IMAGE

Add image operation (editable)

ADMIN_CONFIG

public static final int ADMIN_CONFIG

Admin configuration operation (administrative)

COPY_IMAGE

public static final int COPY_IMAGE

Copy image operation (editable)

DELETE_COLUMN

public static final int DELETE_COLUMN

Delete column operation (editable)

DELETE_ROW

public static final int DELETE_ROW

Delete row operation (editable)

DOWNLOAD

public static final int DOWNLOAD

Download operation

EDIT

public static final int EDIT

Edit operation (editable)

GET_IMAGE

public static final int GET_IMAGE

Get image operation (read-only)

GET_OLE

public static final int GET_OLE

Get OLE object operation (read-only)

INSERT_COLUMN

public static final int INSERT_COLUMN

Insert column operation (editable)

INSERT_ROW

public static final int INSERT_ROW

Insert row operation (editable)

LOAD

public static final int LOAD

Load operation (read-only)

LOAD_SHEET

public static final int LOAD_SHEET

Load sheet operation (read-only)

UPDATE_CELL

public static final int UPDATE_CELL

Update cell operation (editable)

USER_MANAGEMENT

public static final int USER_MANAGEMENT

User management operation (administrative)

VIEW

public static final int VIEW

View operation (read-only)

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

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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