Class ARG_PageViewContext
java.lang.Object
de.mid.innovator.srv2api.icw2pres.ARG_PageViewContext
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_PageViewContext
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionReturns the format of the presentation context.intReturns the number of horizontal pages of the presentation context.booleanisTrue, if page view is active for this presentation context.intReturns the bottom margin of the presentation context.intReturns the left margin of the presentation context.intReturns the right margin of the presentation context.intReturns the top margin of the presentation context.The unit of the margins in print view.Returns the orientation of the presentation context.The order of pages in print view.list of all page break x coordinates for this presentation context.list of all page break y coordinates for this presentation context.footer text line of this presentation context.header text line of this presentation context.intReturns the number of vertical pages of the presentation context. -
Constructor Summary
ConstructorsConstructorDescriptionARG_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) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
orientation
Returns the orientation of the presentation context. -
marginLeft
public int marginLeftReturns the left margin of the presentation context. -
marginRight
public int marginRightReturns the right margin of the presentation context. -
marginTop
public int marginTopReturns the top margin of the presentation context. -
marginBottom
public int marginBottomReturns the bottom margin of the presentation context. -
horPage
public int horPageReturns the number of horizontal pages of the presentation context. -
verPage
public int verPageReturns the number of vertical pages of the presentation context. -
pageOrder
The order of pages in print view. -
marginUnit
The unit of the margins in print view. -
isPageViewActive
public boolean isPageViewActiveisTrue, if page view is active for this presentation context. -
format
Returns the format of the presentation context. -
seqPageBreakX
list of all page break x coordinates for this presentation context. -
seqPageBreakY
list of all page break y coordinates for this presentation context. -
valHeader
header text line of this presentation context.
-
-
Constructor Details
-
ARG_PageViewContext
public ARG_PageViewContext() -
ARG_PageViewContext
public 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, String format, List<Integer> seqPageBreakX, List<Integer> seqPageBreakY, ARG_PageViewTextLine valHeader, ARG_PageViewTextLine valFooter)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-