Table of Contents

Class OdfHyperlinkInfo

Namespace
OdfKit.Text
Assembly
OdfKit.dll

Represents summary information for a hyperlink in a text document. 表示文字文件中一個超連結的摘要資訊。

public sealed class OdfHyperlinkInfo
Inheritance
OdfHyperlinkInfo
Inherited Members

Constructors

OdfHyperlinkInfo(string, string)

Represents summary information for a hyperlink in a text document. 表示文字文件中一個超連結的摘要資訊。

public OdfHyperlinkInfo(string url, string displayText)

Parameters

url string

The link URL (xlink:href). / 連結 URL(xlink:href)。

displayText string

The display text content. / 顯示文字內容。

Properties

DisplayText

Gets the display text content. 取得顯示文字內容。

public string DisplayText { get; }

Property Value

string

Url

Gets the link URL. 取得連結 URL。

public string Url { get; }

Property Value

string