Class HTMLObjectElement

Class HTMLObjectElement

Pôvodný názov: Aspose.Html Zhromaždenie: Aspose.HTML.dll (25.4.0)

Generický vstavaný objekt.V zásade všetky vlastnosti prvku objektusú čitateľné, ale v niektorých prostrediach niektoré vlastnosti môžu byť čitateľnépo inštancii podkladového objektu. pozri prvok OBJECTDefinícia v [Článok HTML 4.01].

Pozri tiež The 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

Z dedičných členov

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

Usporiada tento objekt (vertikálne alebo horizontálne) s ohľadom na jeho okolitý text. Pozri definíciu align atribút v HTML 4.01. Tento atribút je deprecovaný v HTML 4.01.

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

Hodnota nehnuteľnosti

string

Archive

Rozdelený zoznam archívov. pozri definíciu archívového atributu v HTML 4.01.

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

Hodnota nehnuteľnosti

string

Border

Pozri definíciu hraničného atributu v HTML 4.01. Tento atribút je depreciovaný v HTML 4.01.

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

Hodnota nehnuteľnosti

string

ClassId

Definuje hodnotu ID triedy podľa nastavenia v registri Windows alebo URL

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

Hodnota nehnuteľnosti

string

Code

Applet trieda súbor. Pozri atribút “kód” pre HTMLAppletElement.

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

Hodnota nehnuteľnosti

string

CodeBase

Base URI [IETF RFC 2396] pre atribúty ‘classid’, ‘data’, a ‘archive’.

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

Hodnota nehnuteľnosti

string

CodeType

Typ obsahu pre údaje stiahnuté prostredníctvom atribútu “classid”.Zobraziť definíciu atribútu kódu v HTML 4.01.

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

Hodnota nehnuteľnosti

string

Data

Uri je [Spoločnosť IETF RFC 2396] určiť umiestnenie údajov o objekte. zobraziť údajeDefinícia atribútu v HTML 4.01.

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

Hodnota nehnuteľnosti

string

Declare

Vyhláste (pre budúcu referenciu), ale neaktualizujte tento objekt.Pozri definíciu deklarovaného atributu v HTML 4.01.

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

Hodnota nehnuteľnosti

bool

Form

Vráti prvok “FORM” obsahujúci túto kontrolu. Vráti “zero”, ak táto kontrola nie je v kontexte formulára.

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

Hodnota nehnuteľnosti

HTMLFormElement

Height

Pozri definíciu výšky atribútu v HTML 4.01.

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

Hodnota nehnuteľnosti

string

Hspace

Horizontálny priestor, v pixeloch, na ľavej a pravej strane tohto obrazu,applet, alebo objekt. Pozri definíciu atribútu hspace v HTML 4.01.Tento atribút je depreciovaný v HTML 4.01.

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

Hodnota nehnuteľnosti

int

Name

Kontrola formulára alebo názov objektu, keď je predložený s formulárom.Definícia atribútu v HTML 4.01.

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

Hodnota nehnuteľnosti

string

Standby

Posolstvo na odovzdanie pri nahrávaní objektu. pozri atribút standbyDefinícia v HTML 4.01.

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

Hodnota nehnuteľnosti

string

TabIndex

Index, ktorý predstavuje polohu prvku v tabuľkovom poradí.Tabuľkový index sa definuje v HTML 4.01.

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

Hodnota nehnuteľnosti

int

Type

Typ obsahu pre údaje stiahnuté prostredníctvom atribútu “data”. definícia atribútu typu Seethe v HTML 4.01.

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

Hodnota nehnuteľnosti

string

UseMap

Použite mapu obrázka na strane klienta. zobraziť definíciu atribútu usemap v HTML4.01.

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

Hodnota nehnuteľnosti

string

Vspace

Vertikálny priestor, v pixeloch, nad a pod tento obrázok, applet, alebo objekt. Pozri definíciu atribútu vspace v HTML 4.01. Tento atribút je deprecovaný v HTML 4.01.

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

Hodnota nehnuteľnosti

int

Width

Pozri definíciu atribútu šírky v HTML 4.01.

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

Hodnota nehnuteľnosti

string

 Slovenčina