XpsElementLinkTarget
Contenido
[
Ocultar
]Inheritance: java.lang.Object, com.aspose.xps.XpsHyperlinkTarget
public final class XpsElementLinkTarget extends XpsHyperlinkTarget
Clase que encapsula el objetivo de hipervínculo relativo con nombre de dirección.
Constructores
| Constructor | Descripción |
|---|---|
| XpsElementLinkTarget(XpsPage targetPage) | Crea la nueva instancia. |
| XpsElementLinkTarget(XpsCanvas targetCanvas) | Crea la nueva instancia. |
| XpsElementLinkTarget(XpsPath targetPath) | Crea la nueva instancia. |
| XpsElementLinkTarget(XpsGlyphs targetGlyphs) | Crea la nueva instancia. |
Métodos
| Método | Descripción |
|---|---|
| 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 nueva instancia.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| targetPage | XpsPage | El elemento de página dentro del documento fijo activo. |
XpsElementLinkTarget(XpsCanvas targetCanvas)
public XpsElementLinkTarget(XpsCanvas targetCanvas)
Crea la nueva instancia.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| targetCanvas | XpsCanvas | El elemento canvas dentro del documento fijo activo. |
XpsElementLinkTarget(XpsPath targetPath)
public XpsElementLinkTarget(XpsPath targetPath)
Crea la nueva instancia.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| targetPath | XpsPath | El elemento de ruta dentro del documento fijo activo. |
XpsElementLinkTarget(XpsGlyphs targetGlyphs)
public XpsElementLinkTarget(XpsGlyphs targetGlyphs)
Crea la nueva instancia.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| targetGlyphs | XpsGlyphs | El elemento glyphs dentro del documento fijo activo. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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:
| Parámetro | Tipo | Descripción |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| arg0 | long | |
| arg1 | int |