specifies an XSD compliant string type
More...
import "String.idl";
|
long | Length |
| specifies the length of the string More...
|
|
long | MinLength |
| specifies the minimum length of the string More...
|
|
long | MaxLength |
| specifies the maximum length of the string More...
|
|
string | Name { set raises(com::sun::star::util::VetoException); } |
| provides access to the name of the type More...
|
|
string | Pattern |
| specifies the pattern which strings conforming to this type comply to More...
|
|
short | WhiteSpaceTreatment { set raises(com::sun::star::lang::IllegalArgumentException); } |
| specifies how strings of this data type are to be processed, with respect to white spaces More...
|
|
boolean | IsBasic |
| specifies whether the type is a basic type More...
|
|
short | TypeClass |
| class of the type More...
|
|
provides access to common data type functionality
specifies the maximum length of the string
Note that you cannot specify MaxLength together with Length.
specifies the minimum length of the string
Note that you cannot specify MinLength together with Length.
The documentation for this service was generated from the following file: