Uses of Class
de.mid.innovator.srv2api.icw2dg.ARG_DocuTableData

Packages that use ARG_DocuTableData
de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation. 
 

Uses of ARG_DocuTableData in de.mid.innovator.srv2api.icw2dg
 

Fields in de.mid.innovator.srv2api.icw2dg with type parameters of type ARG_DocuTableData
 List<ARG_DocuTableData> ARG_DocuNode.seqTableData
          Optional table data
 

Constructor parameters in de.mid.innovator.srv2api.icw2dg with type arguments of type ARG_DocuTableData
ARG_DocuNode(String name, String typeName, String stereo, String uuid, String parentUuid, ELElement ohThis, ELElement ohElem, K_CHAPTER_TYPE chapterType, boolean pageBreakBefore, boolean pageBreakAfter, boolean isHeadingSuppressed, boolean isIndex, boolean keepIfEmpty, boolean rotatePage, K_NUMBER_FORMAT numberFormat, K_PARAGRAPH_JUSTIFICATION paragraphJustification, K_DOCU_OUTPUT_MODE attachmentOutputMode, String content, String paragraphFormat, String contentFormat, int cellWidth, List<String> data, List<ARG_DocuContent> seqContent, List<ARG_DocuNode> seqChildNode, List<ARG_DocuTableData> seqTableData, List<ELElement> seqVWDocu)