| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Defines how a target com::sun::star::text::XTextRange is animated inside an com::sun::star::animations::XIterateContainer. More...
| Variables | |
| const short | BY_PARAGRAPH = 0 | 
| the text is animated paragraph by paragraph | |
| const short | BY_WORD = 1 | 
| the text is animated word by word | |
| const short | BY_LETTER = 2 | 
| the text is animated letter by letter. | |
Defines how a target com::sun::star::text::XTextRange is animated inside an com::sun::star::animations::XIterateContainer.
 This is stored inside the attribute com::sun::star::animations::XIterateContainer::IterateType. 
 
| const short BY_LETTER = 2 | 
the text is animated letter by letter.
| const short BY_PARAGRAPH = 0 | 
the text is animated paragraph by paragraph
| const short BY_WORD = 1 | 
the text is animated word by word