Uses of Class
com.itextpdf.text.pdf.PdfBoolean
Packages that use PdfBoolean
Package
Description
-
Uses of PdfBoolean in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfBooleanModifier and TypeMethodDescriptionboolean
CompareTool.compareBooleans
(PdfBoolean outBoolean, PdfBoolean cmpBoolean) private boolean
CompareTool.compareBooleansExtended
(PdfBoolean outBoolean, PdfBoolean cmpBoolean, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult) -
Uses of PdfBoolean in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfBooleanModifier and TypeFieldDescriptionstatic final PdfBoolean
PdfBoolean.PDFFALSE
static final PdfBoolean
PdfBoolean.PDFTRUE
Methods in com.itextpdf.text.pdf that return PdfBooleanModifier and TypeMethodDescriptionPdfArray.getAsBoolean
(int idx) Returns aPdfObject
as aPdfBoolean
, resolving indirect references.PdfDictionary.getAsBoolean
(PdfName key) Returns aPdfObject
as aPdfBoolean
, resolving indirect references. -
Uses of PdfBoolean in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfBooleanModifier and TypeMethodDescriptionprivate void
PdfCleanUpProcessor.drawOverlayText
(PdfContentByte canvas, List<Rectangle> textRectangles, PdfString overlayText, PdfString otDA, PdfNumber otQ, PdfBoolean otRepeat) -
Uses of PdfBoolean in com.itextpdf.text.pdf.richmedia
Methods in com.itextpdf.text.pdf.richmedia with parameters of type PdfBooleanModifier and TypeMethodDescriptionvoid
RichMediaPresentation.setNavigationPane
(PdfBoolean navigationPane) Sets a flag that indicates the default behavior of the navigation pane user interface element.void
RichMediaPresentation.setPassContextClick
(PdfBoolean passContextClick) Sets a flag that indicates whether a context click on the rich media annotation is passed to the media player run time or is handled by the conforming reader.void
RichMediaPresentation.setToolbar
(PdfBoolean toolbar) Sets a flag that indicates the default behavior of an interactive toolbar associated with this annotation.void
RichMediaPresentation.setTransparent
(PdfBoolean transparent) Set a flag that indicates whether the page content is displayed through the transparent areas of the rich media content (where the alpha value is less than 1.0). -
Uses of PdfBoolean in com.itextpdf.text.pdf.spatial.objects
Methods in com.itextpdf.text.pdf.spatial.objects with parameters of type PdfBooleanModifier and TypeMethodDescriptionvoid
NumberFormatDictionary.setFixedDenominator
(PdfBoolean isFixedDenominator) If true, a fractional value formatted according to Precision may not have its denominator reduced or low-order zeros truncated.