Media.Link Property
Linked Picture Reference.Represents the attribte in schema: r:link
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "link")> _
Public Property Link As StringValue
Get
Set
'Uso
Dim instance As Media
Dim value As StringValue
value = instance.Link
instance.Link = value
[SchemaAttrAttribute(, "link")]
public StringValue Link { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue