Top   Module   Use   Manual   Index 

com :: sun :: star :: i18n ::

constants group CharacterIteratorMode


Description
specify the type of character iteration


Constants

const short SKIPCHARACTER = = 0;
Description
skip characters
const short SKIPCELL = = 1;
Description
skip cells
const short SKIPCONTROLCHARACTER = = 2;
Description
skip control characters
Top of Page