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

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

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

Fields in de.mid.innovator.srv2api.icw2dg declared as ARG_DocuHeaderFooter
 ARG_DocuHeaderFooter ARG_DocuOut.footerA
          footer appendix
 ARG_DocuHeaderFooter ARG_DocuOut.footerM
          footer main text
 ARG_DocuHeaderFooter ARG_DocuOut.footerTOC
          footer table of contents
 ARG_DocuHeaderFooter ARG_DocuOut.headingA
          heading appendix
 ARG_DocuHeaderFooter ARG_DocuOut.headingM
          heading main text
 ARG_DocuHeaderFooter ARG_DocuOut.headingTOC
          heading table of contents
 

Constructors in de.mid.innovator.srv2api.icw2dg with parameters of type ARG_DocuHeaderFooter
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)