OleItem-Klasse
OLE Link Item.When the object is serialized out as xml, its qualified name is x:oleItem.
Vererbungshierarchie
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Spreadsheet.OleItem
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class OleItem _
Inherits OpenXmlLeafElement
'Usage
Dim instance As OleItem
public class OleItem : OpenXmlLeafElement
Hinweise
[ISO/IEC 29500-1 1. Ausgabe]
18.14.9 oleItem (Object Link Item)
This element represents a single link within the object referenced by the parent element.
Parent Elements |
---|
oleItems (§18.14.10) |
Attributes |
Description |
---|---|
advise (Advise) |
Set to true if the linked object should notify the application when the external data changes. Default value is false. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
icon (Icon) |
Set to true if the linked object is represented by an icon. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
name (Object Name) |
The linked object's name. The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19). |
preferPic (Object is an Image) |
Set to true if the linked object is represented by an image. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
[Note: The W3C XML Schema definition of this element's content model (CT_OleItem) is located in §A.2. end note]
© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.