struct Boundary in module com::sun::star::i18n::

(Global Index)

Syntax

struct Boundary;

Description

specify the start-/end-position of a word

Field Summary

startPos start position of a word (do not forget - inclusive)

endPos end position of a word (do not forget - exclusive)

Field Details



startPos

Syntax

long startPos;

Description

start position of a word (do not forget - inclusive)


endPos

Syntax

long endPos;

Description

end position of a word (do not forget - exclusive)

Top of Page