LibreOffice
LibreOffice 5.0 SDK API Reference
|
provides access to groups of text blocks. More...
import "AutoTextContainer.idl";
Additional Inherited Members | |
![]() | |
interface | com::sun::star::text::XAutoTextContainer |
interface | com::sun::star::container::XIndexAccess |
![]() | |
com::sun::star::text::XAutoTextGroup | insertNewByName ([in] string aGroupName) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::ElementExistException ) |
creates a new AutoText group. More... | |
void | removeByName ([in] string aGroupName) raises ( com::sun::star::container::NoSuchElementException ) |
deletes the specified AutoText group. More... | |
![]() | |
long | getCount () |
any | getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
provides access to groups of text blocks.