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 {
37 [in]
string LiteralMask );
43 [out]
string LiteralMask );
gives access to the value and formatting of a pattern field.
Definition XPatternField.idl:32
void setString([in] string Str)
sets the string value of the pattern field.
void getMasks([out] string EditMask, [out] string LiteralMask)
returns the currently set pattern mask.
void setMasks([in] string EditMask, [in] string LiteralMask)
sets the pattern mask.
boolean isStrictFormat()
returns whether the format is currently checked during user input.
void setStrictFormat([in] boolean bStrict)
determines if the format is checked during user input.
string getString()
returns the currently set string value of the pattern field.
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22