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

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

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

Fields in de.mid.innovator.srv2api.icw2dg with type parameters of type ARG_DocuNode
 List<ARG_DocuNode> ARG_DocuNode.seqChildNode
          List of child nodes
 List<ARG_DocuNode> ARG_DocuOut.seqNode
          List of child nodes
 

Constructor parameters in de.mid.innovator.srv2api.icw2dg with type arguments of type ARG_DocuNode
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)
           
ARG_DocuOut(ARG_DocuTitle title, ARG_DocuHeaderFooter headingM, ARG_DocuHeaderFooter footerM, ARG_DocuHeaderFooter headingTOC, ARG_DocuHeaderFooter footerTOC, ARG_DocuHeaderFooter headingA, ARG_DocuHeaderFooter footerA, String indexEntry1, String indexEntry2, List<ARG_DocuNode> seqNode, List<ARG_Map> paramValues)