constants group CharacterIteratorMode in module com::sun::star::i18n::

(Global Index)

Syntax

constants group CharacterIteratorMode;

Description

specify the type of character iteration

Constants Summary

SKIPCHARACTER skip characters

SKIPCELL skip cells

SKIPCONTROLCHARACTER skip control characters

Field Details



SKIPCHARACTER

Syntax

const short  SKIPCHARACTER = 0;

Description

skip characters


SKIPCELL

Syntax

const short  SKIPCELL = 1;

Description

skip cells


SKIPCONTROLCHARACTER

Syntax

const short  SKIPCONTROLCHARACTER = 2;

Description

skip control characters

Top of Page