(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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
[oneway] 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
[oneway] void
setString( [in] string  Str );

Description
sets the string value of the pattern field.
getString
string
getString();

Description
returns the currently set string value of the pattern field.
setStrictFormat
[oneway] 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

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.