constants group CharacterCompressionType in module com::sun::star::text::

(Global Index)

Syntax

constants group CharacterCompressionType;

Description

These constants define character compression in asian text.

Constants Summary

NONE the characters are uncompressed.

PUNCTUATION_ONLY only punctuation is compressed.

PUNCTUATION_AND_KANA punctuation and japanese kana are compressed.

Field Details



NONE

Syntax

const short  NONE = 0;

Description

the characters are uncompressed.


PUNCTUATION_ONLY

Syntax

const short  PUNCTUATION_ONLY = 1;

Description

only punctuation is compressed.


PUNCTUATION_AND_KANA

Syntax

const short  PUNCTUATION_AND_KANA = 2;

Description

punctuation and japanese kana are compressed.

Top of Page