HyperlinkCollector
Inheritance: java.lang.Object
public class HyperlinkCollector
यह क्लास XPS दस्तावेज़ के वर्तमान पृष्ठ से हाइपरलिंक वाले XPS तत्वों को इकट्ठा करने की सुविधा देती है।
मेथड्स
| मेथड | विवरण |
|---|---|
| एक निश्चित प्रकार के हाइपरलिंक वाले XPS तत्वों को एकत्र करता है। | |
| collectHyperlinks(XpsDocument document) | सभी प्रकार के हाइपरलिंक वाले XPS तत्वों को एकत्र करता है। |
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
collectHyperlinks(XpsDocument document, Class cls)
public static Collection<XpsHyperlinkElement> <T>collectHyperlinks(XpsDocument document, Class<T> cls)
एक निश्चित प्रकार के हाइपरलिंक वाले XPS तत्वों को एकत्र करता है।
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| document | XpsDocument | XPS दस्तावेज़। |
| cls | java.lang.Class | हाइपरलिंक लक्ष्य प्रकार को फ़िल्टर करने के लिए संबंधित क्लास ऑब्जेक्ट। |
Returns: java.util.Collection<com.aspose.xps.XpsHyperlinkElement> - हाइपरलिंक किए गए XPS तत्वों को शामिल करने वाला संग्रह।
collectHyperlinks(XpsDocument document)
public static Collection<XpsHyperlinkElement> collectHyperlinks(XpsDocument document)
सभी प्रकार के हाइपरलिंक वाले XPS तत्वों को एकत्र करता है।
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| document | XpsDocument | XPS दस्तावेज़। |
Returns: java.util.Collection<com.aspose.xps.XpsHyperlinkElement> - हाइपरलिंक किए गए XPS तत्वों को शामिल करने वाला संग्रह।
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| 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:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arg0 | long | |
| arg1 | int |