public final class Td extends Blocksopt implements CellAttrs, TrElement, SubFlowStructureElement
The element td is an HTML element and is used in Akoma Ntoso as in HTML, for a data cell of a table.
<xsd:element name=“td”> <xsd:complexType> <xsd:complexContent> <xsd:extension base=“blocksopt”> <xsd:attributeGroup ref=“cellattrs”/> <xsd:extension> <xsd:complexContent> <xsd:complexType> <xsd:element>
| Constructor and Description |
|---|
Td() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
Integer |
getColSpan() |
Integer |
getRowSpan() |
String |
name()
Name of this object (the name of the xml element)
|
void |
setColSpan(Integer colspan) |
void |
setRowSpan(Integer rowspan) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
accept, add, add, add, read, remove, remove, removeBlockElements, streamadd, getAlternativeTo, getAttributes, getClazz, getPeriod, getRefersTo, getStatus, getStyle, getTitle, setAlternativeTo, setClazz, setPeriod, setRefersTo, setStatus, setStyle, setTitle, toStringgetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWid, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompare, nestedComparereadadd, getAttributes, nestedComparegetClazz, getStyle, getTitle, setClazz, setStyle, setTitlegetRefersTo, setRefersTogetAlternativeTo, setAlternativeTopublic Integer getRowSpan()
getRowSpan in interface CellAttrspublic void setRowSpan(Integer rowspan)
setRowSpan in interface CellAttrspublic Integer getColSpan()
getColSpan in interface CellAttrspublic void setColSpan(Integer colspan)
setColSpan in interface CellAttrspublic void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
public com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectattributes in class AbstractCoreCopyright © 2017. All rights reserved.