Package | Description |
---|---|
org.eclipse.actf.model.dom.odf.content |
This package contains interfaces of ODF text and graphics contents.
|
org.eclipse.actf.model.dom.odf.office |
This package contains interfaces of ODF office namespace.
|
org.eclipse.actf.model.dom.odf.style |
This package contains interfaces of ODF style namespace.
|
org.eclipse.actf.model.dom.odf.text |
This package contains interfaces of ODF text namespace.
|
Modifier and Type | Method and Description |
---|---|
StyleElement |
IStylable.getStyle() |
Modifier and Type | Method and Description |
---|---|
void |
IStylable.setStyle(StyleElement style) |
Modifier and Type | Method and Description |
---|---|
StyleElement |
DocumentContentElement.createStyle(String family) |
StyleElement |
AutomaticStylesElement.getStyleElement(long index) |
StyleElement |
AutomaticStylesElement.getStyleElementByName(String name) |
Modifier and Type | Method and Description |
---|---|
void |
AutomaticStylesElement.addStyleElement(StyleElement element) |
Modifier and Type | Interface and Description |
---|---|
interface |
DefaultStyleElement
Interface for <style:default-style> element.
|
Modifier and Type | Method and Description |
---|---|
StyleElement |
StyleElement.createChild(String family) |
Modifier and Type | Interface and Description |
---|---|
interface |
ListLevelStyleBulletElement
Interface for <text:list-level-style-bullet> element.
|
interface |
ListLevelStyleNumberElement
Interface for <text:list-level-style-number> element.
|
interface |
ListStyleElement
Interface for <text:list-style> element.
|
Modifier and Type | Method and Description |
---|---|
StyleElement |
ListElement.getListLevelStyleElement() |