- pageAtIndex(int) - Method in class com.compdfkit.core.document.CPDFDocument
-
Returns a pageNum object representing the page at index, more:
CPDFPage
.
- parseColor(float[]) - Static method in class com.compdfkit.core.utils.ColorUtils
-
将颜色数组转化为int值(0x00000000-0xFFFFFFFF)
- parseColor(float, float, float, float) - Static method in class com.compdfkit.core.utils.ColorUtils
-
将a,r,g,b转化为int值(0x00000000-0xFFFFFFFF)
- parseColor(int[]) - Static method in class com.compdfkit.core.utils.ColorUtils
-
将颜色数组转化为int值(0x00000000-0xFFFFFFFF)
- parseColor(int, int, int, int) - Static method in class com.compdfkit.core.utils.ColorUtils
-
将a,r,g,b转化为int值(0x00000000-0xFFFFFFFF)
- PDFAnnotationFlagHidden - Static variable in interface com.compdfkit.core.annotation.CPDFAnnotation.Flags
-
If set, do not display or print the annotation or allow it to interact with the user.
- PDFAnnotationFlagInvisible - Static variable in interface com.compdfkit.core.annotation.CPDFAnnotation.Flags
-
[IGNORED] If set, ignore annotation AP stream if there is no handler available.
- PDFAnnotationFlagLocked - Static variable in interface com.compdfkit.core.annotation.CPDFAnnotation.Flags
-
If set, don’t allow the annotation to be deleted or its properties to be modified, except for `contents`.
- PDFAnnotationFlagLockedContents - Static variable in interface com.compdfkit.core.annotation.CPDFAnnotation.Flags
-
[IGNORED] If set, don't allow the `contents` of the annotation to be modified by the user.
- PDFAnnotationFlagNoRotate - Static variable in interface com.compdfkit.core.annotation.CPDFAnnotation.Flags
-
[IGNORED] If set, don't rotate the annotation’s appearance to match the rotation of the page.
- PDFAnnotationFlagNoView - Static variable in interface com.compdfkit.core.annotation.CPDFAnnotation.Flags
-
[IGNORED] I If set, don't display the annotation on the screen.
- PDFAnnotationFlagNoZoom - Static variable in interface com.compdfkit.core.annotation.CPDFAnnotation.Flags
-
[IGNORED] If set, don't scale the annotation’s appearance to match the magnification of the page.
- PDFAnnotationFlagPrint - Static variable in interface com.compdfkit.core.annotation.CPDFAnnotation.Flags
-
[IGNORED] If set, print the annotation when the page is printed.
- PDFAnnotationFlagReadOnly - Static variable in interface com.compdfkit.core.annotation.CPDFAnnotation.Flags
-
If set, don’t allow the annotation to be deleted or its properties to be modified, including `contents`.
- PDFAnnotationFlagToggleNoView - Static variable in interface com.compdfkit.core.annotation.CPDFAnnotation.Flags
-
[IGNORED] If set, invert the interpretation of the `.noView` flag for certain events.
- pdfPage - Variable in class com.compdfkit.core.annotation.CPDFAnnotation
-
- PermissionEnum - Enum in com.compdfkit.core.library
-
- PointF - Class in com.compdfkit.core.android.graphics
-
- PointF() - Constructor for class com.compdfkit.core.android.graphics.PointF
-
- PointF(float, float) - Constructor for class com.compdfkit.core.android.graphics.PointF
-
- PointF(PointF) - Constructor for class com.compdfkit.core.android.graphics.PointF
-
Create a new PointF initialized with the values in the specified
PointF (which is left unmodified).
- printShortString(PrintWriter) - Method in class com.compdfkit.core.android.graphics.RectF
-
Print short representation to given writer.