Uses of Class
com.itextpdf.text.pdf.PdfBoolean
-
Packages that use PdfBoolean Package Description com.itextpdf.testutils com.itextpdf.text.pdf com.itextpdf.text.pdf.pdfcleanup com.itextpdf.text.pdf.richmedia com.itextpdf.text.pdf.spatial.objects -
-
Uses of PdfBoolean in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfBoolean Modifier and Type Method Description booleanCompareTool. compareBooleans(PdfBoolean outBoolean, PdfBoolean cmpBoolean)private booleanCompareTool. 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 PdfBoolean Modifier and Type Field Description static PdfBooleanPdfBoolean. PDFFALSEstatic PdfBooleanPdfBoolean. PDFTRUEMethods in com.itextpdf.text.pdf that return PdfBoolean Modifier and Type Method Description PdfBooleanPdfArray. getAsBoolean(int idx)Returns aPdfObjectas aPdfBoolean, resolving indirect references.PdfBooleanPdfDictionary. getAsBoolean(PdfName key)Returns aPdfObjectas aPdfBoolean, resolving indirect references. -
Uses of PdfBoolean in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfBoolean Modifier and Type Method Description private voidPdfCleanUpProcessor. drawOverlayText(PdfContentByte canvas, java.util.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 PdfBoolean Modifier and Type Method Description voidRichMediaPresentation. setNavigationPane(PdfBoolean navigationPane)Sets a flag that indicates the default behavior of the navigation pane user interface element.voidRichMediaPresentation. 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.voidRichMediaPresentation. setToolbar(PdfBoolean toolbar)Sets a flag that indicates the default behavior of an interactive toolbar associated with this annotation.voidRichMediaPresentation. 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 PdfBoolean Modifier and Type Method Description voidNumberFormatDictionary. setFixedDenominator(PdfBoolean isFixedDenominator)If true, a fractional value formatted according to Precision may not have its denominator reduced or low-order zeros truncated.
-