XFormCollection
XFormCollection
Összefoglaló
XFormCollection egy osztály a Aspose.PDF FOSS-ben Java számára. Az alábbiakból örökölődik: ̋Iterable
A XObject formanyomtatványok gyűjteménye egy forrásszókönyv /XObjekt bejegyzéséből (ISO 32000-1:2008, 8.10).
Ez a osztály 9 módszert kínál az XFormCollection objektumokkal való munkavégzéshez Java programokban. A rendelkezésre álló módszerek közé tartozik: XForMColection, ̋get , ∂getNames,, ゚hasNext,. ⌒isEmpty., ゙iterator ,, ヽnext", ≫size . Minden nyilvános tag hozzáférhető bármely Java alkalmazáshoz a Aspose.PDF FOSS for Java csomag telepítése után. tulajdonságai: ‹empty›, ‹names`.
A tulajdonságok
| Name | Type | Access | Description |
|---|---|---|---|
empty | boolean | Read | Returns true when no Form XObjects are present. |
names | List<String> | Read | Returns all Form XObject names in iteration order. |
Módszerek
| Signature | Description |
|---|---|
XFormCollection(xobjectDict: PdfDictionary, parser: PDFParser) | Creates a view over an /XObject dictionary, exposing only Form XObjects. |
size() → int | Returns the number of Form XObjects in this collection. |
isEmpty() → boolean | Returns true when no Form XObjects are present. |
get(index: int) → XForm | Returns the XForm at the given 1-based index (Aspose convention). |
get(name: String) → XForm | Returns 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() → boolean | Returns true if next is present. |
next() → XForm |
Lásd még:
- Aspose.PDF a Java Enterprise API referenciára