|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pdftools.NativeLibrary com.pdftools.expa.ExpaInitialize com.pdftools.expa.Text
public class Text
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.pdftools.expa.ExpaInitialize |
---|
ExpaInitialize.CONTENTOBJECT, ExpaInitialize.ORIENTATION, ExpaInitialize.Rectangle, ExpaInitialize.TransformMatrix |
Nested classes/interfaces inherited from class com.pdftools.NativeLibrary |
---|
NativeLibrary.COLORCONVERSION, NativeLibrary.COLORSPACE, NativeLibrary.COMPRESSION, NativeLibrary.DITHERINGMODE, NativeLibrary.ERRORCODE, NativeLibrary.FONTTYPE, NativeLibrary.PERMISSION, NativeLibrary.RENDEREROPTION, NativeLibrary.RENDERINGMODE, NativeLibrary.ROTATEMODE, NativeLibrary.STRIPTYPE |
Field Summary |
---|
Fields inherited from class com.pdftools.NativeLibrary |
---|
VERSION |
Constructor Summary | |
---|---|
Text()
|
Method Summary | |
---|---|
float[] |
getBoundingBox()
get the smallest rectangle that encloses the text string. |
float |
getFontSize()
get the font size in points. |
float |
getRotation()
get the rotation of the text in rad units. |
int |
getStringLength()
get the number of characters contained in the text string. |
java.lang.String |
getUnicodeString()
get the unicode string. |
float |
getWidth()
get the width of the text in points. |
float[] |
getXPos()
get the horizontal positions of the string in user coordinates. |
float[] |
getYPos()
get the vertical positions of the string in user coordinates. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Text()
Method Detail |
---|
public int getStringLength()
public java.lang.String getUnicodeString()
public float[] getXPos()
public float[] getYPos()
public float getFontSize()
public float getWidth()
public float getRotation()
public float[] getBoundingBox()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |