Class HTMLTextAreaElement

Class HTMLTextAreaElement

Il nome: Aspose.Html Assemblaggio: Aspose.HTML.dll (25.5.0)

Vedi la definizione dell’elemento TEXTAREA in HTML 4.01.

Vedi anche il Document object Model (DOM) Level 2 HTML Specification .

[ComVisible(true)]
[DOMName("HTMLTextAreaElement")]
[DOMObject]
public class HTMLTextAreaElement : HTMLElement, INotifyPropertyChanged, IEventTarget, IDisposable, IXPathNSResolver, IParentNode, IElementTraversal, IChildNode, IElementCSSInlineStyle, IGlobalEventHandlers

Inheritance

object DOMObject EventTarget Node Element HTMLElement HTMLTextAreaElement

Implements

INotifyPropertyChanged , IEventTarget , IDisposable , IXPathNSResolver , IParentNode , IElementTraversal , IChildNode , IElementCSSInlineStyle , IGlobalEventHandlers

I membri ereditari

HTMLElement.Id , HTMLElement.Title , HTMLElement.Lang , HTMLElement.Dir , HTMLElement.ClassName , HTMLElement.Style , HTMLElement.OnAbort , HTMLElement.OnBlur , HTMLElement.OnCancel , HTMLElement.OnCanplay , HTMLElement.OnCanPlayThrough , HTMLElement.OnChange , HTMLElement.OnClick , HTMLElement.OnCueChange , HTMLElement.OnDblClick , HTMLElement.OnDurationChange , HTMLElement.OnEmptied , HTMLElement.OnEnded , HTMLElement.OnError , HTMLElement.OnFocus , HTMLElement.OnInput , HTMLElement.OnInvalid , HTMLElement.OnKeyDown , HTMLElement.OnKeyPress , HTMLElement.OnKeyUp , HTMLElement.OnLoad , HTMLElement.OnLoadedData , HTMLElement.OnLoadedMetadata , HTMLElement.OnLoadStart , HTMLElement.OnMouseDown , HTMLElement.OnMouseEnter , HTMLElement.OnMouseLeave , HTMLElement.OnMouseMove , HTMLElement.OnMouseOut , HTMLElement.OnMouseOver , HTMLElement.OnMouseUp , HTMLElement.OnMouseWheel , HTMLElement.OnPause , HTMLElement.OnPlay , HTMLElement.OnPlaying , HTMLElement.OnProgress , HTMLElement.OnRateChange , HTMLElement.OnReset , HTMLElement.OnResize , HTMLElement.OnScroll , HTMLElement.OnSeeked , HTMLElement.OnSeeking , HTMLElement.OnSelect , HTMLElement.OnShow , HTMLElement.OnStalled , HTMLElement.OnSubmit , HTMLElement.OnSuspend , HTMLElement.OnTimeUpdate , HTMLElement.OnToggle , HTMLElement.OnVolumeChange , HTMLElement.OnWaiting , Element.GetAttributeNames() , Element.HasAttributes() , Element.GetAttribute(string) , Element.GetAttributeNS(string, string) , Element.SetAttribute(string, string) , Element.SetAttributeNS(string, string, string) , Element.RemoveAttribute(string) , Element.RemoveAttributeNS(string, string) , Element.HasAttribute(string) , Element.HasAttributeNS(string, string) , Element.ToggleAttribute(string) , Element.ToggleAttribute(string, bool) , Element.GetAttributeNode(string) , Element.SetAttributeNode(Attr) , Element.RemoveAttributeNode(Attr) , Element.GetAttributeNodeNS(string, string) , Element.SetAttributeNodeNS(Attr) , Element.GetElementsByTagName(string) , Element.GetElementsByTagNameNS(string, string) , Element.Remove() , Element.QuerySelectorAll(string) , Element.QuerySelector(string) , Element.AttachShadow(ShadowRootMode) , Element.GetElementsByClassName(string) , Element.Dispose(bool) , Element.ClassList , Element.LocalName , Element.NamespaceURI , Element.Prefix , Element.NodeName , Element.NodeType , Element.TagName , Element.Id , Element.ClassName , Element.TextContent , Element.Attributes , Element.FirstElementChild , Element.LastElementChild , Element.PreviousElementSibling , Element.NextElementSibling , Element.ChildElementCount , Element.Children , Element.InnerHTML , Element.OuterHTML , Element.ShadowRoot , Node.ELEMENT_NODE , Node.ATTRIBUTE_NODE , Node.TEXT_NODE , Node.CDATA_SECTION_NODE , Node.ENTITY_REFERENCE_NODE , Node.ENTITY_NODE , Node.PROCESSING_INSTRUCTION_NODE , Node.COMMENT_NODE , Node.DOCUMENT_NODE , Node.DOCUMENT_TYPE_NODE , Node.DOCUMENT_FRAGMENT_NODE , Node.NOTATION_NODE , Node.HasChildNodes() , Node.Normalize() , Node.CloneNode() , Node.CloneNode(bool) , Node.IsEqualNode(Node) , Node.IsSameNode(Node) , Node.LookupPrefix(string) , Node.LookupNamespaceURI(string) , Node.IsDefaultNamespace(string) , Node.InsertBefore(Node, Node) , Node.ReplaceChild(Node, Node) , Node.RemoveChild(Node) , Node.AppendChild(Node) , Node.Dispose(bool) , Node.ToString() , Node.NodeType , Node.LocalName , Node.NamespaceURI , Node.Prefix , Node.NodeName , Node.BaseURI , Node.OwnerDocument , Node.ParentNode , Node.ParentElement , Node.ChildNodes , Node.FirstChild , Node.LastChild , Node.PreviousSibling , Node.NextSibling , Node.NodeValue , Node.TextContent , EventTarget.AddEventListener(string, DOMEventHandler, bool) , EventTarget.AddEventListener(string, IEventListener) , EventTarget.AddEventListener(string, IEventListener, bool) , EventTarget.RemoveEventListener(string, DOMEventHandler, bool) , EventTarget.RemoveEventListener(string, IEventListener) , EventTarget.RemoveEventListener(string, IEventListener, bool) , EventTarget.DispatchEvent(Event) , EventTarget.Dispose() , EventTarget.Dispose(bool) , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

AccessKey

Un singolo carattere chiave di accesso per fornire accesso al controllo del modulo.L’accessskey attribute definizione in HTML 4.01.

[DOMName("accessKey")]
public string AccessKey { get; set; }

Valore di proprietà

string

Cols

Width of control (in caratteri). vedi la definizione di cols attribute inIl testo di HTML 4.1.

[DOMName("cols")]
public int Cols { get; set; }

Valore di proprietà

int

DefaultValue

Il contenuto dell’elemento. il valore di questo attributonon cambia se il contenuto della corrispondente forma di controllo, inUn agente utente interattivo, cambiamenti.Versione DOM di livello 2

[DOMName("defaultValue")]
public string DefaultValue { get; set; }

Valore di proprietà

string

Disabled

Il controllo non è disponibile in questo contesto. vedi l’attributo disabileLa definizione in HTML 4.01.

[DOMName("disabled")]
public bool Disabled { get; set; }

Valore di proprietà

bool

Form

Ritorna l’elemento ‘FORM’ che contiene questo controllo.Ritorna ’null’ se questo controllo non è nel contesto di aform.

[DOMName("form")]
[DOMNullable]
public HTMLFormElement Form { get; }

Valore di proprietà

HTMLFormElement

Name

Controllo del modulo o nome dell’oggetto quando presentato con un modulo.La definizione di attributi in HTML 4.01.

[DOMName("name")]
public string Name { get; set; }

Valore di proprietà

string

ReadOnly

Questo controllo è letto-solo. vedi la definizione readonly attribute inIl testo di HTML 4.1.

[DOMName("readOnly")]
public bool ReadOnly { get; set; }

Valore di proprietà

bool

Rows

Numero di righe di testo. vedi la definizione di attributi delle righe in HTML 4.01.

[DOMName("rows")]
public int Rows { get; set; }

Valore di proprietà

int

TabIndex

Indice che rappresenta la posizione dell’elemento nell’ordine di taglio.Il tabindex attribuisce la definizione in HTML 4.01.

[DOMName("tabIndex")]
public int TabIndex { get; set; }

Valore di proprietà

int

Type

Il tipo di controllo di questo modulo. Questo è la riga “textarea”.

[DOMName("type")]
public string Type { get; }

Valore di proprietà

string

Value

Represente il contenuto corrente del corrispondente controllo del modulo, inna interattivo agente utente. cambiando questo attributo cambia il contenuto del controllo del modulo, ma non cambia il contenuto dell’elemento. Se l’intero dati non può adattarsi a un singolo ‘DOMString’, l’implementazione può truncare i dati.

[DOMName("value")]
public string Value { get; set; }

Valore di proprietà

string

 Italiano