Package | Description |
---|---|
org.odftoolkit.odfdom.dom.element |
From the ODF RelaxNG generated Java classes representing the ODF elements
|
org.odftoolkit.odfdom.dom.element.style | |
org.odftoolkit.odfdom.dom.element.text | |
org.odftoolkit.odfdom.incubator.doc.style | |
org.odftoolkit.odfdom.incubator.doc.text | |
org.odftoolkit.odfdom.incubator.search |
Provide classes to operate the content and style of the selected text content.
|
Modifier and Type | Method and Description |
---|---|
OdfStyleBase |
OdfStyleBase.getParentStyle() |
Modifier and Type | Class and Description |
---|---|
class |
StyleDefaultStyleElement
DOM implementation of OpenDocument element style:default-style.
|
class |
StylePageLayoutElement
DOM implementation of OpenDocument element style:page-layout.
|
class |
StyleStyleElement
DOM implementation of OpenDocument element style:style.
|
Modifier and Type | Class and Description |
---|---|
class |
TextListLevelStyleBulletElement
DOM implementation of OpenDocument element text:list-level-style-bullet.
|
class |
TextListLevelStyleElementBase
DOM implementation of OpenDocument base element
|
class |
TextListLevelStyleImageElement
DOM implementation of OpenDocument element text:list-level-style-image.
|
class |
TextListLevelStyleNumberElement
DOM implementation of OpenDocument element text:list-level-style-number.
|
class |
TextListStyleElement
DOM implementation of OpenDocument element text:list-style.
|
class |
TextOutlineLevelStyleElement
DOM implementation of OpenDocument element text:outline-level-style.
|
Modifier and Type | Class and Description |
---|---|
class |
OdfDefaultStyle
Convenient functionalty for the parent ODF OpenDocument element
|
class |
OdfStyle
Convenient functionalty for the parent ODF OpenDocument element
|
class |
OdfStylePageLayout
Convenient functionalty for the parent ODF OpenDocument element
|
Modifier and Type | Method and Description |
---|---|
OdfStyleBase |
OdfDefaultStyle.getParentStyle() |
OdfStyleBase |
OdfStyle.getParentStyle() |
OdfStyleBase |
OdfStylePageLayout.getParentStyle() |
Modifier and Type | Class and Description |
---|---|
class |
OdfTextListLevelStyleBullet
Convenient functionalty for the parent ODF OpenDocument element
|
class |
OdfTextListLevelStyleImage
Convenient functionalty for the parent ODF OpenDocument element
|
class |
OdfTextListLevelStyleNumber
Convenient functionalty for the parent ODF OpenDocument element
|
class |
OdfTextListStyle
Convenient functionalty for the parent ODF OpenDocument element
List styles require a lot of code to create one level at a time.
|
class |
OdfTextOutlineLevelStyle
Convenient functionalty for the parent ODF OpenDocument element
|
Modifier and Type | Method and Description |
---|---|
OdfStyleBase |
OdfTextListLevelStyleImage.getParentStyle() |
OdfStyleBase |
OdfTextOutlineLevelStyle.getParentStyle() |
OdfStyleBase |
OdfTextListLevelStyleNumber.getParentStyle() |
OdfStyleBase |
OdfTextListStyle.getParentStyle() |
OdfStyleBase |
OdfTextListLevelStyleBullet.getParentStyle() |
Modifier and Type | Method and Description |
---|---|
void |
TextSelection.applyStyle(OdfStyleBase style)
Deprecated.
Apply a style to the selection so that the text style of this selection
will append the specified style
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.