Package | Description |
---|---|
writer2latex.base | |
writer2latex.xmerge |
Modifier and Type | Method and Description |
---|---|
EmbeddedObject |
ConverterBase.getEmbeddedObject(java.lang.String sHref) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedBinaryObject
This class represents embedded object's in an OpenOffice.org document that
have a binary representation.
|
class |
EmbeddedXMLObject
This class represents those embedded objects in an OpenOffice.org document
that have an XML representation.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedObject |
OfficeDocument.getEmbeddedObject(java.lang.String name)
Returns the embedded object corresponding to the name provided.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<EmbeddedObject> |
OfficeDocument.getEmbeddedObjects()
Returns all the embedded objects (graphics, formulae, etc.) present in
this document.
|
Modifier and Type | Method and Description |
---|---|
void |
OfficeDocument.addEmbeddedObject(EmbeddedObject embObj)
Adds a new embedded object to the document.
|