Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: xsd ::

unpublished constants group WhiteSpaceTreatment
Usage Restrictions
not published
Description
specifies possibilities how to treat whitespaces in strings
See also
XDataType

Constants
Preserve White spaces should be preserved when processing the string  
Replace White spaces should be replaced with TODO when processing the string  
Collapse Multiple successive white spaces should be collapsed to a single white space when processing the string  
Constants' Details
Preserve
const short Preserve = 0;
Description
White spaces should be preserved when processing the string
Replace
const short Replace = 1;
Description
White spaces should be replaced with TODO when processing the string
Collapse
const short Collapse = 2;
Description
Multiple successive white spaces should be collapsed to a single white space when processing the string
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

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