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 java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringformatReturns the format of the presentation context.inthorPageReturns the number of horizontal pages of the presentation context.booleanisPageViewActiveisTrue, if page view is active for this presentation context.intmarginBottomReturns the bottom margin of the presentation context.intmarginLeftReturns the left margin of the presentation context.intmarginRightReturns the right margin of the presentation context.intmarginTopReturns the top margin of the presentation context.K_UNITmarginUnitThe unit of the margins in print view.K_ORIENTATIONorientationReturns the orientation of the presentation context.K_PAGEORDERpageOrderThe order of pages in print view.java.util.List<java.lang.Integer>seqPageBreakXlist of all page break x coordinates for this presentation context.java.util.List<java.lang.Integer>seqPageBreakYlist of all page break y coordinates for this presentation context.ARG_PageViewTextLinevalFooterfooter text line of this presentation context.ARG_PageViewTextLinevalHeaderheader text line of this presentation context.intverPageReturns the number of vertical pages of the presentation context.
-
Constructor Summary
Constructors Constructor Description ARG_PageViewContext()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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
orientation
public K_ORIENTATION orientation
Returns the orientation of the presentation context.
-
marginLeft
public int marginLeft
Returns the left margin of the presentation context.
-
marginRight
public int marginRight
Returns the right margin of the presentation context.
-
marginTop
public int marginTop
Returns the top margin of the presentation context.
-
marginBottom
public int marginBottom
Returns the bottom margin of the presentation context.
-
horPage
public int horPage
Returns the number of horizontal pages of the presentation context.
-
verPage
public int verPage
Returns the number of vertical pages of the presentation context.
-
pageOrder
public K_PAGEORDER pageOrder
The order of pages in print view.
-
marginUnit
public K_UNIT marginUnit
The unit of the margins in print view.
-
isPageViewActive
public boolean isPageViewActive
isTrue, if page view is active for this presentation context.
-
format
public java.lang.String format
Returns the format of the presentation context.
-
seqPageBreakX
public java.util.List<java.lang.Integer> seqPageBreakX
list of all page break x coordinates for this presentation context.
-
seqPageBreakY
public java.util.List<java.lang.Integer> seqPageBreakY
list of all page break y coordinates for this presentation context.
-
valHeader
public ARG_PageViewTextLine valHeader
header text line of this presentation context.
-
valFooter
public ARG_PageViewTextLine valFooter
footer text line of this presentation context.
-
-
Constructor Detail
-
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, java.lang.String format, java.util.List<java.lang.Integer> seqPageBreakX, java.util.List<java.lang.Integer> seqPageBreakY, ARG_PageViewTextLine valHeader, ARG_PageViewTextLine valFooter)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-