Uses of Class
de.mid.innovator.srv2api.icw2elem.K_PAGEORDER
-
Packages that use K_PAGEORDER Package Description de.mid.innovator.srv2api.icw2elem 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.de.mid.innovator.srv2api.icw2pres 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_PAGEORDER Modifier and Type Method Description static K_PAGEORDERK_PAGEORDER. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_PAGEORDERK_PAGEORDER. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_PAGEORDER[]K_PAGEORDER. values()Returns an array containing the constants of this enum type, 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_PAGEORDER Modifier and Type Field Description K_PAGEORDERARG_PageViewContext. pageOrderThe order of pages in print view.Methods in de.mid.innovator.srv2api.icw2pres that return K_PAGEORDER Modifier and Type Method Description K_PAGEORDERPRPresContext. getPageOrder()The order of pages in print view.Methods in de.mid.innovator.srv2api.icw2pres with parameters of type K_PAGEORDER Modifier and Type Method Description voidPRPresContext. pageView(K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage, K_PAGEORDER pageOrder, K_UNIT marginUnit, boolean isPageViewActive, java.lang.String format, java.util.List<java.lang.Integer> seqPageBreakX, java.util.List<java.lang.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_PAGEORDER Constructor Description ARG_PageViewContext(K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage, K_PAGEORDER pageOrder, K_UNIT marginUnit, boolean isPageViewActive, java.lang.String format, java.util.List<java.lang.Integer> seqPageBreakX, java.util.List<java.lang.Integer> seqPageBreakY, ARG_PageViewTextLine valHeader, ARG_PageViewTextLine valFooter)
-