|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.parser.TextRenderInfo
public class TextRenderInfo
Provides information and calculations needed by render listeners
to display/evaluate text render operations.
This is passed between the PdfContentStreamProcessor and
RenderListener objects as text rendering operations are
discovered
| Method Summary | |
|---|---|
LineSegment |
getAscentLine()
Gets the ascentline for the text (i.e. |
LineSegment |
getBaseline()
Gets the baseline for the text (i.e. |
LineSegment |
getDescentLine()
Gets the descentline for the text (i.e. |
DocumentFont |
getFont()
Getter for the font |
float |
getSingleSpaceWidth()
|
java.lang.String |
getText()
|
int |
getTextRenderMode()
|
boolean |
hasMcid(int mcid)
Checks if the text belongs to a marked content sequence with a given mcid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getText()
public boolean hasMcid(int mcid)
mcid - a marked content id
public LineSegment getBaseline()
public LineSegment getAscentLine()
public LineSegment getDescentLine()
public DocumentFont getFont()
public float getSingleSpaceWidth()
public int getTextRenderMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||