Package com.yworks.xml.graphml
Interface TableType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TableTypeImpl
public interface TableType
extends org.apache.xmlbeans.XmlObject
An XML Table.type(@http://www.yworks.com/xml/graphml).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML Columns(@http://www.yworks.com/xml/graphml).static final classA factory class with static methods for creating instances of this type.static interfaceAn XML Rows(@http://www.yworks.com/xml/graphml). -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "Columns" elementAppends and returns a new empty "DefaultColumnInsets" elementAppends and returns a new empty "DefaultRowInsets" elementAppends and returns a new empty "Insets" elementAppends and returns a new empty "Rows" elementbooleanGets the "autoResizeTable" attributeGets the "Columns" elementGets the "DefaultColumnInsets" elementdoubleGets the "defaultColumnWidth" attributedoubleGets the "defaultMinimumColumnWidth" attributedoubleGets the "defaultMinimumRowHeight" attributedoubleGets the "defaultRowHeight" attributeGets the "DefaultRowInsets" elementGets the "Insets" elementgetRows()Gets the "Rows" elementbooleanTrue if has "autoResizeTable" attributebooleanTrue if has "defaultColumnWidth" attributebooleanTrue if has "defaultMinimumColumnWidth" attributebooleanTrue if has "defaultMinimumRowHeight" attributebooleanTrue if has "defaultRowHeight" attributevoidsetAutoResizeTable(boolean autoResizeTable) Sets the "autoResizeTable" attributevoidsetColumns(TableType.Columns columns) Sets the "Columns" elementvoidsetDefaultColumnInsets(FloatInsetsType defaultColumnInsets) Sets the "DefaultColumnInsets" elementvoidsetDefaultColumnWidth(double defaultColumnWidth) Sets the "defaultColumnWidth" attributevoidsetDefaultMinimumColumnWidth(double defaultMinimumColumnWidth) Sets the "defaultMinimumColumnWidth" attributevoidsetDefaultMinimumRowHeight(double defaultMinimumRowHeight) Sets the "defaultMinimumRowHeight" attributevoidsetDefaultRowHeight(double defaultRowHeight) Sets the "defaultRowHeight" attributevoidsetDefaultRowInsets(FloatInsetsType defaultRowInsets) Sets the "DefaultRowInsets" elementvoidsetInsets(FloatInsetsType insets) Sets the "Insets" elementvoidsetRows(TableType.Rows rows) Sets the "Rows" elementvoidUnsets the "autoResizeTable" attributevoidUnsets the "defaultColumnWidth" attributevoidUnsets the "defaultMinimumColumnWidth" attributevoidUnsets the "defaultMinimumRowHeight" attributevoidUnsets the "defaultRowHeight" attributeorg.apache.xmlbeans.XmlBooleanGets (as xml) the "autoResizeTable" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "defaultColumnWidth" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "defaultMinimumColumnWidth" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "defaultMinimumRowHeight" attributeorg.apache.xmlbeans.XmlDoubleGets (as xml) the "defaultRowHeight" attributevoidxsetAutoResizeTable(org.apache.xmlbeans.XmlBoolean autoResizeTable) Sets (as xml) the "autoResizeTable" attributevoidxsetDefaultColumnWidth(org.apache.xmlbeans.XmlDouble defaultColumnWidth) Sets (as xml) the "defaultColumnWidth" attributevoidxsetDefaultMinimumColumnWidth(org.apache.xmlbeans.XmlDouble defaultMinimumColumnWidth) Sets (as xml) the "defaultMinimumColumnWidth" attributevoidxsetDefaultMinimumRowHeight(org.apache.xmlbeans.XmlDouble defaultMinimumRowHeight) Sets (as xml) the "defaultMinimumRowHeight" attributevoidxsetDefaultRowHeight(org.apache.xmlbeans.XmlDouble defaultRowHeight) Sets (as xml) the "defaultRowHeight" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getDefaultColumnInsets
FloatInsetsType getDefaultColumnInsets()Gets the "DefaultColumnInsets" element -
setDefaultColumnInsets
Sets the "DefaultColumnInsets" element -
addNewDefaultColumnInsets
FloatInsetsType addNewDefaultColumnInsets()Appends and returns a new empty "DefaultColumnInsets" element -
getDefaultRowInsets
FloatInsetsType getDefaultRowInsets()Gets the "DefaultRowInsets" element -
setDefaultRowInsets
Sets the "DefaultRowInsets" element -
addNewDefaultRowInsets
FloatInsetsType addNewDefaultRowInsets()Appends and returns a new empty "DefaultRowInsets" element -
getInsets
FloatInsetsType getInsets()Gets the "Insets" element -
setInsets
Sets the "Insets" element -
addNewInsets
FloatInsetsType addNewInsets()Appends and returns a new empty "Insets" element -
getColumns
TableType.Columns getColumns()Gets the "Columns" element -
setColumns
Sets the "Columns" element -
addNewColumns
TableType.Columns addNewColumns()Appends and returns a new empty "Columns" element -
getRows
TableType.Rows getRows()Gets the "Rows" element -
setRows
Sets the "Rows" element -
addNewRows
TableType.Rows addNewRows()Appends and returns a new empty "Rows" element -
getAutoResizeTable
boolean getAutoResizeTable()Gets the "autoResizeTable" attribute -
xgetAutoResizeTable
org.apache.xmlbeans.XmlBoolean xgetAutoResizeTable()Gets (as xml) the "autoResizeTable" attribute -
isSetAutoResizeTable
boolean isSetAutoResizeTable()True if has "autoResizeTable" attribute -
setAutoResizeTable
void setAutoResizeTable(boolean autoResizeTable) Sets the "autoResizeTable" attribute -
xsetAutoResizeTable
void xsetAutoResizeTable(org.apache.xmlbeans.XmlBoolean autoResizeTable) Sets (as xml) the "autoResizeTable" attribute -
unsetAutoResizeTable
void unsetAutoResizeTable()Unsets the "autoResizeTable" attribute -
getDefaultColumnWidth
double getDefaultColumnWidth()Gets the "defaultColumnWidth" attribute -
xgetDefaultColumnWidth
org.apache.xmlbeans.XmlDouble xgetDefaultColumnWidth()Gets (as xml) the "defaultColumnWidth" attribute -
isSetDefaultColumnWidth
boolean isSetDefaultColumnWidth()True if has "defaultColumnWidth" attribute -
setDefaultColumnWidth
void setDefaultColumnWidth(double defaultColumnWidth) Sets the "defaultColumnWidth" attribute -
xsetDefaultColumnWidth
void xsetDefaultColumnWidth(org.apache.xmlbeans.XmlDouble defaultColumnWidth) Sets (as xml) the "defaultColumnWidth" attribute -
unsetDefaultColumnWidth
void unsetDefaultColumnWidth()Unsets the "defaultColumnWidth" attribute -
getDefaultMinimumColumnWidth
double getDefaultMinimumColumnWidth()Gets the "defaultMinimumColumnWidth" attribute -
xgetDefaultMinimumColumnWidth
org.apache.xmlbeans.XmlDouble xgetDefaultMinimumColumnWidth()Gets (as xml) the "defaultMinimumColumnWidth" attribute -
isSetDefaultMinimumColumnWidth
boolean isSetDefaultMinimumColumnWidth()True if has "defaultMinimumColumnWidth" attribute -
setDefaultMinimumColumnWidth
void setDefaultMinimumColumnWidth(double defaultMinimumColumnWidth) Sets the "defaultMinimumColumnWidth" attribute -
xsetDefaultMinimumColumnWidth
void xsetDefaultMinimumColumnWidth(org.apache.xmlbeans.XmlDouble defaultMinimumColumnWidth) Sets (as xml) the "defaultMinimumColumnWidth" attribute -
unsetDefaultMinimumColumnWidth
void unsetDefaultMinimumColumnWidth()Unsets the "defaultMinimumColumnWidth" attribute -
getDefaultRowHeight
double getDefaultRowHeight()Gets the "defaultRowHeight" attribute -
xgetDefaultRowHeight
org.apache.xmlbeans.XmlDouble xgetDefaultRowHeight()Gets (as xml) the "defaultRowHeight" attribute -
isSetDefaultRowHeight
boolean isSetDefaultRowHeight()True if has "defaultRowHeight" attribute -
setDefaultRowHeight
void setDefaultRowHeight(double defaultRowHeight) Sets the "defaultRowHeight" attribute -
xsetDefaultRowHeight
void xsetDefaultRowHeight(org.apache.xmlbeans.XmlDouble defaultRowHeight) Sets (as xml) the "defaultRowHeight" attribute -
unsetDefaultRowHeight
void unsetDefaultRowHeight()Unsets the "defaultRowHeight" attribute -
getDefaultMinimumRowHeight
double getDefaultMinimumRowHeight()Gets the "defaultMinimumRowHeight" attribute -
xgetDefaultMinimumRowHeight
org.apache.xmlbeans.XmlDouble xgetDefaultMinimumRowHeight()Gets (as xml) the "defaultMinimumRowHeight" attribute -
isSetDefaultMinimumRowHeight
boolean isSetDefaultMinimumRowHeight()True if has "defaultMinimumRowHeight" attribute -
setDefaultMinimumRowHeight
void setDefaultMinimumRowHeight(double defaultMinimumRowHeight) Sets the "defaultMinimumRowHeight" attribute -
xsetDefaultMinimumRowHeight
void xsetDefaultMinimumRowHeight(org.apache.xmlbeans.XmlDouble defaultMinimumRowHeight) Sets (as xml) the "defaultMinimumRowHeight" attribute -
unsetDefaultMinimumRowHeight
void unsetDefaultMinimumRowHeight()Unsets the "defaultMinimumRowHeight" attribute
-