Extrait

Vue de l’ensemble

‘ExtGState’ est une classe dans Aspose.PDF FOSS pour Java.

Le dictionnaire paramètres de l’état graphique étendu (ISO 32000-1:2008, §8.4.5, tableau 58).

Cette classe fournit 13 méthodes pour travailler avec des objets ExtGState dans les programmes Java. Les méthodologies disponibles comprennent: ExtGstate, getBlendMode , ‘getFont; getLineCap; getLinJoin :getLins:getMiterLimit. GetNonStrokingAlpha., geTonStrokingOverprint,,getOversprint‘, 'gePdfDictionary et 1 méthode supplémentaire. 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 : blendMODs font`` Caplineline, Join ́line Widline ́miter, 6+

Propriétés

NameTypeAccessDescription
strokingAlphadoubleReadReturns the stroking alpha constant (/CA).
nonStrokingAlphadoubleReadReturns the non-stroking alpha constant (/ca).
blendModeStringReadReturns the blend mode (/BM).
softMaskPdfBaseReadReturns the soft mask (/SMask) value — may be PdfName(“None”) or PdfDictionary.
lineWidthdoubleReadReturns the line width (/LW), or -1 if not set.
lineCapintReadReturns the line cap style (/LC), or -1 if not set.
lineJoinintReadReturns the line join style (/LJ), or -1 if not set.
miterLimitdoubleReadReturns the miter limit (/ML), or -1 if not set.
fontPdfArrayReadReturns the font entry (/Font) — [font size] array, or null.
overprintbooleanReadReturns the overprint flag (/OP).
nonStrokingOverprintbooleanReadReturns the non-stroking overprint flag (/op).
pdfDictionaryPdfDictionaryReadReturns the underlying PDF dictionary.

méthodes

SignatureDescription
ExtGState(dict: PdfDictionary)Creates an ExtGState from a graphics state parameter dictionary.
getStrokingAlpha()doubleReturns the stroking alpha constant (/CA).
getNonStrokingAlpha()doubleReturns the non-stroking alpha constant (/ca).
getBlendMode()StringReturns the blend mode (/BM).
getSoftMask()PdfBaseReturns the soft mask (/SMask) value — may be PdfName(“None”) or PdfDictionary.
getLineWidth()doubleReturns the line width (/LW), or -1 if not set.
getLineCap()intReturns the line cap style (/LC), or -1 if not set.
getLineJoin()intReturns the line join style (/LJ), or -1 if not set.
getMiterLimit()doubleReturns the miter limit (/ML), or -1 if not set.
getFont()PdfArrayReturns the font entry (/Font) — [font size] array, or null.
getOverprint()booleanReturns the overprint flag (/OP).
getNonStrokingOverprint()booleanReturns the non-stroking overprint flag (/op).
getPdfDictionary()PdfDictionaryReturns the underlying PDF dictionary.

Voir aussi

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