:: com :: sun :: star :: rendering ::

constants group PanoseContrast

Constants
ANYTHING  
NO_FIT  
NONE  
VERY_LOW  
LOW  
MEDIUM_LOW  
MEDIUM  
MEDIUM_HIGH  
HIGH  
VERY_HIGH  
Constants' Details
ANYTHING
const byte ANYTHING =0;
NO_FIT
const byte NO_FIT =1;
NONE
const byte NONE =2;
VERY_LOW
const byte VERY_LOW =3;
LOW
const byte LOW =4;
MEDIUM_LOW
const byte MEDIUM_LOW =5;
MEDIUM
const byte MEDIUM =6;
MEDIUM_HIGH
const byte MEDIUM_HIGH =7;
HIGH
const byte HIGH =8;
VERY_HIGH
const byte VERY_HIGH =9;
Top of Page