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
JVMBridgeBase
JVMBridgeBase<COSObjectable>
PDTextField
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<COSObjectable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<COSObjectable>.IsAssignableFrom<T>()
JVMBridgeBase<COSObjectable>.Execute<T>(params T[])
JVMBridgeBase<COSObjectable>.DynBridgeClazz
JVMBridgeBase<COSObjectable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

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

public override string BridgeClassName { get; }

Property Value

string

DefaultValue

public String DefaultValue { get; set; }

Property Value

String

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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