类 Tr

java.lang.Object
org.anyline.entity.html.Tr

public class Tr extends Object
  • 构造器详细资料

    • Tr

      public Tr()
  • 方法详细资料

    • getSrc

      public org.dom4j.Element getSrc()
    • setSrc

      public void setSrc(org.dom4j.Element src)
    • getTds

      public List<Td> getTds()
    • setTds

      public void setTds(List<Td> tds)
    • getStyles

      public Map<String,String> getStyles()
    • setStyles

      public void setStyles(Map<String,String> styles)
    • addStyle

      public void addStyle(String key, String value)
    • getTd

      public Td getTd(int index)
    • getTdsByOffset

      public List<Td> getTdsByOffset(int begin)
      根据偏移量 查询右侧tds
      参数:
      begin - index+offset
      返回:
      List
    • setTd

      public Tr setTd(int index, Td td)
    • setHeight

      public Tr setHeight(int index, String height)
    • setHeight

      public Tr setHeight(int index, int height)
    • setHeight

      public Tr setHeight(int index, double height)
    • addTd

      public Tr addTd(String... tds)
    • addTd

      public Tr addTd(Td td)
    • index

      public int index()
    • getClazz

      public String getClazz()
    • setClazz

      public void setClazz(String clazz)
    • getTable

      public Table getTable()
    • getWidthUnit

      public String getWidthUnit()
    • setWidthUnit

      public void setWidthUnit(String widthUnit)
    • setTable

      public void setTable(Table table)
    • build

      public void build(StringBuilder builder)
    • build

      public String build()
    • createCopy

      public Tr createCopy(boolean style, boolean content)
    • createCopy

      public Tr createCopy()