Language
The Free and Open Productivity Suite
:: 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
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.