Package | Description |
---|---|
writer2latex.base | |
writer2latex.office |
Modifier and Type | Method and Description |
---|---|
EmbeddedObject |
ConverterBase.getEmbeddedObject(java.lang.String sHref) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedBinaryObject
This class represents an embedded object with a binary representation in an ODF package document
|
class |
EmbeddedXMLObject
This class represents those embedded objects in an ODF document that have an XML representation:
Formulas, charts, spreadsheets, text, drawings and presentations.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedObject |
OfficeDocument.getEmbeddedObject(java.lang.String sName)
Returns the embedded object corresponding to the name provided.
|
EmbeddedObject |
OfficeReader.getEmbeddedObject(java.lang.String sName)
Get an embedded object in this office document
|