Share via


Shape.TextLink Property

Definition

Text Link

Represents the following attribute in the schema: textlink

[DocumentFormat.OpenXml.SchemaAttr(0, "textlink")]
public DocumentFormat.OpenXml.StringValue TextLink { get; set; }
public DocumentFormat.OpenXml.StringValue TextLink { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "textlink")]
public DocumentFormat.OpenXml.StringValue? TextLink { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("textlink")]
public DocumentFormat.OpenXml.StringValue? TextLink { get; set; }
public DocumentFormat.OpenXml.StringValue? TextLink { get; set; }
member this.TextLink : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "textlink")>]
member this.TextLink : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("textlink")>]
member this.TextLink : DocumentFormat.OpenXml.StringValue with get, set
Public Property TextLink As StringValue

Property Value

Returns StringValue.

Attributes

Applies to