PdfObjectReference
Vue de l’ensemble
‘PdfObjectReference’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: PdfBase.
PDF indirecte référence d’objet (§7.3.10, ISO 32000-1:2008).
Cette classe fournit 16 méthodes pour travailler avec des objets de référence PdfObject dans les programmes Java. Les méthodologies disponibles comprennent: Pdf ObjectReference, accept', 'dereferance', equals,getKey,, ghetObjectsKee., hashCode isDirty; isIndirect; setDirt : setObjetKay et 2 méthodi supplémentaires. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : dirty‘, ‘indirect’, key`.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
key | PdfObjectKey | Read | Returns the indirect object key. |
dirty | boolean | Read | Returns {@code true} if this object was modified since loading. |
indirect | boolean | Read | Returns whether this object is an indirect object (has an object key). |
objectKey | PdfObjectKey | Read | Returns the indirect object key, or {@code null} for direct objects. |
méthodes
| Signature | Description |
|---|---|
PdfObjectReference(key: PdfObjectKey) | Creates a reference from a key. |
PdfObjectReference(objectNumber: int, generationNumber: int) | Creates a reference from object and generation numbers. |
PdfObjectReference(key: PdfObjectKey, resolver: ObjectResolver) | Creates a reference from a key with an optional resolver. |
getKey() → PdfObjectKey | Returns the indirect object key. |
dereference() → PdfBase | Resolves the reference to the actual object. |
setResolver(resolver: ObjectResolver) | Sets the resolver for lazy loading. |
writeTo(os: OutputStream) | |
accept(visitor: IPdfVisitor<T>) → T | |
equals(o: Object) → boolean | |
hashCode() → int | |
toString() → String | |
isDirty() → boolean | Returns {@code true} if this object was modified since loading. |
setDirty(dirty: boolean) | Sets the dirty flag on this object. |
isIndirect() → boolean | Returns whether this object is an indirect object (has an object key). |
getObjectKey() → PdfObjectKey | Returns the indirect object key, or {@code null} for direct objects. |
setObjectKey(key: PdfObjectKey) | Sets the indirect object key. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise