Class TableTableCellElementBase
- java.lang.Object
-
- org.apache.xerces.dom.NodeImpl
-
- org.apache.xerces.dom.ChildNode
-
- org.apache.xerces.dom.ParentNode
-
- org.apache.xerces.dom.ElementImpl
-
- org.apache.xerces.dom.ElementNSImpl
-
- org.odftoolkit.odfdom.pkg.OdfElement
-
- org.odftoolkit.odfdom.dom.element.OdfStylableElement
-
- org.odftoolkit.odfdom.dom.element.table.TableTableCellElementBase
-
- All Implemented Interfaces:
Serializable
,Cloneable
,OdfStylePropertySet
,Element
,ElementTraversal
,EventTarget
,Node
,NodeList
,TypeInfo
- Direct Known Subclasses:
TableCoveredTableCellElement
,TableTableCellElement
public abstract class TableTableCellElementBase extends OdfStylableElement
DOM implementation of OpenDocument base element- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odftoolkit.odfdom.dom.element.OdfStylableElement
mFamily, mStyleNameAttrib
-
Fields inherited from class org.apache.xerces.dom.ParentNode
firstChild, fNodeListCache, ownerDocument
-
Fields inherited from class org.apache.xerces.dom.NodeImpl
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE
-
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
Fields inherited from interface org.w3c.dom.TypeInfo
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION
-
-
Constructor Summary
Constructors Constructor Description TableTableCellElementBase(OdfFileDom ownerDoc, OdfName elementName, OdfStyleFamily styleFamily, OdfName styleAttrName)
Create the instance ofTableTableCellElementBase
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getOfficeBooleanValueAttribute()
Receives the value of the ODFDOM attribute representationOfficeBooleanValueAttribute
, See {String
getOfficeCurrencyAttribute()
Receives the value of the ODFDOM attribute representationOfficeCurrencyAttribute
, See {String
getOfficeDateValueAttribute()
Receives the value of the ODFDOM attribute representationOfficeDateValueAttribute
, See {String
getOfficeStringValueAttribute()
Receives the value of the ODFDOM attribute representationOfficeStringValueAttribute
, See {String
getOfficeTimeValueAttribute()
Receives the value of the ODFDOM attribute representationOfficeTimeValueAttribute
, See {Double
getOfficeValueAttribute()
Receives the value of the ODFDOM attribute representationOfficeValueAttribute
, See {String
getOfficeValueTypeAttribute()
Receives the value of the ODFDOM attribute representationOfficeValueTypeAttribute
, See {int
getRepetition()
String
getTableContentValidationNameAttribute()
Receives the value of the ODFDOM attribute representationTableContentValidationNameAttribute
, See {String
getTableFormulaAttribute()
Receives the value of the ODFDOM attribute representationTableFormulaAttribute
, See {Integer
getTableNumberColumnsRepeatedAttribute()
Receives the value of the ODFDOM attribute representationTableNumberColumnsRepeatedAttribute
, See {Boolean
getTableProtectAttribute()
Receives the value of the ODFDOM attribute representationTableProtectAttribute
, See {Boolean
getTableProtectedAttribute()
Receives the value of the ODFDOM attribute representationTableProtectedAttribute
, See {String
getTableStyleNameAttribute()
Receives the value of the ODFDOM attribute representationTableStyleNameAttribute
, See {String
getXhtmlAboutAttribute()
Receives the value of the ODFDOM attribute representationXhtmlAboutAttribute
, See {String
getXhtmlContentAttribute()
Receives the value of the ODFDOM attribute representationXhtmlContentAttribute
, See {String
getXhtmlDatatypeAttribute()
Receives the value of the ODFDOM attribute representationXhtmlDatatypeAttribute
, See {String
getXhtmlPropertyAttribute()
Receives the value of the ODFDOM attribute representationXhtmlPropertyAttribute
, See {String
getXmlIdAttribute()
Receives the value of the ODFDOM attribute representationXmlIdAttribute
, See {boolean
isRepeatable()
void
removeContent()
Removes all the content from the elementvoid
setCalcextValueTypeAttribute(String valueTypeValue)
void
setOfficeBooleanValueAttribute(Boolean officeBooleanValueValue)
Sets the value of ODFDOM attribute representationOfficeBooleanValueAttribute
, See {void
setOfficeCurrencyAttribute(String officeCurrencyValue)
Sets the value of ODFDOM attribute representationOfficeCurrencyAttribute
, See {void
setOfficeDateValueAttribute(String officeDateValueValue)
Sets the value of ODFDOM attribute representationOfficeDateValueAttribute
, See {void
setOfficeStringValueAttribute(String officeStringValueValue)
Sets the value of ODFDOM attribute representationOfficeStringValueAttribute
, See {void
setOfficeTimeValueAttribute(String officeTimeValueValue)
Sets the value of ODFDOM attribute representationOfficeTimeValueAttribute
, See {void
setOfficeValueAttribute(Double officeValueValue)
Sets the value of ODFDOM attribute representationOfficeValueAttribute
, See {void
setOfficeValueTypeAttribute(String officeValueTypeValue)
Sets the value of ODFDOM attribute representationOfficeValueTypeAttribute
, See {void
setRepetition(int repetition)
void
setTableContentValidationNameAttribute(String tableContentValidationNameValue)
Sets the value of ODFDOM attribute representationTableContentValidationNameAttribute
, See {void
setTableFormulaAttribute(String tableFormulaValue)
Sets the value of ODFDOM attribute representationTableFormulaAttribute
, See {void
setTableNumberColumnsRepeatedAttribute(Integer tableNumberColumnsRepeatedValue)
Sets the value of ODFDOM attribute representationTableNumberColumnsRepeatedAttribute
, See {void
setTableProtectAttribute(Boolean tableProtectValue)
Sets the value of ODFDOM attribute representationTableProtectAttribute
, See {void
setTableProtectedAttribute(Boolean tableProtectedValue)
Sets the value of ODFDOM attribute representationTableProtectedAttribute
, See {void
setTableStyleNameAttribute(String tableStyleNameValue)
Sets the value of ODFDOM attribute representationTableStyleNameAttribute
, See {void
setXhtmlAboutAttribute(String xhtmlAboutValue)
Sets the value of ODFDOM attribute representationXhtmlAboutAttribute
, See {void
setXhtmlContentAttribute(String xhtmlContentValue)
Sets the value of ODFDOM attribute representationXhtmlContentAttribute
, See {void
setXhtmlDatatypeAttribute(String xhtmlDatatypeValue)
Sets the value of ODFDOM attribute representationXhtmlDatatypeAttribute
, See {void
setXhtmlPropertyAttribute(String xhtmlPropertyValue)
Sets the value of ODFDOM attribute representationXhtmlPropertyAttribute
, See {void
setXmlIdAttribute(String xmlIdValue)
Sets the value of ODFDOM attribute representationXmlIdAttribute
, See {OdfElement
split(int posStart)
Splitting the element at the given position into two halves-
Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfStylableElement
getAutomaticStyle, getAutomaticStyles, getDocumentStyle, getDocumentStyleName, getOrCreateAutomaticStyles, getOrCreateUnqiueAutomaticStyle, getOrCreateUnqiueAutomaticStyle, getProperties, getProperty, getStrictProperties, getStyleFamily, getStyleName, hasAutomaticStyle, hasDocumentStyle, hasProperty, onInsertNode, onRemoveNode, removeProperty, reuseDocumentStyle, setAttributeNS, setDocumentStyle, setProperties, setProperty, setStyleName
-
Methods inherited from class org.odftoolkit.odfdom.pkg.OdfElement
accept, appendChild, appendUsingWhitespaceHandling, cloneElement, cloneNode, cloneNode, cloneNode, cloneOdfElement, componentSize, copyAttributes, countChildComponents, countDescendantComponents, countPrecedingSiblingElements, delete, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getChildElement, getChildElement, getComponent, getComponentRoot, getFirstChildElement, getLastChildElement, getNextSiblingElement, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getOdfName, getParentAs, getPreviousSiblingElement, getTextContent, hasAncestor, hasOdfAttribute, ignoredComponent, insert, insert, insertBefore, isComponentRoot, isIgnoredElement, isIgnoredElement, markAsComponentRoot, markText, moveChildrenTo, onInsertNode, onRemoveNode, receiveNode, removeChild, removeSingleElement, replaceChild, selfAndDescendantTextIgnoredAsComponent, setComponent, setOdfAttribute, setOdfAttributeValue, toString
-
Methods inherited from class org.apache.xerces.dom.ElementNSImpl
getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, getXMLBaseAttribute, isDerivedFrom, setPrefix, setType
-
Methods inherited from class org.apache.xerces.dom.ElementImpl
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getBaseURI, getChildElementCount, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getLastElementChild, getNextElementSibling, getNodeName, getNodeType, getPreviousElementSibling, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData
-
Methods inherited from class org.apache.xerces.dom.ParentNode
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, hasChildNodes, item, setTextContent, synchronizeChildren
-
Methods inherited from class org.apache.xerces.dom.ChildNode
getNextSibling, getParentNode, getPreviousSibling
-
Methods inherited from class org.apache.xerces.dom.NodeImpl
addEventListener, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.w3c.dom.Node
compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData
-
-
-
-
Constructor Detail
-
TableTableCellElementBase
public TableTableCellElementBase(OdfFileDom ownerDoc, OdfName elementName, OdfStyleFamily styleFamily, OdfName styleAttrName)
Create the instance ofTableTableCellElementBase
- Parameters:
ownerDoc
- The type isOdfFileDom
-
-
Method Detail
-
getOfficeBooleanValueAttribute
public Boolean getOfficeBooleanValueAttribute()
Receives the value of the ODFDOM attribute representationOfficeBooleanValueAttribute
, See {- Returns:
- - the
Boolean
, the value ornull
, if the attribute is not set and no default value defined.
-
setOfficeBooleanValueAttribute
public void setOfficeBooleanValueAttribute(Boolean officeBooleanValueValue)
Sets the value of ODFDOM attribute representationOfficeBooleanValueAttribute
, See {- Parameters:
officeBooleanValueValue
- The type isBoolean
-
getOfficeCurrencyAttribute
public String getOfficeCurrencyAttribute()
Receives the value of the ODFDOM attribute representationOfficeCurrencyAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setOfficeCurrencyAttribute
public void setOfficeCurrencyAttribute(String officeCurrencyValue)
Sets the value of ODFDOM attribute representationOfficeCurrencyAttribute
, See {- Parameters:
officeCurrencyValue
- The type isString
-
getOfficeDateValueAttribute
public String getOfficeDateValueAttribute()
Receives the value of the ODFDOM attribute representationOfficeDateValueAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setOfficeDateValueAttribute
public void setOfficeDateValueAttribute(String officeDateValueValue)
Sets the value of ODFDOM attribute representationOfficeDateValueAttribute
, See {- Parameters:
officeDateValueValue
- The type isString
-
getOfficeStringValueAttribute
public String getOfficeStringValueAttribute()
Receives the value of the ODFDOM attribute representationOfficeStringValueAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setOfficeStringValueAttribute
public void setOfficeStringValueAttribute(String officeStringValueValue)
Sets the value of ODFDOM attribute representationOfficeStringValueAttribute
, See {- Parameters:
officeStringValueValue
- The type isString
-
getOfficeTimeValueAttribute
public String getOfficeTimeValueAttribute()
Receives the value of the ODFDOM attribute representationOfficeTimeValueAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setOfficeTimeValueAttribute
public void setOfficeTimeValueAttribute(String officeTimeValueValue)
Sets the value of ODFDOM attribute representationOfficeTimeValueAttribute
, See {- Parameters:
officeTimeValueValue
- The type isString
-
getOfficeValueAttribute
public Double getOfficeValueAttribute()
Receives the value of the ODFDOM attribute representationOfficeValueAttribute
, See {- Returns:
- - the
Double
, the value ornull
, if the attribute is not set and no default value defined.
-
setOfficeValueAttribute
public void setOfficeValueAttribute(Double officeValueValue)
Sets the value of ODFDOM attribute representationOfficeValueAttribute
, See {- Parameters:
officeValueValue
- The type isDouble
-
getOfficeValueTypeAttribute
public String getOfficeValueTypeAttribute()
Receives the value of the ODFDOM attribute representationOfficeValueTypeAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setOfficeValueTypeAttribute
public void setOfficeValueTypeAttribute(String officeValueTypeValue)
Sets the value of ODFDOM attribute representationOfficeValueTypeAttribute
, See {- Parameters:
officeValueTypeValue
- The type isString
-
setCalcextValueTypeAttribute
public void setCalcextValueTypeAttribute(String valueTypeValue)
- Parameters:
officeValueTypeValue
- The type isString
-
getTableContentValidationNameAttribute
public String getTableContentValidationNameAttribute()
Receives the value of the ODFDOM attribute representationTableContentValidationNameAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setTableContentValidationNameAttribute
public void setTableContentValidationNameAttribute(String tableContentValidationNameValue)
Sets the value of ODFDOM attribute representationTableContentValidationNameAttribute
, See {- Parameters:
tableContentValidationNameValue
- The type isString
-
getTableFormulaAttribute
public String getTableFormulaAttribute()
Receives the value of the ODFDOM attribute representationTableFormulaAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setTableFormulaAttribute
public void setTableFormulaAttribute(String tableFormulaValue)
Sets the value of ODFDOM attribute representationTableFormulaAttribute
, See {- Parameters:
tableFormulaValue
- The type isString
-
getTableNumberColumnsRepeatedAttribute
public Integer getTableNumberColumnsRepeatedAttribute()
Receives the value of the ODFDOM attribute representationTableNumberColumnsRepeatedAttribute
, See {- Returns:
- - the
Integer
, the value ornull
, if the attribute is not set and no default value defined.
-
setTableNumberColumnsRepeatedAttribute
public void setTableNumberColumnsRepeatedAttribute(Integer tableNumberColumnsRepeatedValue)
Sets the value of ODFDOM attribute representationTableNumberColumnsRepeatedAttribute
, See {- Parameters:
tableNumberColumnsRepeatedValue
- The type isInteger
-
getTableProtectAttribute
public Boolean getTableProtectAttribute()
Receives the value of the ODFDOM attribute representationTableProtectAttribute
, See {- Returns:
- - the
Boolean
, the value ornull
, if the attribute is not set and no default value defined.
-
setTableProtectAttribute
public void setTableProtectAttribute(Boolean tableProtectValue)
Sets the value of ODFDOM attribute representationTableProtectAttribute
, See {- Parameters:
tableProtectValue
- The type isBoolean
-
getTableProtectedAttribute
public Boolean getTableProtectedAttribute()
Receives the value of the ODFDOM attribute representationTableProtectedAttribute
, See {- Returns:
- - the
Boolean
, the value ornull
, if the attribute is not set and no default value defined.
-
setTableProtectedAttribute
public void setTableProtectedAttribute(Boolean tableProtectedValue)
Sets the value of ODFDOM attribute representationTableProtectedAttribute
, See {- Parameters:
tableProtectedValue
- The type isBoolean
-
getTableStyleNameAttribute
public String getTableStyleNameAttribute()
Receives the value of the ODFDOM attribute representationTableStyleNameAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setTableStyleNameAttribute
public void setTableStyleNameAttribute(String tableStyleNameValue)
Sets the value of ODFDOM attribute representationTableStyleNameAttribute
, See {- Parameters:
tableStyleNameValue
- The type isString
-
getXhtmlAboutAttribute
public String getXhtmlAboutAttribute()
Receives the value of the ODFDOM attribute representationXhtmlAboutAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setXhtmlAboutAttribute
public void setXhtmlAboutAttribute(String xhtmlAboutValue)
Sets the value of ODFDOM attribute representationXhtmlAboutAttribute
, See {- Parameters:
xhtmlAboutValue
- The type isString
-
getXhtmlContentAttribute
public String getXhtmlContentAttribute()
Receives the value of the ODFDOM attribute representationXhtmlContentAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setXhtmlContentAttribute
public void setXhtmlContentAttribute(String xhtmlContentValue)
Sets the value of ODFDOM attribute representationXhtmlContentAttribute
, See {- Parameters:
xhtmlContentValue
- The type isString
-
getXhtmlDatatypeAttribute
public String getXhtmlDatatypeAttribute()
Receives the value of the ODFDOM attribute representationXhtmlDatatypeAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setXhtmlDatatypeAttribute
public void setXhtmlDatatypeAttribute(String xhtmlDatatypeValue)
Sets the value of ODFDOM attribute representationXhtmlDatatypeAttribute
, See {- Parameters:
xhtmlDatatypeValue
- The type isString
-
getXhtmlPropertyAttribute
public String getXhtmlPropertyAttribute()
Receives the value of the ODFDOM attribute representationXhtmlPropertyAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setXhtmlPropertyAttribute
public void setXhtmlPropertyAttribute(String xhtmlPropertyValue)
Sets the value of ODFDOM attribute representationXhtmlPropertyAttribute
, See {- Parameters:
xhtmlPropertyValue
- The type isString
-
getXmlIdAttribute
public String getXmlIdAttribute()
Receives the value of the ODFDOM attribute representationXmlIdAttribute
, See {- Returns:
- - the
String
, the value ornull
, if the attribute is not set and no default value defined.
-
setXmlIdAttribute
public void setXmlIdAttribute(String xmlIdValue)
Sets the value of ODFDOM attribute representationXmlIdAttribute
, See {- Parameters:
xmlIdValue
- The type isString
-
isRepeatable
public boolean isRepeatable()
- Overrides:
isRepeatable
in classOdfElement
- Returns:
- true if the element does represent multiple instances. (only applicable for some elements as cell or row).
-
setRepetition
public void setRepetition(int repetition)
- Overrides:
setRepetition
in classOdfElement
-
getRepetition
public int getRepetition()
- Overrides:
getRepetition
in classOdfElement
- Returns:
- the repetition the element represents, by default it is 1
-
split
public OdfElement split(int posStart)
Splitting the element at the given position into two halves- Overrides:
split
in classOdfElement
- Parameters:
posStart
- The split position. The start of the second half.- Returns:
- the new created second element (or if posStart was less than 1 the original element)
-
removeContent
public void removeContent()
Removes all the content from the element- Overrides:
removeContent
in classOdfElement
-
-