XpsElementLinkTarget
inhoud
[
verbergen
]Inheritance: java.lang.Object, com.aspose.xps.XpsHyperlinkTarget
public final class XpsElementLinkTarget extends XpsHyperlinkTarget
Klasse die het relatieve benoemde-adres hyperlinkdoel omvat.
Constructors
| Constructor | Beschrijving |
|---|---|
| XpsElementLinkTarget(XpsPage targetPage) | Maakt de nieuwe instantie aan. |
| XpsElementLinkTarget(XpsCanvas targetCanvas) | Maakt de nieuwe instantie aan. |
| XpsElementLinkTarget(XpsPath targetPath) | Maakt de nieuwe instantie aan. |
| XpsElementLinkTarget(XpsGlyphs targetGlyphs) | Maakt de nieuwe instantie aan. |
Methoden
| Methode | Beschrijving |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
XpsElementLinkTarget(XpsPage targetPage)
public XpsElementLinkTarget(XpsPage targetPage)
Maakt de nieuwe instantie aan.
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| targetPage | XpsPage | Het paginanelement binnen het actieve vaste document. |
XpsElementLinkTarget(XpsCanvas targetCanvas)
public XpsElementLinkTarget(XpsCanvas targetCanvas)
Maakt de nieuwe instantie aan.
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| targetCanvas | XpsCanvas | Het canvas‑element binnen het actieve vaste document. |
XpsElementLinkTarget(XpsPath targetPath)
public XpsElementLinkTarget(XpsPath targetPath)
Maakt de nieuwe instantie aan.
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| targetPath | XpsPath | Het pad‑element binnen het actieve vaste document. |
XpsElementLinkTarget(XpsGlyphs targetGlyphs)
public XpsElementLinkTarget(XpsGlyphs targetGlyphs)
Maakt de nieuwe instantie aan.
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| targetGlyphs | XpsGlyphs | Het glyphs‑element binnen het actieve vaste document. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| 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:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | long | |
| arg1 | int |