net.sf.dynamicreports.report.definition.component
Interface DRIPageXofY

All Superinterfaces:
DRIComponent, DRIDimensionComponent, DRIFormatField, DRIHyperLinkComponent, Serializable
All Known Implementing Classes:
DRPageXofY

public interface DRIPageXofY
extends DRIFormatField

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 Integer getPageXWidth()
           
 ComponentDimensionType getPageXWidthType()
           
 Integer getPageYWidth()
           
 ComponentDimensionType getPageYWidthType()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIFormatField
getFormatExpression, getHorizontalAlignment
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIHyperLinkComponent
getAnchorNameExpression, getBookmarkLevel, getHyperLink
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIComponent
getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading
 

Method Detail

getPageXWidth

Integer getPageXWidth()

getPageXWidthType

ComponentDimensionType getPageXWidthType()

getPageYWidth

Integer getPageYWidth()

getPageYWidthType

ComponentDimensionType getPageYWidthType()


Copyright © 2010-2014. All Rights Reserved.