Class OdfHyperlinkInfo
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
urlstringThe link URL (
xlink:href). / 連結 URL(xlink:href)。displayTextstringThe display text content. / 顯示文字內容。
Properties
DisplayText
Gets the display text content. 取得顯示文字內容。
public string DisplayText { get; }
Property Value
Url
Gets the link URL. 取得連結 URL。
public string Url { get; }