org.apache.poi.xwpf.converter.pdf.internal.elements
Class StyleColumnProperties

java.lang.Object
  extended by org.apache.poi.xwpf.converter.pdf.internal.elements.StyleColumnProperties

public class StyleColumnProperties
extends Object

fixes for pdf conversion by Leszek Piotrowicz


Constructor Summary
StyleColumnProperties()
           
 
Method Summary
 Float getEndIndent()
           
 Integer getRelWidth()
           
 Float getStartIndent()
           
 void setEndIndent(Float endIndent)
           
 void setRelWidth(Integer relWidth)
           
 void setStartIndent(Float startIndent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleColumnProperties

public StyleColumnProperties()
Method Detail

getRelWidth

public Integer getRelWidth()

setRelWidth

public void setRelWidth(Integer relWidth)

getStartIndent

public Float getStartIndent()

setStartIndent

public void setStartIndent(Float startIndent)

getEndIndent

public Float getEndIndent()

setEndIndent

public void setEndIndent(Float endIndent)


Copyright © 2013. All rights reserved.