Class FormElement

Class FormElement

Nazwa przestrzeń: Aspose.Html.Forms Zestaw: Aspose.HTML.dll (25.4.0)

Przedstawia podstawową klasę elementów kształtu.

[ComVisible(true)]
public abstract class FormElement

Inheritance

object FormElement

Derived

FormElement

Dziedziczeni członkowie

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

FormElement(FormElementType)

Inicjalizuje nową instancję klasy Aspose.Html.Forms.FormElement.

protected FormElement(FormElementType type)

Parameters

type FormElementType

Typ elementu formy.

Properties

ElementType

Znajduje się typ elementu.

public FormElementType ElementType { get; }

Wartość nieruchomości

FormElementType

Id

otrzymuje lub ustawia identyfikator elementu formularza.

public virtual string Id { get; set; }

Wartość nieruchomości

string

Name

Otrzymuje lub ustawia nazwę elementu kształtu.

public virtual string Name { get; set; }

Wartość nieruchomości

string

Value

Wartość pola

public virtual string Value { get; set; }

Wartość nieruchomości

string

 Polski