HyperlinkCollector

Inheritance: java.lang.Object

public class HyperlinkCollector

이 클래스는 XPS 문서의 현재 페이지에서 하이퍼링크가 포함된 XPS 요소를 수집합니다.

메서드

메서드설명
collectHyperlinks(XpsDocument document, Class cls)특정 유형의 하이퍼링크가 있는 XPS 요소를 수집합니다.
collectHyperlinks(XpsDocument document)모든 유형의 하이퍼링크가 있는 XPS 요소를 수집합니다.
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)
public static Collection<XpsHyperlinkElement> <T>collectHyperlinks(XpsDocument document, Class<T> cls)

특정 유형의 하이퍼링크가 있는 XPS 요소를 수집합니다.

Parameters:

매개변수유형설명
documentXpsDocumentXPS 문서입니다.
clsjava.lang.Class필터링할 하이퍼링크 대상 유형에 해당하는 클래스 객체입니다.

Returns: java.util.Collection<com.aspose.xps.XpsHyperlinkElement> - 하이퍼링크된 XPS 요소를 포함하는 컬렉션입니다.

public static Collection<XpsHyperlinkElement> collectHyperlinks(XpsDocument document)

모든 유형의 하이퍼링크가 있는 XPS 요소를 수집합니다.

Parameters:

매개변수유형설명
documentXpsDocumentXPS 문서입니다.

Returns: java.util.Collection<com.aspose.xps.XpsHyperlinkElement> - 하이퍼링크된 XPS 요소를 포함하는 컬렉션입니다.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

매개변수유형설명
arg0java.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:

매개변수유형설명
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

매개변수유형설명
arg0long
arg1int