XpsElementLinkTarget
Contenu
[
Cacher
]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
| Constructeur | Description |
|---|---|
| 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éthode | Description |
|---|---|
| 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ètre | Type | Description |
|---|---|---|
| targetPage | XpsPage | L’élément de page dans le document fixe actif. |
XpsElementLinkTarget(XpsCanvas targetCanvas)
public XpsElementLinkTarget(XpsCanvas targetCanvas)
Crée la nouvelle instance.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| targetCanvas | XpsCanvas | L’élément canvas dans le document fixe actif. |
XpsElementLinkTarget(XpsPath targetPath)
public XpsElementLinkTarget(XpsPath targetPath)
Crée la nouvelle instance.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| targetPath | XpsPath | L’élément path dans le document fixe actif. |
XpsElementLinkTarget(XpsGlyphs targetGlyphs)
public XpsElementLinkTarget(XpsGlyphs targetGlyphs)
Crée la nouvelle instance.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| targetGlyphs | XpsGlyphs | L’élément glyphs dans le document fixe actif. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| 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:
| Paramètre | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |