kspread

KSpread::Paste Namespace Reference

This namespace collects enumerations related to pasting operations. More...

Enumerations

enum  Mode {
  Normal, Text, Format, NoBorder,
  Comment, Result, NormalAndTranspose, TextAndTranspose,
  FormatAndTranspose, NoBorderAndTranspose
}
enum  Operation {
  OverWrite, Add, Mul, Sub,
  Div
}

Detailed Description

This namespace collects enumerations related to pasting operations.


Enumeration Type Documentation

The pasted content.

Enumerator:
Normal 

Everything.

Text 

Text only.

Format 

Format only.

NoBorder 

not the borders

Comment 

Comment only.

Result 

Result only, no formula.

NormalAndTranspose 
TextAndTranspose 
FormatAndTranspose 
NoBorderAndTranspose 

Definition at line 105 of file Global.h.

The current cell value treatment.

Enumerator:
OverWrite 

Overwrite.

Add 

Add.

Mul 

Multiply.

Sub 

Subtract.

Div 

Divide.

Definition at line 121 of file Global.h.