Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_PAGEORDER
Packages that use K_PAGEORDER
Package
Description
Describes the common behavior of all elements stored in a model server
repository even configuration elements in profiles and schema elements of the
meta model.
Diagrams and graphical representations of model elements in diagrams.
-
Uses of K_PAGEORDER in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_PAGEORDERModifier and TypeMethodDescriptionstatic K_PAGEORDERK_PAGEORDER.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_PAGEORDERReturns the enum constant of this class with the specified name.static K_PAGEORDER[]K_PAGEORDER.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_PAGEORDER in de.mid.innovator.srv2api.icw2pres
Fields in de.mid.innovator.srv2api.icw2pres declared as K_PAGEORDERMethods in de.mid.innovator.srv2api.icw2pres that return K_PAGEORDERMethods in de.mid.innovator.srv2api.icw2pres with parameters of type K_PAGEORDERModifier and TypeMethodDescriptionvoidPRPresContext.pageView(K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage, K_PAGEORDER pageOrder, K_UNIT marginUnit, boolean isPageViewActive, String format, List<Integer> seqPageBreakX, List<Integer> seqPageBreakY, ARG_PageViewTextLine valHeader, ARG_PageViewTextLine valFooter) Set all page view informations for this presentation context.Constructors in de.mid.innovator.srv2api.icw2pres with parameters of type K_PAGEORDERModifierConstructorDescriptionARG_PageViewContext(K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage, K_PAGEORDER pageOrder, K_UNIT marginUnit, boolean isPageViewActive, String format, List<Integer> seqPageBreakX, List<Integer> seqPageBreakY, ARG_PageViewTextLine valHeader, ARG_PageViewTextLine valFooter)