Class XpsElementLinkTarget
Class XpsElementLinkTarget
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.8.0)
Class incapsulating the relative named-address hyperlink target.
public sealed class XpsElementLinkTarget : XpsHyperlinkTargetInheritance
object ← XpsHyperlinkTarget ← XpsElementLinkTarget
Inherited Members
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
XpsElementLinkTarget(XpsPage)
Creates the new instance.
public XpsElementLinkTarget(XpsPage targetPage)Parameters
targetPage XpsPage
The page element within the active fixed document.
XpsElementLinkTarget(XpsCanvas)
Creates the new instance.
public XpsElementLinkTarget(XpsCanvas targetCanvas)Parameters
targetCanvas XpsCanvas
The canvas element within the active fixed document.
XpsElementLinkTarget(XpsPath)
Creates the new instance.
public XpsElementLinkTarget(XpsPath targetPath)Parameters
targetPath XpsPath
The path element within the active fixed document.
XpsElementLinkTarget(XpsGlyphs)
Creates the new instance.
public XpsElementLinkTarget(XpsGlyphs targetGlyphs)Parameters
targetGlyphs XpsGlyphs
The glyphs element within the active fixed document.