XpsElementLinkTarget

Inheritance: java.lang.Object, com.aspose.xps.XpsHyperlinkTarget

public final class XpsElementLinkTarget extends XpsHyperlinkTarget

Klasse die het relatieve benoemde-adres hyperlinkdoel omvat.

Constructors

ConstructorBeschrijving
XpsElementLinkTarget(XpsPage targetPage)Maakt de nieuwe instantie aan.
XpsElementLinkTarget(XpsCanvas targetCanvas)Maakt de nieuwe instantie aan.
XpsElementLinkTarget(XpsPath targetPath)Maakt de nieuwe instantie aan.
XpsElementLinkTarget(XpsGlyphs targetGlyphs)Maakt de nieuwe instantie aan.

Methoden

MethodeBeschrijving
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

XpsElementLinkTarget(XpsPage targetPage)

public XpsElementLinkTarget(XpsPage targetPage)

Maakt de nieuwe instantie aan.

Parameters:

ParameterTypeBeschrijving
targetPageXpsPageHet paginanelement binnen het actieve vaste document.

XpsElementLinkTarget(XpsCanvas targetCanvas)

public XpsElementLinkTarget(XpsCanvas targetCanvas)

Maakt de nieuwe instantie aan.

Parameters:

ParameterTypeBeschrijving
targetCanvasXpsCanvasHet canvas‑element binnen het actieve vaste document.

XpsElementLinkTarget(XpsPath targetPath)

public XpsElementLinkTarget(XpsPath targetPath)

Maakt de nieuwe instantie aan.

Parameters:

ParameterTypeBeschrijving
targetPathXpsPathHet pad‑element binnen het actieve vaste document.

XpsElementLinkTarget(XpsGlyphs targetGlyphs)

public XpsElementLinkTarget(XpsGlyphs targetGlyphs)

Maakt de nieuwe instantie aan.

Parameters:

ParameterTypeBeschrijving
targetGlyphsXpsGlyphsHet glyphs‑element binnen het actieve vaste document.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeBeschrijving
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeBeschrijving
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeBeschrijving
arg0long
arg1int