LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
XPatternField Interface Referencepublished

gives access to the value and formatting of a pattern field. More...

import <XPatternField.idl;

Inheritance diagram for XPatternField:
XInterface UnoControlPatternField PatternField

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.
 

Detailed Description

gives access to the value and formatting of a pattern field.

Member Function Documentation

◆ getMasks()

void getMasks ( [out] string EditMask,
[out] string LiteralMask )

returns the currently set pattern mask.

◆ getString()

string getString ( )

returns the currently set string value of the pattern field.

◆ isStrictFormat()

boolean isStrictFormat ( )

returns whether the format is currently checked during user input.

◆ setMasks()

void setMasks ( [in] string EditMask,
[in] string LiteralMask )

sets the pattern mask.

◆ setStrictFormat()

void setStrictFormat ( [in] boolean bStrict)

determines if the format is checked during user input.

◆ setString()

void setString ( [in] string Str)

sets the string value of the pattern field.


The documentation for this interface was generated from the following file: