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

NameTypeAccessDescription
patternTypeintReadReturns the pattern type: 1 for tiling, 2 for shading.
matrixMatrixReadReturns the pattern matrix that maps pattern space to user space.
pdfDictionaryPdfDictionaryReadReturns the underlying PDF dictionary.

méthodes

SignatureDescription
getPatternType()intReturns the pattern type: 1 for tiling, 2 for shading.
getMatrix()MatrixReturns the pattern matrix that maps pattern space to user space.
getPdfDictionary()PdfDictionaryReturns the underlying PDF dictionary.
parse(obj: PdfBase, parser: PDFParser)PdfPatternFactory: parses a pattern from a PDF object.

Voir aussi

  • Aspose.PDF pour Java — API d’entreprise
 Français