Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
 
| Exported Interfaces - Summary | 
| XDataType | 
provides access to common data type functionality
  
 | 
| Properties' Summary | 
[ maybevoid ] long 
Length | 
specifies the length of the string
   | 
[ maybevoid ] long 
MinLength | 
specifies the minimum length of the string
   | 
[ maybevoid ] long 
MaxLength | 
specifies the maximum length of the string
   | 
| Exported Interfaces - Details | 
XDataType
- Description
 
- provides access to common data type functionality
 
 
 
 | 
 
 
 | 
| Properties' Details | 
Length
[ maybevoid ] long Length; 
- Description
 
- specifies the length of the string
 
 
Note that you cannot specifiy Length together
 with MinLength or MaxLength. 
  
 
 | 
 
 
 | 
MinLength
[ maybevoid ] long MinLength; 
- Description
 
- specifies the minimum length of the string
 
 
Note that you cannot specifiy MinLength together
 with Length. 
  
 
 | 
 
 
 | 
MaxLength
[ maybevoid ] long MaxLength; 
- Description
 
- specifies the maximum length of the string
 
 
Note that you cannot specifiy MaxLength together
 with Length. 
  
 
 | 
 
 
 | 
 Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.