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 boolean
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 PdfBoolean Modifier and Type Field Description static PdfBoolean
PdfBoolean. PDFFALSE
static PdfBoolean
PdfBoolean. PDFTRUE
Methods in com.itextpdf.text.pdf that return PdfBoolean Modifier and Type Method Description PdfBoolean
PdfArray. getAsBoolean(int idx)
Returns aPdfObject
as aPdfBoolean
, resolving indirect references.PdfBoolean
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 PdfBoolean Modifier and Type Method Description private void
PdfCleanUpProcessor. 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 void
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 PdfBoolean Modifier and Type Method Description void
NumberFormatDictionary. setFixedDenominator(PdfBoolean isFixedDenominator)
If true, a fractional value formatted according to Precision may not have its denominator reduced or low-order zeros truncated.
-