org.odftoolkit.odfdom.converter.pdf.internal.styles
Class StyleHeaderFooterProperties

java.lang.Object
  extended by org.odftoolkit.odfdom.converter.pdf.internal.styles.StyleHeaderFooterProperties

public class StyleHeaderFooterProperties
extends Object


Constructor Summary
StyleHeaderFooterProperties()
           
 
Method Summary
 Float getMargin()
           
 Float getMarginBottom()
           
 Float getMarginLeft()
           
 Float getMarginRight()
           
 Float getMarginTop()
           
 Float getMinHeight()
           
 void setMargin(Float margin)
           
 void setMarginBottom(Float marginBottom)
           
 void setMarginLeft(Float marginLeft)
           
 void setMarginRight(Float marginRight)
           
 void setMarginTop(Float marginTop)
           
 void setMinHeight(Float minHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleHeaderFooterProperties

public StyleHeaderFooterProperties()
Method Detail

getMargin

public Float getMargin()

setMargin

public void setMargin(Float margin)

getMarginBottom

public Float getMarginBottom()

setMarginBottom

public void setMarginBottom(Float marginBottom)

getMarginLeft

public Float getMarginLeft()

setMarginLeft

public void setMarginLeft(Float marginLeft)

getMarginRight

public Float getMarginRight()

setMarginRight

public void setMarginRight(Float marginRight)

getMarginTop

public Float getMarginTop()

setMarginTop

public void setMarginTop(Float marginTop)

getMinHeight

public Float getMinHeight()

setMinHeight

public void setMinHeight(Float minHeight)


Copyright © 2013. All rights reserved.