XpsElementLinkTarget
Contenuti
[
Nascondere
]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
| Costruttore | Descrizione |
|---|---|
| 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
| Metodo | Descrizione |
|---|---|
| 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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| targetPage | XpsPage | L’elemento di pagina all’interno del documento fisso attivo. |
XpsElementLinkTarget(XpsCanvas targetCanvas)
public XpsElementLinkTarget(XpsCanvas targetCanvas)
Crea la nuova istanza.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| targetCanvas | XpsCanvas | L’elemento canvas all’interno del documento fisso attivo. |
XpsElementLinkTarget(XpsPath targetPath)
public XpsElementLinkTarget(XpsPath targetPath)
Crea la nuova istanza.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| targetPath | XpsPath | L’elemento path all’interno del documento fisso attivo. |
XpsElementLinkTarget(XpsGlyphs targetGlyphs)
public XpsElementLinkTarget(XpsGlyphs targetGlyphs)
Crea la nuova istanza.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| targetGlyphs | XpsGlyphs | L’elemento glyphs all’interno del documento fisso attivo. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long | |
| arg1 | int |