XpsElementLinkTarget

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

public final class XpsElementLinkTarget extends XpsHyperlinkTarget

Classe encapsulant la cible de lien hypertexte relative nommée.

Constructeurs

ConstructeurDescription
XpsElementLinkTarget(XpsPage targetPage)Crée la nouvelle instance.
XpsElementLinkTarget(XpsCanvas targetCanvas)Crée la nouvelle instance.
XpsElementLinkTarget(XpsPath targetPath)Crée la nouvelle instance.
XpsElementLinkTarget(XpsGlyphs targetGlyphs)Crée la nouvelle instance.

Méthodes

MéthodeDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

XpsElementLinkTarget(XpsPage targetPage)

public XpsElementLinkTarget(XpsPage targetPage)

Crée la nouvelle instance.

Parameters:

ParamètreTypeDescription
targetPageXpsPageL’élément de page dans le document fixe actif.

XpsElementLinkTarget(XpsCanvas targetCanvas)

public XpsElementLinkTarget(XpsCanvas targetCanvas)

Crée la nouvelle instance.

Parameters:

ParamètreTypeDescription
targetCanvasXpsCanvasL’élément canvas dans le document fixe actif.

XpsElementLinkTarget(XpsPath targetPath)

public XpsElementLinkTarget(XpsPath targetPath)

Crée la nouvelle instance.

Parameters:

ParamètreTypeDescription
targetPathXpsPathL’élément path dans le document fixe actif.

XpsElementLinkTarget(XpsGlyphs targetGlyphs)

public XpsElementLinkTarget(XpsGlyphs targetGlyphs)

Crée la nouvelle instance.

Parameters:

ParamètreTypeDescription
targetGlyphsXpsGlyphsL’élément glyphs dans le document fixe actif.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParamètreTypeDescription
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:

ParamètreTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParamètreTypeDescription
arg0long
arg1int