Package net.atthegate.server.service.pdf
Class Text
java.lang.Object
net.atthegate.server.service.pdf.Text
Please see Example_45
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat[]
float[]
float[]
drawTextLine
(Page page, float x_text, float y_text, TextLine textLine, boolean draw) List<float[]>
List<float[]>
setLeading
(float leading) setLocation
(float x, float y) setParagraphLeading
(float paragraphLeading) setSpaceBetweenTextLines
(float spaceBetweenTextLines) setWidth
(float w)
-
Constructor Details
-
Text
- Throws:
Exception
-
-
Method Details
-
setLocation
-
setWidth
-
setLeading
-
setParagraphLeading
-
getBeginParagraphPoints
-
getEndParagraphPoints
-
setSpaceBetweenTextLines
-
drawOn
- Throws:
Exception
-
drawOn
- Throws:
Exception
-
drawTextLine
public float[] drawTextLine(Page page, float x_text, float y_text, TextLine textLine, boolean draw) throws Exception - Throws:
Exception
-