org.jopendocument.model.style
Class StylePageLayoutProperties
java.lang.Object
org.jopendocument.model.style.StylePageLayoutProperties
public class StylePageLayoutProperties
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StylePageLayoutProperties
public StylePageLayoutProperties()
getBackgroundColor
public Color getBackgroundColor()
getMarginBottom
public int getMarginBottom()
getMarginLeft
public int getMarginLeft()
getMarginRight
public int getMarginRight()
getMarginTop
public int getMarginTop()
getPageHeight
public int getPageHeight()
getPageWidth
public int getPageWidth()
getScaleTo
public String getScaleTo()
getTableCentering
public String getTableCentering()
getWritingMode
public String getWritingMode()
reset
public StylePageLayoutProperties reset()
setBackgroundColor
public void setBackgroundColor(String value)
setMarginBottom
public void setMarginBottom(String value)
setMarginLeft
public void setMarginLeft(String value)
setMarginRight
public void setMarginRight(String value)
setMarginTop
public void setMarginTop(String value)
setPageHeight
public void setPageHeight(String value)
setPageWidth
public void setPageWidth(String value)
setScaleTo
public void setScaleTo(String value)
setShadow
public void setShadow(String value)
setTableCentering
public void setTableCentering(String value)
setWritingMode
public void setWritingMode(String value)
Copyright © 2010 jOpenDocument All Rights Reserved.