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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentValuegetIdentValue()intgetOffset()intgetThickness()voidsetOffset(int offset)voidsetThickness(int thickness)
-
-
-
Constructor Detail
-
TextDecoration
public TextDecoration(IdentValue identValue)
-
-
Method Detail
-
getOffset
public int getOffset()
-
setOffset
public void setOffset(int offset)
-
getThickness
public int getThickness()
-
setThickness
public void setThickness(int thickness)
-
getIdentValue
public IdentValue getIdentValue()
-
-