XFormCollection

סקירה כללית

‘XFormCollection’ הוא שיעור ב- Aspose.PDF FOSS עבור Java. מורשת מ: ‘Iterable’.

אוסף של טופס XObjects מתוך הכניסה /XObject של מילון משאבים (ISO 32000-1:2008, §8.10).

שיטות זמינות כוללות: ‘XFormCollection’, ‘get’, getNames', ‘hasNext’, 'isEmpty', ’iterator', ‚next, ‘size’.כל החברים הציבוריים נגישים לכל יישום Java לאחר התקנת Aspose.PDF FOSS עבור חבילת Java.

נכסים

NameTypeAccessDescription
emptybooleanReadReturns true when no Form XObjects are present.
namesList<String>ReadReturns all Form XObject names in iteration order.

שיטות

SignatureDescription
XFormCollection(xobjectDict: PdfDictionary, parser: PDFParser)Creates a view over an /XObject dictionary, exposing only Form XObjects.
size()intReturns the number of Form XObjects in this collection.
isEmpty()booleanReturns true when no Form XObjects are present.
get(index: int)XFormReturns the XForm at the given 1-based index (Aspose convention).
get(name: String)XFormReturns the XForm registered under the given resource name (e.g.
getNames()List<String>Returns all Form XObject names in iteration order.
iterator()Iterator<XForm>
hasNext()booleanReturns true if next is present.
next()XForm

ראה גם

  • Aspose.PDF for Java — Enterprise API Reference – רשימת ה-Java
 עברית