net.sf.dynamicreports.report.base.component
Class DRPageXofY
java.lang.Object
net.sf.dynamicreports.report.base.component.DRComponent
net.sf.dynamicreports.report.base.component.DRDimensionComponent
net.sf.dynamicreports.report.base.component.DRHyperLinkComponent
net.sf.dynamicreports.report.base.component.DRFormatField
net.sf.dynamicreports.report.base.component.DRPageXofY
- All Implemented Interfaces:
- Serializable, DRIComponent, DRIDimensionComponent, DRIFormatField, DRIHyperLinkComponent, DRIPageXofY
public class DRPageXofY
- extends DRFormatField
- implements DRIPageXofY
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class net.sf.dynamicreports.report.base.component.DRDimensionComponent |
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType, setHeight, setHeightType, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth, setWidthType |
Methods inherited from class net.sf.dynamicreports.report.base.component.DRComponent |
addPropertyExpression, getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading, init, setPrintWhenExpression, setPropertyExpressions, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRPageXofY
public DRPageXofY()
getPageXWidth
public Integer getPageXWidth()
- Specified by:
getPageXWidth
in interface DRIPageXofY
setPageXWidth
public void setPageXWidth(Integer pageXWidth)
getPageXWidthType
public ComponentDimensionType getPageXWidthType()
- Specified by:
getPageXWidthType
in interface DRIPageXofY
setPageXWidthType
public void setPageXWidthType(ComponentDimensionType pageXWidthType)
getPageYWidth
public Integer getPageYWidth()
- Specified by:
getPageYWidth
in interface DRIPageXofY
setPageYWidth
public void setPageYWidth(Integer pageYWidth)
getPageYWidthType
public ComponentDimensionType getPageYWidthType()
- Specified by:
getPageYWidthType
in interface DRIPageXofY
setPageYWidthType
public void setPageYWidthType(ComponentDimensionType pageYWidthType)
Copyright © 2010-2014. All Rights Reserved.