org.odftoolkit.odfdom.dom.element.table
Class TableTableElement

java.lang.Object
  extended by org.apache.xerces.dom.NodeImpl
      extended by org.apache.xerces.dom.ChildNode
          extended by org.apache.xerces.dom.ParentNode
              extended by org.apache.xerces.dom.ElementImpl
                  extended by org.apache.xerces.dom.ElementNSImpl
                      extended by org.odftoolkit.odfdom.OdfElement
                          extended by org.odftoolkit.odfdom.dom.element.OdfStylableElement
                              extended by org.odftoolkit.odfdom.dom.element.table.TableTableElement
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, OdfStylePropertySet, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

public class TableTableElement
extends OdfStylableElement

DOM implementation of OpenDocument element .

See Also:
Serialized Form

Field Summary
static OdfName ELEMENT_NAME
           
 
Fields inherited from class org.odftoolkit.odfdom.dom.element.OdfStylableElement
mFamily, mStyleNameAttrib
 
Fields inherited from class org.odftoolkit.odfdom.OdfElement
mOdfDocument
 
Fields inherited from class org.apache.xerces.dom.ElementNSImpl
localName, namespaceURI
 
Fields inherited from class org.apache.xerces.dom.ElementImpl
attributes, name
 
Fields inherited from class org.apache.xerces.dom.ParentNode
firstChild, fNodeListCache, ownerDocument
 
Fields inherited from class org.apache.xerces.dom.ChildNode
nextSibling, previousSibling
 
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
TableTableElement(OdfFileDom ownerDoc)
          Create the instance of TableTableElement
 
Method Summary
 OdfName getOdfName()
          Get the element name
 java.lang.Boolean getTableIsSubTableAttribute()
          Receives the value of the ODFDOM attribute representation TableIsSubTableAttribute , See
 java.lang.String getTableNameAttribute()
          Receives the value of the ODFDOM attribute representation TableNameAttribute , See
 java.lang.Boolean getTablePrintAttribute()
          Receives the value of the ODFDOM attribute representation TablePrintAttribute , See
 java.lang.String getTablePrintRangesAttribute()
          Receives the value of the ODFDOM attribute representation TablePrintRangesAttribute , See
 java.lang.Boolean getTableProtectedAttribute()
          Receives the value of the ODFDOM attribute representation TableProtectedAttribute , See
 java.lang.String getTableProtectionKeyAttribute()
          Receives the value of the ODFDOM attribute representation TableProtectionKeyAttribute , See
 java.lang.String getTableProtectionKeyDigestAlgorithmAttribute()
          Receives the value of the ODFDOM attribute representation TableProtectionKeyDigestAlgorithmAttribute , See
 java.lang.String getTableStyleNameAttribute()
          Receives the value of the ODFDOM attribute representation TableStyleNameAttribute , See
 java.lang.String getTableTemplateNameAttribute()
          Receives the value of the ODFDOM attribute representation TableTemplateNameAttribute , See
 java.lang.Boolean getTableUseBandingColumnsStylesAttribute()
          Receives the value of the ODFDOM attribute representation TableUseBandingColumnsStylesAttribute , See
 java.lang.Boolean getTableUseBandingRowsStylesAttribute()
          Receives the value of the ODFDOM attribute representation TableUseBandingRowsStylesAttribute , See
 java.lang.Boolean getTableUseFirstColumnStylesAttribute()
          Receives the value of the ODFDOM attribute representation TableUseFirstColumnStylesAttribute , See
 java.lang.Boolean getTableUseFirstRowStylesAttribute()
          Receives the value of the ODFDOM attribute representation TableUseFirstRowStylesAttribute , See
 java.lang.Boolean getTableUseLastColumnStylesAttribute()
          Receives the value of the ODFDOM attribute representation TableUseLastColumnStylesAttribute , See
 java.lang.Boolean getTableUseLastRowStylesAttribute()
          Receives the value of the ODFDOM attribute representation TableUseLastRowStylesAttribute , See
 java.lang.String getXmlIdAttribute()
          Receives the value of the ODFDOM attribute representation XmlIdAttribute , See
 FormFormElement newFormFormElement()
          Create child element .
 OfficeDdeSourceElement newOfficeDdeSourceElement(java.lang.String officeDdeApplicationAttributeValue, java.lang.String officeDdeItemAttributeValue, java.lang.String officeDdeTopicAttributeValue)
          Create child element .
 TableDescElement newTableDescElement()
          Create child element .
 TableNamedExpressionsElement newTableNamedExpressionsElement()
          Create child element .
 TableScenarioElement newTableScenarioElement(boolean tableIsActiveAttributeValue, java.lang.String tableScenarioRangesAttributeValue)
          Create child element .
 TableShapesElement newTableShapesElement()
          Create child element .
 TableTableColumnElement newTableTableColumnElement()
          Create child element .
 TableTableColumnGroupElement newTableTableColumnGroupElement()
          Create child element .
 TableTableColumnsElement newTableTableColumnsElement()
          Create child element .
 TableTableHeaderColumnsElement newTableTableHeaderColumnsElement()
          Create child element .
 TableTableHeaderRowsElement newTableTableHeaderRowsElement()
          Create child element .
 TableTableRowElement newTableTableRowElement()
          Create child element .
 TableTableRowGroupElement newTableTableRowGroupElement()
          Create child element .
 TableTableRowsElement newTableTableRowsElement()
          Create child element .
 TableTableSourceElement newTableTableSourceElement(java.lang.String xlinkHrefAttributeValue, java.lang.String xlinkTypeAttributeValue)
          Create child element .
 TableTitleElement newTableTitleElement()
          Create child element .
 TextSoftPageBreakElement newTextSoftPageBreakElement()
          Create child element .
 XformsModelElement newXformsModelElement()
          Create child element .
 void setTableIsSubTableAttribute(java.lang.Boolean tableIsSubTableValue)
          Sets the value of ODFDOM attribute representation TableIsSubTableAttribute , See
 void setTableNameAttribute(java.lang.String tableNameValue)
          Sets the value of ODFDOM attribute representation TableNameAttribute , See
 void setTablePrintAttribute(java.lang.Boolean tablePrintValue)
          Sets the value of ODFDOM attribute representation TablePrintAttribute , See
 void setTablePrintRangesAttribute(java.lang.String tablePrintRangesValue)
          Sets the value of ODFDOM attribute representation TablePrintRangesAttribute , See
 void setTableProtectedAttribute(java.lang.Boolean tableProtectedValue)
          Sets the value of ODFDOM attribute representation TableProtectedAttribute , See
 void setTableProtectionKeyAttribute(java.lang.String tableProtectionKeyValue)
          Sets the value of ODFDOM attribute representation TableProtectionKeyAttribute , See
 void setTableProtectionKeyDigestAlgorithmAttribute(java.lang.String tableProtectionKeyDigestAlgorithmValue)
          Sets the value of ODFDOM attribute representation TableProtectionKeyDigestAlgorithmAttribute , See
 void setTableStyleNameAttribute(java.lang.String tableStyleNameValue)
          Sets the value of ODFDOM attribute representation TableStyleNameAttribute , See
 void setTableTemplateNameAttribute(java.lang.String tableTemplateNameValue)
          Sets the value of ODFDOM attribute representation TableTemplateNameAttribute , See
 void setTableUseBandingColumnsStylesAttribute(java.lang.Boolean tableUseBandingColumnsStylesValue)
          Sets the value of ODFDOM attribute representation TableUseBandingColumnsStylesAttribute , See
 void setTableUseBandingRowsStylesAttribute(java.lang.Boolean tableUseBandingRowsStylesValue)
          Sets the value of ODFDOM attribute representation TableUseBandingRowsStylesAttribute , See
 void setTableUseFirstColumnStylesAttribute(java.lang.Boolean tableUseFirstColumnStylesValue)
          Sets the value of ODFDOM attribute representation TableUseFirstColumnStylesAttribute , See
 void setTableUseFirstRowStylesAttribute(java.lang.Boolean tableUseFirstRowStylesValue)
          Sets the value of ODFDOM attribute representation TableUseFirstRowStylesAttribute , See
 void setTableUseLastColumnStylesAttribute(java.lang.Boolean tableUseLastColumnStylesValue)
          Sets the value of ODFDOM attribute representation TableUseLastColumnStylesAttribute , See
 void setTableUseLastRowStylesAttribute(java.lang.Boolean tableUseLastRowStylesValue)
          Sets the value of ODFDOM attribute representation TableUseLastRowStylesAttribute , See
 void setXmlIdAttribute(java.lang.String xmlIdValue)
          Sets the value of ODFDOM attribute representation XmlIdAttribute , See
 
Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfStylableElement
getAutomaticStyle, getAutomaticStyles, getDocumentStyle, 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.OdfElement
cloneNode, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toString
 
Methods inherited from class org.apache.xerces.dom.ElementNSImpl
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues
 
Methods inherited from class org.apache.xerces.dom.ElementImpl
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, 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, getTextContent, 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, appendChild, 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
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData
 

Field Detail

ELEMENT_NAME

public static final OdfName ELEMENT_NAME
Constructor Detail

TableTableElement

public TableTableElement(OdfFileDom ownerDoc)
Create the instance of TableTableElement

Parameters:
ownerDoc - The type is OdfFileDom
Method Detail

getOdfName

public OdfName getOdfName()
Get the element name

Specified by:
getOdfName in class OdfElement
Returns:
return OdfName the name of element .

getTableNameAttribute

public java.lang.String getTableNameAttribute()
Receives the value of the ODFDOM attribute representation TableNameAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setTableNameAttribute

public void setTableNameAttribute(java.lang.String tableNameValue)
Sets the value of ODFDOM attribute representation TableNameAttribute , See

Parameters:
tableNameValue - The type is String

getTableStyleNameAttribute

public java.lang.String getTableStyleNameAttribute()
Receives the value of the ODFDOM attribute representation TableStyleNameAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setTableStyleNameAttribute

public void setTableStyleNameAttribute(java.lang.String tableStyleNameValue)
Sets the value of ODFDOM attribute representation TableStyleNameAttribute , See

Parameters:
tableStyleNameValue - The type is String

getTableTemplateNameAttribute

public java.lang.String getTableTemplateNameAttribute()
Receives the value of the ODFDOM attribute representation TableTemplateNameAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setTableTemplateNameAttribute

public void setTableTemplateNameAttribute(java.lang.String tableTemplateNameValue)
Sets the value of ODFDOM attribute representation TableTemplateNameAttribute , See

Parameters:
tableTemplateNameValue - The type is String

getTableUseFirstRowStylesAttribute

public java.lang.Boolean getTableUseFirstRowStylesAttribute()
Receives the value of the ODFDOM attribute representation TableUseFirstRowStylesAttribute , See

Returns:
- the Boolean , the value or null, if the attribute is not set and no default value defined.

setTableUseFirstRowStylesAttribute

public void setTableUseFirstRowStylesAttribute(java.lang.Boolean tableUseFirstRowStylesValue)
Sets the value of ODFDOM attribute representation TableUseFirstRowStylesAttribute , See

Parameters:
tableUseFirstRowStylesValue - The type is Boolean

getTableUseLastRowStylesAttribute

public java.lang.Boolean getTableUseLastRowStylesAttribute()
Receives the value of the ODFDOM attribute representation TableUseLastRowStylesAttribute , See

Returns:
- the Boolean , the value or null, if the attribute is not set and no default value defined.

setTableUseLastRowStylesAttribute

public void setTableUseLastRowStylesAttribute(java.lang.Boolean tableUseLastRowStylesValue)
Sets the value of ODFDOM attribute representation TableUseLastRowStylesAttribute , See

Parameters:
tableUseLastRowStylesValue - The type is Boolean

getTableUseFirstColumnStylesAttribute

public java.lang.Boolean getTableUseFirstColumnStylesAttribute()
Receives the value of the ODFDOM attribute representation TableUseFirstColumnStylesAttribute , See

Returns:
- the Boolean , the value or null, if the attribute is not set and no default value defined.

setTableUseFirstColumnStylesAttribute

public void setTableUseFirstColumnStylesAttribute(java.lang.Boolean tableUseFirstColumnStylesValue)
Sets the value of ODFDOM attribute representation TableUseFirstColumnStylesAttribute , See

Parameters:
tableUseFirstColumnStylesValue - The type is Boolean

getTableUseLastColumnStylesAttribute

public java.lang.Boolean getTableUseLastColumnStylesAttribute()
Receives the value of the ODFDOM attribute representation TableUseLastColumnStylesAttribute , See

Returns:
- the Boolean , the value or null, if the attribute is not set and no default value defined.

setTableUseLastColumnStylesAttribute

public void setTableUseLastColumnStylesAttribute(java.lang.Boolean tableUseLastColumnStylesValue)
Sets the value of ODFDOM attribute representation TableUseLastColumnStylesAttribute , See

Parameters:
tableUseLastColumnStylesValue - The type is Boolean

getTableUseBandingRowsStylesAttribute

public java.lang.Boolean getTableUseBandingRowsStylesAttribute()
Receives the value of the ODFDOM attribute representation TableUseBandingRowsStylesAttribute , See

Returns:
- the Boolean , the value or null, if the attribute is not set and no default value defined.

setTableUseBandingRowsStylesAttribute

public void setTableUseBandingRowsStylesAttribute(java.lang.Boolean tableUseBandingRowsStylesValue)
Sets the value of ODFDOM attribute representation TableUseBandingRowsStylesAttribute , See

Parameters:
tableUseBandingRowsStylesValue - The type is Boolean

getTableUseBandingColumnsStylesAttribute

public java.lang.Boolean getTableUseBandingColumnsStylesAttribute()
Receives the value of the ODFDOM attribute representation TableUseBandingColumnsStylesAttribute , See

Returns:
- the Boolean , the value or null, if the attribute is not set and no default value defined.

setTableUseBandingColumnsStylesAttribute

public void setTableUseBandingColumnsStylesAttribute(java.lang.Boolean tableUseBandingColumnsStylesValue)
Sets the value of ODFDOM attribute representation TableUseBandingColumnsStylesAttribute , See

Parameters:
tableUseBandingColumnsStylesValue - The type is Boolean

getTableProtectedAttribute

public java.lang.Boolean getTableProtectedAttribute()
Receives the value of the ODFDOM attribute representation TableProtectedAttribute , See

Returns:
- the Boolean , the value or null, if the attribute is not set and no default value defined.

setTableProtectedAttribute

public void setTableProtectedAttribute(java.lang.Boolean tableProtectedValue)
Sets the value of ODFDOM attribute representation TableProtectedAttribute , See

Parameters:
tableProtectedValue - The type is Boolean

getTableProtectionKeyAttribute

public java.lang.String getTableProtectionKeyAttribute()
Receives the value of the ODFDOM attribute representation TableProtectionKeyAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setTableProtectionKeyAttribute

public void setTableProtectionKeyAttribute(java.lang.String tableProtectionKeyValue)
Sets the value of ODFDOM attribute representation TableProtectionKeyAttribute , See

Parameters:
tableProtectionKeyValue - The type is String

getTableProtectionKeyDigestAlgorithmAttribute

public java.lang.String getTableProtectionKeyDigestAlgorithmAttribute()
Receives the value of the ODFDOM attribute representation TableProtectionKeyDigestAlgorithmAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setTableProtectionKeyDigestAlgorithmAttribute

public void setTableProtectionKeyDigestAlgorithmAttribute(java.lang.String tableProtectionKeyDigestAlgorithmValue)
Sets the value of ODFDOM attribute representation TableProtectionKeyDigestAlgorithmAttribute , See

Parameters:
tableProtectionKeyDigestAlgorithmValue - The type is String

getTablePrintAttribute

public java.lang.Boolean getTablePrintAttribute()
Receives the value of the ODFDOM attribute representation TablePrintAttribute , See

Returns:
- the Boolean , the value or null, if the attribute is not set and no default value defined.

setTablePrintAttribute

public void setTablePrintAttribute(java.lang.Boolean tablePrintValue)
Sets the value of ODFDOM attribute representation TablePrintAttribute , See

Parameters:
tablePrintValue - The type is Boolean

getTablePrintRangesAttribute

public java.lang.String getTablePrintRangesAttribute()
Receives the value of the ODFDOM attribute representation TablePrintRangesAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setTablePrintRangesAttribute

public void setTablePrintRangesAttribute(java.lang.String tablePrintRangesValue)
Sets the value of ODFDOM attribute representation TablePrintRangesAttribute , See

Parameters:
tablePrintRangesValue - The type is String

getXmlIdAttribute

public java.lang.String getXmlIdAttribute()
Receives the value of the ODFDOM attribute representation XmlIdAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setXmlIdAttribute

public void setXmlIdAttribute(java.lang.String xmlIdValue)
Sets the value of ODFDOM attribute representation XmlIdAttribute , See

Parameters:
xmlIdValue - The type is String

getTableIsSubTableAttribute

public java.lang.Boolean getTableIsSubTableAttribute()
Receives the value of the ODFDOM attribute representation TableIsSubTableAttribute , See

Returns:
- the Boolean , the value or null, if the attribute is not set and no default value defined.

setTableIsSubTableAttribute

public void setTableIsSubTableAttribute(java.lang.Boolean tableIsSubTableValue)
Sets the value of ODFDOM attribute representation TableIsSubTableAttribute , See

Parameters:
tableIsSubTableValue - The type is Boolean

newTableTitleElement

public TableTitleElement newTableTitleElement()
Create child element .

Returns:
return the element DifferentQName

newTableDescElement

public TableDescElement newTableDescElement()
Create child element .

Returns:
return the element DifferentQName

newTableTableSourceElement

public TableTableSourceElement newTableTableSourceElement(java.lang.String xlinkHrefAttributeValue,
                                                          java.lang.String xlinkTypeAttributeValue)
Create child element .

Parameters:
xlinkHrefAttributeValue - the String value of XlinkHrefAttribute, see at specification
xlinkTypeAttributeValue - the String value of XlinkTypeAttribute, see at specification
Returns:
return the element DifferentQName

newOfficeDdeSourceElement

public OfficeDdeSourceElement newOfficeDdeSourceElement(java.lang.String officeDdeApplicationAttributeValue,
                                                        java.lang.String officeDdeItemAttributeValue,
                                                        java.lang.String officeDdeTopicAttributeValue)
Create child element .

Parameters:
officeDdeApplicationAttributeValue - the String value of OfficeDdeApplicationAttribute, see at specification
officeDdeItemAttributeValue - the String value of OfficeDdeItemAttribute, see at specification
officeDdeTopicAttributeValue - the String value of OfficeDdeTopicAttribute, see at specification
Returns:
return the element DifferentQName

newTableScenarioElement

public TableScenarioElement newTableScenarioElement(boolean tableIsActiveAttributeValue,
                                                    java.lang.String tableScenarioRangesAttributeValue)
Create child element .

Parameters:
tableIsActiveAttributeValue - the boolean value of TableIsActiveAttribute, see at specification
tableScenarioRangesAttributeValue - the String value of TableScenarioRangesAttribute, see at specification
Returns:
return the element DifferentQName

newFormFormElement

public FormFormElement newFormFormElement()
Create child element .

Returns:
return the element DifferentQName

newXformsModelElement

public XformsModelElement newXformsModelElement()
Create child element .

Returns:
return the element DifferentQName

newTableShapesElement

public TableShapesElement newTableShapesElement()
Create child element .

Returns:
return the element DifferentQName

newTableTableColumnGroupElement

public TableTableColumnGroupElement newTableTableColumnGroupElement()
Create child element .

Returns:
return the element DifferentQName

newTableTableColumnsElement

public TableTableColumnsElement newTableTableColumnsElement()
Create child element .

Returns:
return the element DifferentQName

newTableTableColumnElement

public TableTableColumnElement newTableTableColumnElement()
Create child element .

Returns:
return the element DifferentQName

newTableTableHeaderColumnsElement

public TableTableHeaderColumnsElement newTableTableHeaderColumnsElement()
Create child element .

Returns:
return the element DifferentQName

newTableTableRowGroupElement

public TableTableRowGroupElement newTableTableRowGroupElement()
Create child element .

Returns:
return the element DifferentQName

newTableTableRowsElement

public TableTableRowsElement newTableTableRowsElement()
Create child element .

Returns:
return the element DifferentQName

newTextSoftPageBreakElement

public TextSoftPageBreakElement newTextSoftPageBreakElement()
Create child element .

Returns:
return the element DifferentQName

newTableTableRowElement

public TableTableRowElement newTableTableRowElement()
Create child element .

Returns:
return the element DifferentQName

newTableTableHeaderRowsElement

public TableTableHeaderRowsElement newTableTableHeaderRowsElement()
Create child element .

Returns:
return the element DifferentQName

newTableNamedExpressionsElement

public TableNamedExpressionsElement newTableNamedExpressionsElement()
Create child element .

Returns:
return the element DifferentQName


Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.