1 #ifndef __com_sun_star_text_XFormField_idl__
2 #define __com_sun_star_text_XFormField_idl__
4 #ifndef __com_sun_star_uno_XInterface_idl__
5 #include
<com
/sun
/star
/uno
/XInterface.idl
>
8 module com
{ module sun
{ module star
{ module text
{
12 interface XFormField
: com
::sun
::star
::uno
::XInterface
14 string getFieldType
();
15 void setFieldType
([in] string fieldType
);
17 short getParamCount
();
18 string getParamName
([in] short i
);
19 string getParamValue
([in] short i
);
20 void addParam
([in] string name
, [in] string value
, [in] boolean replaceExisting
);