Uses of Class
de.mid.innovator.srv2api.icw2pres.ARG_PageViewTextLine
-
Packages that use ARG_PageViewTextLine Package Description de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of ARG_PageViewTextLine in de.mid.innovator.srv2api.icw2pres
Fields in de.mid.innovator.srv2api.icw2pres declared as ARG_PageViewTextLine Modifier and Type Field Description ARG_PageViewTextLine
ARG_PageViewContext. valFooter
footer text line of this presentation context.ARG_PageViewTextLine
ARG_PageViewContext. valHeader
header text line of this presentation context.Methods in de.mid.innovator.srv2api.icw2pres with parameters of type ARG_PageViewTextLine Modifier and Type Method Description void
PRPresContext. 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 ARG_PageViewTextLine 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)
-