Question

I parse content.xml and faced <text:s text:c="3"/> within office:spreadsheet -> table:table -> table:table-row -> table:table-cell -> text:p. What do "text:s" and it's attibute "text:c" mean?

Was it helpful?

Solution

"text:s" means "spaces" and "text:c" means "count", so tag <text:s text:c="3"/> means "3 spaces" e.i. " ".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top