PdfPattern
Vue de l’ensemble
‘PdfPattern’ est une classe dans Aspose.PDF FOSS pour Java.
Base abstraite pour les modèles PDF (ISO 32000-1:2008, §8.7).
Cette classe fournit 4 méthodes pour travailler avec les objets PdfPattern dans les programmes Java. Les méthodologies disponibles comprennent: ‘getMatrix’, ’ getPadternType’, getPdfDictionary', ‘parse'. Tous les membres publics sont accessibles à n'importe quelle application Java après l'installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : 'matrix', ''pattern Type', "pdfDictary.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
patternType | int | Read | Returns the pattern type: 1 for tiling, 2 for shading. |
matrix | Matrix | Read | Returns the pattern matrix that maps pattern space to user space. |
pdfDictionary | PdfDictionary | Read | Returns the underlying PDF dictionary. |
méthodes
| Signature | Description |
|---|---|
getPatternType() → int | Returns the pattern type: 1 for tiling, 2 for shading. |
getMatrix() → Matrix | Returns the pattern matrix that maps pattern space to user space. |
getPdfDictionary() → PdfDictionary | Returns the underlying PDF dictionary. |
parse(obj: PdfBase, parser: PDFParser) → PdfPattern | Factory: parses a pattern from a PDF object. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise