public class

FreeTextCacheStruct

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.model.FreeTextCacheStruct

Class Overview

Helper class used for caching/retrieving free text

Summary

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

Constants

public static final String CONTENTS

Contents key of free text

Constant Value: "contents"

public static final String PAGE_NUM

Page number key of free text

Constant Value: "pageNum"

public static final String TARGET_POINT

Target point key of free text

Constant Value: "targetPoint"

public static final String X

Page position X key of free text

Constant Value: "x"

public static final String Y

Page position y key of free text

Constant Value: "y"

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

public FreeTextCacheStruct ()