:: com :: sun :: star :: text ::

exception InvalidTextContentException
Base Hierarchy
InvalidTextContentException
 ┗ ::com::sun::star::uno::Exception
Description
is thrown whenever a method gets a TextContent as an actual argument when the text content cannot be used for that operation.

Elements' Summary
TextContent contains the interface of the text content that caused the exception.  
Elements' Details
TextContent
XTextContent TextContent;
Description
contains the interface of the text content that caused the exception.
Top of Page