Package com.openhtmltopdf.render
Class TextDecoration
java.lang.Object
com.openhtmltopdf.render.TextDecoration
public class TextDecoration extends Object
-
Constructor Summary
Constructors Constructor Description TextDecoration(IdentValue identValue) -
Method Summary
Modifier and Type Method Description IdentValuegetIdentValue()intgetOffset()intgetThickness()voidsetOffset(int offset)voidsetThickness(int thickness)
-
Constructor Details
-
Method Details
-
getOffset
public int getOffset() -
setOffset
public void setOffset(int offset) -
getThickness
public int getThickness() -
setThickness
public void setThickness(int thickness) -
getIdentValue
-