public class

FreeTextSpacingCreate

extends FreeTextCreate
java.lang.Object
   ↳ com.pdftron.pdf.tools.Tool
     ↳ com.pdftron.pdf.tools.FreeTextCreate
       ↳ com.pdftron.pdf.tools.FreeTextSpacingCreate

Class Overview

This class is responsible for creating FreeText annotation with custom spacing. Custom spacing is only applied for Lollipop and above. Otherwise it will behave like default FreeText

Summary

[Expand]
Inherited Constants
From class com.pdftron.pdf.tools.FreeTextCreate
From class com.pdftron.pdf.tools.Tool
[Expand]
Inherited Fields
From class com.pdftron.pdf.tools.Tool
Public Constructors
FreeTextSpacingCreate(PDFViewCtrl ctrl)
Class constructor
Public Methods
int getCreateAnnotType()
Gets what annotation type this tool can create
ToolManager.ToolModeBase getToolMode()
The overload implementation of getToolMode().
[Expand]
Inherited Methods
From class com.pdftron.pdf.tools.FreeTextCreate
From class com.pdftron.pdf.tools.Tool
From class java.lang.Object
From interface android.text.TextWatcher
From interface com.pdftron.pdf.tools.DialogAnnotNote.DialogAnnotNoteListener
From interface com.pdftron.pdf.tools.ToolManager.Tool
From interface com.pdftron.pdf.utils.InlineEditText.InlineEditTextListener

Public Constructors

public FreeTextSpacingCreate (PDFViewCtrl ctrl)

Class constructor

Public Methods

public int getCreateAnnotType ()

Gets what annotation type this tool can create

Returns
  • annot type for annotation creation tool, or unknown for non-creation tool.

public ToolManager.ToolModeBase getToolMode ()

The overload implementation of getToolMode().

Returns
  • the mode/identifier of this tool.