com.pdfjet
Class TextFrame
java.lang.Object
com.pdfjet.TextFrame
public class TextFrame
- extends java.lang.Object
Please see Example_47
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextFrame
public TextFrame(java.util.List<Paragraph> paragraphs)
throws java.lang.Exception
- Throws:
java.lang.Exception
setLocation
public TextFrame setLocation(float x,
float y)
setWidth
public TextFrame setWidth(float w)
setHeight
public TextFrame setHeight(float h)
setLeading
public TextFrame setLeading(float leading)
setParagraphLeading
public TextFrame setParagraphLeading(float paragraphLeading)
getBeginParagraphPoints
public java.util.List<float[]> getBeginParagraphPoints()
getEndParagraphPoints
public java.util.List<float[]> getEndParagraphPoints()
setSpaceBetweenTextLines
public TextFrame setSpaceBetweenTextLines(float spaceBetweenTextLines)
getParagraphs
public java.util.List<Paragraph> getParagraphs()
drawOn
public TextFrame drawOn(Page page)
throws java.lang.Exception
- Throws:
java.lang.Exception
drawOn
public TextFrame drawOn(Page page,
boolean draw)
throws java.lang.Exception
- Throws:
java.lang.Exception
drawTextLine
public TextLine drawTextLine(Page page,
float x_text,
float y_text,
TextLine textLine,
boolean draw)
throws java.lang.Exception
- Throws:
java.lang.Exception