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

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

public class StyleBorder
extends Object


Constructor Summary
StyleBorder(String border, BorderType borderType)
           
 
Method Summary
 BorderType getBorderType()
           
 Color getColor()
           
 Float getWidth()
           
 boolean isNoBorder()
           
 void setColor(Color color)
           
 void setWidth(Float width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleBorder

public StyleBorder(String border,
                   BorderType borderType)
Method Detail

getColor

public Color getColor()

setColor

public void setColor(Color color)

getWidth

public Float getWidth()

setWidth

public void setWidth(Float width)

isNoBorder

public boolean isNoBorder()

getBorderType

public BorderType getBorderType()


Copyright © 2013. All rights reserved.