public class Tr extends Object
| 构造器和说明 |
|---|
Tr() |
| 限定符和类型 | 方法和说明 |
|---|---|
Tr |
addTd(Td td) |
String |
build() |
void |
build(StringBuilder builder) |
String |
getClazz() |
org.dom4j.Element |
getSrc() |
Map<String,String> |
getStyles() |
Table |
getTable() |
Td |
getTd(int index) |
List<Td> |
getTds() |
List<Td> |
getTdsByOffset(int begin)
根据偏移量 查询右侧tds
|
String |
getWidthUnit() |
int |
index() |
void |
setClazz(String clazz) |
Tr |
setHeight(int index,
double height) |
Tr |
setHeight(int index,
int height) |
Tr |
setHeight(int index,
String height) |
void |
setSrc(org.dom4j.Element src) |
void |
setStyles(Map<String,String> styles) |
void |
setTable(Table table) |
Tr |
setTd(int index,
Td td) |
void |
setTds(List<Td> tds) |
void |
setWidthUnit(String widthUnit) |
public org.dom4j.Element getSrc()
public void setSrc(org.dom4j.Element src)
public Td getTd(int index)
public List<Td> getTdsByOffset(int begin)
begin - index+offsetpublic Tr setHeight(int index, int height)
public Tr setHeight(int index, double height)
public int index()
public String getClazz()
public void setClazz(String clazz)
public Table getTable()
public String getWidthUnit()
public void setWidthUnit(String widthUnit)
public void setTable(Table table)
public void build(StringBuilder builder)
public String build()
Copyright © 2022. All rights reserved.