XpsElement

Inheritance: java.lang.Object, com.aspose.xps.XpsObject

All Implemented Interfaces: java.lang.Iterable

public abstract class XpsElement extends XpsObject implements Iterable<XpsContentElement>

सामान्य XPS तत्व सुविधाओं को सम्मिलित करने वाला वर्ग।

मेथड्स

मेथडविवरण
equals(Object arg0)
get(int i)इंडेक्स i द्वारा तत्व के बच्चों तक पहुँच प्रदान करता है।
getClass()
hashCode()
iterator()Iterable इंटरफ़ेस का कार्यान्वयन।
notify()
notifyAll()
size()चाइल्ड एलिमेंट्स की संख्या लौटाता है।
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

पैरामीटरप्रकारविवरण
arg0java.lang.Object

Returns: boolean

get(int i)

public XpsContentElement get(int i)

इंडेक्स i द्वारा तत्व के बच्चों तक पहुँच प्रदान करता है।

Parameters:

पैरामीटरप्रकारविवरण
iintचाइल्ड एलिमेंट का इंडेक्स।

Returns: XpsContentElement - Child element at i position.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

iterator()

public Iterator<XpsContentElement> iterator()

Iterable इंटरफ़ेस का कार्यान्वयन।

Returns: java.util.Iterator<com.aspose.xps.XpsContentElement> - सूची के लिए एन्यूमरेटर लौटाता है।

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

size()

public int size()

चाइल्ड एलिमेंट्स की संख्या लौटाता है।

Returns: int - चाइल्ड एलिमेंट्स की संख्या।

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