Class HTMLObjectElement

Class HTMLObjectElement

Nome do espaço: Aspose.Html Assembleia: Aspose.HTML.dll (25.4.0)

Objeto embutido genérico.Em princípio, todas as propriedades do elemento objetosão leitura-escrita, mas em alguns ambientes algumas propriedades podem ser leitura-sóUma vez que o objeto subjacente é instantiado. ver o elemento OBJECTDefinição em [Título HTML 4.01].

Veja também o Document object Model (DOM) Level 2 HTML Specification .

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

Inheritance

object DOMObject EventTarget Node Element HTMLElement HTMLObjectElement

Implements

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

Membros herdados

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

Align

Alinear este objeto (vertical ou horizontal) com relação ao seu texto circundante. ver a definição de atributo alineado em HTML 4.01. Este atributo é depreciado em HTML 4.01.

[DOMName("align")]
public string Align { get; set; }

Valor da propriedade

string

Archive

Veja a definição do atributo do arquivo em HTML 4.01.

[DOMName("archive")]
public string Archive { get; set; }

Valor da propriedade

string

Border

Ver a definição do atributo de fronteira em HTML 4.01. Este atributo é depreciado em HTML 4.01.

[DOMName("border")]
public string Border { get; set; }

Valor da propriedade

string

ClassId

Defina um valor de ID de classe como definido no Registro do Windows ou em um URL

[DOMName("classId")]
public string ClassId { get; set; }

Valor da propriedade

string

Code

Veja o atributo de ‘código’ para HTMLAppletElement.

[DOMName("code")]
public string Code { get; set; }

Valor da propriedade

string

CodeBase

Base URI [IETF RFC 2396] para ‘classid’, ‘data’, e ‘archive’ atributos.

[DOMName("codeBase")]
public string CodeBase { get; set; }

Valor da propriedade

string

CodeType

Tipo de conteúdo para dados baixados através do atributo ‘classid’.Veja a definição do atributo do tipo de código em HTML 4.01.

[DOMName("codeType")]
public string CodeType { get; set; }

Valor da propriedade

string

Data

Uma URI [Avaliação do IETF RFC 2396] especificar a localização dos dados do objeto. ver os dadosDefinição de atributos em HTML 4.01.

[DOMName("data")]
public string Data { get; set; }

Valor da propriedade

string

Declare

Declarar (para referência futura), mas não instante, este objeto.Veja a definição do atributo de declaração em HTML 4.01.

[DOMName("declare")]
public bool Declare { get; set; }

Valor da propriedade

bool

Form

Retorna o elemento ‘FORM’ que contém este controle. Retorna ’nulo’ se esse controle não estiver dentro do contexto de um formulário.

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

Valor da propriedade

HTMLFormElement

Height

Ver a definição do atributo de altura em HTML 4.01.

[DOMName("height")]
public string Height { get; set; }

Valor da propriedade

string

Hspace

Espaço horizontal, em pixels, à esquerda e à direita desta imagem,Applet, ou Objeto. ver a definição do atributo hspace em HTML 4.01.Este atributo é depreciado em HTML 4.01.

[DOMName("hspace")]
public int Hspace { get; set; }

Valor da propriedade

int

Name

Controle de formulário ou nome de objeto quando apresentado com um formulário. ver o nomeDefinição de atributos em HTML 4.01.

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

Valor da propriedade

string

Standby

Mensagem para render ao carregar o objeto. ver atributo standbyDefinição em HTML 4.01.

[DOMName("standby")]
public string Standby { get; set; }

Valor da propriedade

string

TabIndex

Índice que representa a posição do elemento na ordem de tab. VerO tabindex atribui a definição em HTML 4.01.

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

Valor da propriedade

int

Type

Tipo de conteúdo para dados baixados através do atributo ‘data’. definição do atributo de tipo Seethe em HTML 4.01.

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

Valor da propriedade

string

UseMap

Use o mapa da imagem do lado do cliente. Ver a definição do atributo do usemap em HTML4.01.

[DOMName("useMap")]
public string UseMap { get; set; }

Valor da propriedade

string

Vspace

Espaço vertical, em pixels, acima e abaixo desta imagem, applet, ou objeto. Ver a definição do atributo vspace em HTML 4.01. Este atributo é depreciado em HTML 4.01.

[DOMName("vspace")]
public int Vspace { get; set; }

Valor da propriedade

int

Width

Ver a definição do atributo de largura em HTML 4.01.

[DOMName("width")]
public string Width { get; set; }

Valor da propriedade

string

 Português