XpsElementLinkTarget

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

public final class XpsElementLinkTarget extends XpsHyperlinkTarget

Classe che incapsula il target del collegamento ipertestuale relativo con nome-indirizzo.

Costruttori

CostruttoreDescrizione
XpsElementLinkTarget(XpsPage targetPage)Crea la nuova istanza.
XpsElementLinkTarget(XpsCanvas targetCanvas)Crea la nuova istanza.
XpsElementLinkTarget(XpsPath targetPath)Crea la nuova istanza.
XpsElementLinkTarget(XpsGlyphs targetGlyphs)Crea la nuova istanza.

Metodi

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

XpsElementLinkTarget(XpsPage targetPage)

public XpsElementLinkTarget(XpsPage targetPage)

Crea la nuova istanza.

Parameters:

ParametroTipoDescrizione
targetPageXpsPageL’elemento di pagina all’interno del documento fisso attivo.

XpsElementLinkTarget(XpsCanvas targetCanvas)

public XpsElementLinkTarget(XpsCanvas targetCanvas)

Crea la nuova istanza.

Parameters:

ParametroTipoDescrizione
targetCanvasXpsCanvasL’elemento canvas all’interno del documento fisso attivo.

XpsElementLinkTarget(XpsPath targetPath)

public XpsElementLinkTarget(XpsPath targetPath)

Crea la nuova istanza.

Parameters:

ParametroTipoDescrizione
targetPathXpsPathL’elemento path all’interno del documento fisso attivo.

XpsElementLinkTarget(XpsGlyphs targetGlyphs)

public XpsElementLinkTarget(XpsGlyphs targetGlyphs)

Crea la nuova istanza.

Parameters:

ParametroTipoDescrizione
targetGlyphsXpsGlyphsL’elemento glyphs all’interno del documento fisso attivo.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParametroTipoDescrizione
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:

ParametroTipoDescrizione
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParametroTipoDescrizione
arg0long
arg1int