LinkType Class

Embedded Object Alternate Image Request.When the object is serialized out as xml, its qualified name is o:LinkType.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.OpenXmlLeafTextElement
        DocumentFormat.OpenXml.Vml.Office.LinkType

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class LinkType _
    Inherits OpenXmlLeafTextElement
'Usage
Dim instance As LinkType
public class LinkType : OpenXmlLeafTextElement

Remarks

[ISO/IEC 29500-1 1st Edition]

14.2.2.17 LinkType (Embedded Object Alternate Image Request)

This element specifies the kind of image which shall be requested from an embedded object's host application when the contents of a linked image are updated within a document. When linked images are stored in documents, the only items stored in the document are an image representation and a link to the source. This element specifies the kind of image which shall be requested from the source on update.

[Note: The formats available can vary based on the kind of embedded object - this information is typically queried from the embedded object's application before it is stored. This setting can be omitted, and is usually stored for performance reasons, so it is not queried on each update of the linked object. end note]

The possible values for this element are defined by the ST_OLELinkType simple type (§14.2.3.19).

Parent Elements

OLEObject (§14.2.2.20)

[Note: The W3C XML Schema definition of this element’s content model (ST_OLELinkType) is located in §A.6.2. end note]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LinkType Members

DocumentFormat.OpenXml.Vml.Office Namespace