Uses of Class
com.saperion.ngc.viewer.virtualviewer.annotation.ini.Section
Packages that use Section
Package
Description
Package for viewer annotation .
Package for viewer annotation ini structure classes.
-
Uses of Section in com.saperion.ngc.viewer.virtualviewer.annotation
Methods in com.saperion.ngc.viewer.virtualviewer.annotation that return types with arguments of type SectionModifier and TypeMethodDescriptionJadiceXmlBuilder.getSectionsByPage
(List<Section> components) Get the Annotations sorted by Page The Hashmap key is the PageNumber, The Hashmap value is a ArrayList of Sections.Parses the annotations defined by the specified ini-string and returns a list of parsed sections.Parses the annotations defined by the specified ini-string and returns a list of parsed sections.Method parameters in com.saperion.ngc.viewer.virtualviewer.annotation with type arguments of type SectionModifier and TypeMethodDescriptioncom.saperion.ngc.viewer.virtualviewer.jadice.xml.Annotations
Builds the xml.com.saperion.ngc.viewer.virtualviewer.annotation.xml.elements.Document
Builds the xml.JadiceXmlBuilder.getSectionsByPage
(List<Section> components) Get the Annotations sorted by Page The Hashmap key is the PageNumber, The Hashmap value is a ArrayList of Sections. -
Uses of Section in com.saperion.ngc.viewer.virtualviewer.annotation.ini
Methods in com.saperion.ngc.viewer.virtualviewer.annotation.ini that return SectionModifier and TypeMethodDescriptionstatic Section
Section.getSectionByType
(List<Section> sections, String type) Methods in com.saperion.ngc.viewer.virtualviewer.annotation.ini with parameters of type SectionModifier and TypeMethodDescriptionstatic String
Resolve a String value from a Section with the given key.Method parameters in com.saperion.ngc.viewer.virtualviewer.annotation.ini with type arguments of type SectionModifier and TypeMethodDescriptionstatic Section
Section.getSectionByType
(List<Section> sections, String type)