共用方式為


HyperlinkType.Action Property

Definition

Action to take, it may still need r:id to specify an action target

Represents the following attribute in the schema: action

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

Property Value

Returns StringValue.

Attributes

Applies to