The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

:: 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 Feather

Copyright & License | Privacy | Contact Us | Donate

Apache, the Apache feather logo, and OpenOffice 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.