exception InvalidTextContentException in module com::sun::star::text::

(Global Index)

Syntax

exception 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.

Field Summary

TextContent contains the interface of the text content that caused the exception.

Field Details



TextContent

Syntax

com::sun::star::text::XTextContent TextContent;

Description

contains the interface of the text content that caused the exception.

Top of Page