1 #ifndef __com_sun_star_text_XFormField_idl__
2 #define __com_sun_star_text_XFormField_idl__
4 #include
<com
/sun
/star
/uno
/XInterface.idl
>
5 #include
<com
/sun
/star
/container
/XNameContainer.idl
>
7 module com
{ module sun
{ module star
{ module text
{
11 interface XFormField
: com
::sun
::star
::uno
::XInterface
13 string getFieldType
();
14 void setFieldType
([in] string fieldType
);
15 com
::sun
::star
::container
::XNameContainer getParameters
();