Table of Contents

Class PDTextField

Namespace
Org.Apache.Pdfbox.Pdmodel.Interactive.Form
Assembly
MASES.NetPDF.dll
public class PDTextField : PDVariableText, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICOSObjectable
Inheritance
PDTextField
Implements
Inherited Members

Constructors

PDTextField()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PDTextField()

PDTextField(PDAcroForm)

public PDTextField(PDAcroForm arg0)

Parameters

arg0 PDAcroForm

PDAcroForm

PDTextField(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public PDTextField(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DefaultValue

public String DefaultValue { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MaxLen

public int MaxLen { get; set; }

Property Value

int

Value

public String Value { get; }

Property Value

String

Methods

DoNotScroll()

public bool DoNotScroll()

Returns

bool

bool

DoNotSpellCheck()

public bool DoNotSpellCheck()

Returns

bool

bool

IsComb()

public bool IsComb()

Returns

bool

bool

IsFileSelect()

public bool IsFileSelect()

Returns

bool

bool

IsMultiline()

public bool IsMultiline()

Returns

bool

bool

IsPassword()

public bool IsPassword()

Returns

bool

bool

IsRichText()

public bool IsRichText()

Returns

bool

bool

SetComb(bool)

public void SetComb(bool arg0)

Parameters

arg0 bool

bool

SetDoNotScroll(bool)

public void SetDoNotScroll(bool arg0)

Parameters

arg0 bool

bool

SetDoNotSpellCheck(bool)

public void SetDoNotSpellCheck(bool arg0)

Parameters

arg0 bool

bool

SetFileSelect(bool)

public void SetFileSelect(bool arg0)

Parameters

arg0 bool

bool

SetMultiline(bool)

public void SetMultiline(bool arg0)

Parameters

arg0 bool

bool

SetPassword(bool)

public void SetPassword(bool arg0)

Parameters

arg0 bool

bool

SetRichText(bool)

public void SetRichText(bool arg0)

Parameters

arg0 bool

bool