java.lang.Object | |
↳ | com.pdftron.pdf.model.FreeTextCacheStruct |
Helper class used for caching/retrieving free text
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CONTENTS | Contents key of free text | |||||||||
String | PAGE_NUM | Page number key of free text | |||||||||
String | TARGET_POINT | Target point key of free text | |||||||||
String | X | Page position X key of free text | |||||||||
String | Y | Page position y key of free text |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public String | contents | FreeText contents | |||||||||
public int | pageNum | Page number | |||||||||
public float | x | Page position x | |||||||||
public float | y | Page position y |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FreeTextCacheStruct() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Contents key of free text
Page number key of free text
Target point key of free text
Page position X key of free text
Page position y key of free text
FreeText contents
Page number
Page position x
Page position y