Searched refs:SectionName (Results 1 – 2 of 2) sorted by relevance
61 public void removeTextSectionbyName(String SectionName) in removeTextSectionbyName() argument66 if (xAllTextSections.hasByName(SectionName)) in removeTextSectionbyName()68 … Object oTextSection = xTextSectionsSupplier.getTextSections().getByName(SectionName); in removeTextSectionbyName()78 public boolean hasTextSectionByName(String SectionName) in hasTextSectionByName() argument81 return xAllTextSections.hasByName(SectionName); in hasTextSectionByName()193 public void linkSectiontoTemplate(String TemplateName, String SectionName) in linkSectiontoTemplate() argument197 Object oTextSection = xTextSectionsSupplier.getTextSections().getByName(SectionName); in linkSectiontoTemplate()198 linkSectiontoTemplate(oTextSection, TemplateName, SectionName); in linkSectiontoTemplate()215 oSectionLink, SectionName in linkSectiontoTemplate()219 if (NewSectionName.compareTo(SectionName) != 0) in linkSectiontoTemplate()[all …]
301 String SectionName = GROUPSECTION + Integer.toString(i + 1); in loadSectionsfromTemplate() local302 oTextTableHandler.renameTextTable("Tbl_" + SectionName, "MyTextTable"); in loadSectionsfromTemplate()303 oTextSectionHandler.linkSectiontoTemplate(sTemplateUrl, SectionName); in loadSectionsfromTemplate()304 oTextTableHandler.renameTextTable("MyTextTable", "Tbl_" + SectionName); in loadSectionsfromTemplate()
Completed in 34 milliseconds