| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
gives access to the value and formatting of a pattern field. More...
import "XPatternField.idl";
 
  
| Public Member Functions | |
| void | setMasks ([in] string EditMask, [in] string LiteralMask) | 
| sets the pattern mask. | |
| void | getMasks ([out] string EditMask, [out] string LiteralMask) | 
| returns the currently set pattern mask. | |
| void | setString ([in] string Str) | 
| sets the string value of the pattern field. | |
| string | getString () | 
| returns the currently set string value of the pattern field. | |
| void | setStrictFormat ([in] boolean bStrict) | 
| determines if the format is checked during user input. | |
| boolean | isStrictFormat () | 
| returns whether the format is currently checked during user input. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
gives access to the value and formatting of a pattern field.
| void getMasks | ( | [out] string | EditMask, | 
| [out] string | LiteralMask ) | 
returns the currently set pattern mask.
| string getString | ( | ) | 
returns the currently set string value of the pattern field.
| boolean isStrictFormat | ( | ) | 
returns whether the format is currently checked during user input.
| void setMasks | ( | [in] string | EditMask, | 
| [in] string | LiteralMask ) | 
sets the pattern mask.
| void setStrictFormat | ( | [in] boolean | bStrict | ) | 
determines if the format is checked during user input.
| void setString | ( | [in] string | Str | ) | 
sets the string value of the pattern field.