:: com :: sun :: star :: awt ::
|
interface XPatternField |
|
- Description
- gives access to the value and formatting of a pattern field.
|
Methods' Summary |
setMasks |
sets the pattern mask.
|
getMasks |
returns the currently set pattern mask.
|
setString |
sets the string value of the pattern field.
|
getString |
returns the currently set string value of the pattern field.
|
setStrictFormat |
determines if the format is checked during user input.
|
isStrictFormat |
returns whether the format is currently checked during user input.
|
Methods' Details |
setMasks
void |
setMasks( |
[in] string |
EditMask, |
| [in] string |
LiteralMask ); |
- Description
- sets the pattern mask.
|
|
getMasks
void |
getMasks( |
[out] string |
EditMask, |
| [out] string |
LiteralMask ); |
- Description
- returns the currently set pattern mask.
|
|
setString
void |
setString( |
[in] string |
Str ); |
- Description
- sets the string value of the pattern field.
|
|
getString
- Description
- returns the currently set string value of the pattern field.
|
|
setStrictFormat
void |
setStrictFormat( |
[in] boolean |
bStrict ); |
- Description
- determines if the format is checked during user input.
|
|
isStrictFormat
boolean |
isStrictFormat(); |
- Description
- returns whether the format is currently checked during user input.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.