LibreOffice
LibreOffice 24.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. More... | |
void | getMasks ([out] string EditMask, [out] string LiteralMask) |
returns the currently set pattern mask. More... | |
void | setString ([in] string Str) |
sets the string value of the pattern field. More... | |
string | getString () |
returns the currently set string value of the pattern field. More... | |
void | setStrictFormat ([in] boolean bStrict) |
determines if the format is checked during user input. More... | |
boolean | isStrictFormat () |
returns whether the format is currently checked during user input. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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.