public class StylesElement extends Object implements OdsElement
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
STYLES_NAMESPACE_BY_PREFIX |
| Constructor and Description |
|---|
StylesElement(StylesContainerImpl stylesContainer) |
| Modifier and Type | Method and Description |
|---|---|
StylesContainer |
getStyleTagsContainer() |
void |
write(XMLUtil util,
ZipUTF8Writer writer) |
public StylesElement(StylesContainerImpl stylesContainer)
stylesContainer - the container for all stylespublic StylesContainer getStyleTagsContainer()
public void write(XMLUtil util, ZipUTF8Writer writer) throws IOException
write in interface OdsElementutil - an util tool to write XML datawriter - the writer to which write the elementIOException - if the element can't be writtenCopyright © 2016–2021. All rights reserved.