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