19 #ifndef __com_sun_star_awt_XPatternField_idl__ 20 #define __com_sun_star_awt_XPatternField_idl__ 26 module
com { module sun { module star { module awt {
36 void setMasks( [in]
string EditMask,
37 [in]
string LiteralMask );
42 void getMasks( [out]
string EditMask,
43 [out]
string LiteralMask );
48 void setString( [in]
string Str );
58 void setStrictFormat( [in]
boolean bStrict );
63 boolean isStrictFormat();
Definition: Ambiguous.idl:22
gives access to the value and formatting of a pattern field.
Definition: XPatternField.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:47