:: com :: sun :: star :: presentation ::

unpublished constants group TextAnimationType
Usage Restrictions
not published
Description
Defines how a target ::XTextRange is animated inside an ::IterateContainer.
This is stored inside the attribute ::IterateContainer::IterateType.
See also
::com::sun::star::animations::IterateContainer

Constants
BY_PARAGRAPH the text is animated paragraph by paragraph  
BY_WORD the text is animated word by word  
BY_LETTER the text is animated letter by letter.  
Constants' Details
BY_PARAGRAPH
const short BY_PARAGRAPH = 0;
Description
the text is animated paragraph by paragraph
BY_WORD
const short BY_WORD = 1;
Description
the text is animated word by word
BY_LETTER
const short BY_LETTER = 2;
Description
the text is animated letter by letter.
Top of Page