Class ARG_DocuTableCell

java.lang.Object
de.mid.innovator.srv2api.icw2dg.ARG_DocuTableCell
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_DocuTableCell extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • seqContent

      public List<ARG_DocuContent> seqContent
      List of table cell content
    • uuid

      public String uuid
      unique id
    • rotate

      public boolean rotate
      rotate the content. Only valid in caption.
    • omitIfEmpty

      public boolean omitIfEmpty
      omit column if all cells are empty
    • width

      public int width
      Width of this cell
    • alignment

      public K_DOCU_ALIGNMENT alignment
      Cell alignment
    • measure

      public K_DOCU_CELL_MEASURE measure
      Cell measure
    • verticalAlignment

      public K_DOCU_VERTICAL_ALIGNMENT verticalAlignment
      Vertical cell alignment
  • Constructor Details

  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble