Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IPdfTextBoxField
Public Interface IPdfTextBoxField
public interface class IPdfTextBoxField
type IPdfTextBoxField =  interface end

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Actions
Gets the actions of the field.
BackColor
Get or Set the background color of the field
BorderColor
Gets or sets the color of the border.
BorderStyle
Gets or sets the color of the border.
BorderWidth
Gets or Sets the width of the border.
Bounds
Gets or sets the bounds.
DefaultValue
Gets or set the default value of the field.
Export
Gets or sets a value indicating whether this is export.
Flatten
Gets or sets a value indicating whether this is flatten.
Font
Gets the font.
ForeColor
Gets or Set the fore color of the field.
HighlightMode
Get or Set the HighLightMode of the Field.
InsertSpaces
Meaningful only if the MaxLength property is set and the Multiline, Password properties are false. If set, the field is automatically divided into as many equally spaced positions, or combs, as the value of MaxLength, and the text is laid out into those combs.
Location
Gets or sets the location.
MappingName
Gets or sets the mapping name to be used when exporting interactive form field data from the document.
MaxLength
Gets or sets the maximum length of the field, in characters.
Multiline
Gets or sets a value indicating whether this is multiline.
Name
Gets the name of the field.
Page
Gets the page.
Password
Gets or sets a value indicating whether this is password field.
ReadOnly
Gets or sets a value indicating whether [read only].
Required
Gets or sets a value indicating whether this is required.
Scrollable
Gets or sets a value indicating whether this is scrollable.
Size
Gets or sets the size.
SpellCheck
Gets or sets a value indicating whether to check spelling.
Text
Gets or Set value of the text box field.
TextAlignment
Get or Set the text alignment in a text box.
ToolTip
Gets or sets the tool tip.
Visible
Gets a value indicating the visibility of the field.

See Also