Package com.storedobject.office
Class ODT.Document<O>
java.lang.Object
com.storedobject.office.ODT.Element
com.storedobject.office.ODT.TextElement
com.storedobject.office.ODT.Document<O>
- Type Parameters:
O- The type of object being processed in the case of iterative ODT report generation.
Represents a document.
-
Method Summary
Methods inherited from class com.storedobject.office.ODT.TextElement
getImage, getImage, getImagesCount, getSection, getSection, getSectionCount, getTable, getTable, getTableCountMethods inherited from class com.storedobject.office.ODT.Element
getCell, getDocument, getName, getParent, getParentCell, getParentRow, getParentSection, getParentTable
-
Method Details
-
isStyle
public boolean isStyle()Checks if the document is for styles and not for content.- Returns:
trueif the document's root node is for styles, otherwisefalse.
-
remove
public boolean remove()Does nothing. The document is a top-level element and cannot be removed.- Overrides:
removein classODT.TextElement- Returns:
- Always returns false.
-