Class XpsElementLinkTarget

Class XpsElementLinkTarget

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)

类封装了相对命名地址超链接目标。

public sealed class XpsElementLinkTarget : XpsHyperlinkTarget

继承

objectXpsHyperlinkTargetXpsElementLinkTarget

继承成员

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

构造函数

XpsElementLinkTarget(XpsPage)

创建新实例。

public XpsElementLinkTarget(XpsPage targetPage)

参数

targetPage XpsPage

活动固定文档中的页面元素。

XpsElementLinkTarget(XpsCanvas)

创建新实例。

public XpsElementLinkTarget(XpsCanvas targetCanvas)

参数

targetCanvas XpsCanvas

活动固定文档中的画布元素。

XpsElementLinkTarget(XpsPath)

创建新实例。

public XpsElementLinkTarget(XpsPath targetPath)

参数

targetPath XpsPath

活动固定文档中的路径元素。

XpsElementLinkTarget(XpsGlyphs)

创建新实例。

public XpsElementLinkTarget(XpsGlyphs targetGlyphs)

参数

targetGlyphs XpsGlyphs

活动固定文档中的字形元素。

 中文