- save(String, CPDFDocument.PDFDocumentSaveType) - Method in class com.compdfkit.core.document.CPDFDocument
-
The doucment has changes, sava file.
- save(CPDFDocument.PDFDocumentSaveType) - Method in class com.compdfkit.core.document.CPDFDocument
-
The doucment has changes, sava file.
- saveForceByNoincremental() - Method in class com.compdfkit.core.document.CPDFDocument
-
Mandatory saving, the principle is to use non-incremental saving as a document to copy the current document
- saveImage(String, String) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- scale(float) - Method in class com.compdfkit.core.android.graphics.RectF
-
Scales up the rect by the given scale.
- set(float, float) - Method in class com.compdfkit.core.android.graphics.PointF
-
Set the point's x and y coordinates
- set(PointF) - Method in class com.compdfkit.core.android.graphics.PointF
-
Set the point's x and y coordinates to the coordinates of p
- set(float, float, float, float) - Method in class com.compdfkit.core.android.graphics.RectF
-
Set the rectangle's coordinates to the specified values.
- set(RectF) - Method in class com.compdfkit.core.android.graphics.RectF
-
Copy the coordinates from src into this rectangle.
- setAllowCorrectAnnotationAp(boolean) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets whether to allow to correct annotation appearance
- setAllowsCommenting(boolean) - Method in class com.compdfkit.core.document.CPDFDocumentPermissionInfo
-
Set whether to allow commenting.
- setAllowsCopying(boolean) - Method in class com.compdfkit.core.document.CPDFDocumentPermissionInfo
-
Set whether to allow copying of content to the Pasteboard.
- setAllowsDocumentAssembly(boolean) - Method in class com.compdfkit.core.document.CPDFDocumentPermissionInfo
-
Set whether to allow document assembly.
- setAllowsDocumentChanges(boolean) - Method in class com.compdfkit.core.document.CPDFDocumentPermissionInfo
-
Set whether to allow document changes.
- setAllowsFormFieldEntry(boolean) - Method in class com.compdfkit.core.document.CPDFDocumentPermissionInfo
-
Set whether to allow form field entry.
- setAllowsHighQualityPrinting(boolean) - Method in class com.compdfkit.core.document.CPDFDocumentPermissionInfo
-
Set whether to allow high-quality printing.
- setAllowsPrinting(boolean) - Method in class com.compdfkit.core.document.CPDFDocumentPermissionInfo
-
Set whether to allow printing.
- setAlpha(int) - Method in class com.compdfkit.core.annotation.CPDFFreetextAnnotation
-
Sets opacity.
- setAlpha(int) - Method in class com.compdfkit.core.annotation.CPDFInkAnnotation
-
Sets opacity.
- setAlpha(int) - Method in class com.compdfkit.core.annotation.CPDFMarkupAnnotation
-
Sets opacity.
- setAlpha(int) - Method in class com.compdfkit.core.annotation.CPDFTextAnnotation
-
Sets opacity.
- setAuthor(String) - Method in class com.compdfkit.core.document.CPDFInfo
-
Sets PDF author.
- setBgRGBColor(float, float, float) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets background color of annotation.
- setBlendMode(int) - Method in class com.compdfkit.core.compare.CPDFCompareDrawings
-
- setBorderAlpha(int) - Method in class com.compdfkit.core.annotation.CPDFCircleAnnotation
-
Sets the border opacity.
- setBorderAlpha(int) - Method in class com.compdfkit.core.annotation.CPDFLineAnnotation
-
Sets line opacity.
- setBorderAlpha(int) - Method in class com.compdfkit.core.annotation.CPDFSquareAnnotation
-
Sets border opacity.
- setBorderColor(int) - Method in class com.compdfkit.core.annotation.CPDFCircleAnnotation
-
Sets the border color.
- setBorderColor(int) - Method in class com.compdfkit.core.annotation.CPDFLineAnnotation
-
Sets line color.
- setBorderColor(int) - Method in class com.compdfkit.core.annotation.CPDFSquareAnnotation
-
Sets border color.
- setBorderColor(int) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
Sets the border color of the form.
- setBorderRGBColor(float, float, float) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets line color of annotation .
- setBorderStyle(CPDFBorderStyle) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
- setBorderStyle(CPDFBorderStyle) - Method in class com.compdfkit.core.annotation.CPDFCircleAnnotation
-
- setBorderStyle(CPDFBorderStyle) - Method in class com.compdfkit.core.annotation.CPDFFreetextAnnotation
-
- setBorderStyle(CPDFBorderStyle) - Method in class com.compdfkit.core.annotation.CPDFLineAnnotation
-
Sets border style.
- setBorderStyle(CPDFBorderStyle) - Method in class com.compdfkit.core.annotation.CPDFSquareAnnotation
-
- setBorderStyles(CPDFWidget.BorderStyle) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
Sets border style of the form.
- setBorderWidth(float) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets border width of annotation.
- setBorderWidth(float) - Method in class com.compdfkit.core.annotation.CPDFBorderStyle
-
- setBorderWidth(float) - Method in class com.compdfkit.core.annotation.CPDFInkAnnotation
-
Sets border width of ink annotation.
- setBorderWidth(float) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
Sets the border width of the form.
- setButtonAction(CPDFAction) - Method in class com.compdfkit.core.annotation.form.CPDFPushbuttonWidget
-
Sets response action of PushButtonget.
- setButtonTitle(String) - Method in class com.compdfkit.core.annotation.form.CPDFPushbuttonWidget
-
Sets PushButton label.
- setChangeResColor(int) - Method in class com.compdfkit.core.compare.CPDFCompare
-
- setChangeResTransparency(int) - Method in class com.compdfkit.core.compare.CPDFCompare
-
- setCheckBoxStyle(CPDFCheckboxWidget.CheckboxStyle) - Method in class com.compdfkit.core.annotation.form.CPDFCheckboxWidget
-
Sets the border style of CheckBox.
- setCheckColor(int) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
Sets check color of CheckBox or Radiobutton.
- setChecked(boolean) - Method in class com.compdfkit.core.annotation.form.CPDFCheckboxWidget
-
Sets the state of CheckBox, true means selected, false otherwise.
- setChecked(boolean) - Method in class com.compdfkit.core.annotation.form.CPDFRadiobuttonWidget
-
Sets whether Radiobutton is selected, true means selected, false otherwise.
- setCheckStyle(CPDFWidget.CheckStyle) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
Sets the check style of CheckBox or Radiobutton.
- setColor(int) - Method in class com.compdfkit.core.annotation.CPDFInkAnnotation
-
Sets color.
- setColor(int) - Method in class com.compdfkit.core.annotation.CPDFMarkupAnnotation
-
Sets color.
- setColor(int) - Method in class com.compdfkit.core.annotation.CPDFTextAnnotation
-
Sets color.
- setColor(int) - Method in class com.compdfkit.core.annotation.CPDFTextAttribute
-
Sets font color.
- setColor(int) - Method in class com.compdfkit.core.annotation.form.CPDFCheckboxWidget
-
Sets check color of Checkbox.
- setColor(int) - Method in class com.compdfkit.core.annotation.form.CPDFRadiobuttonWidget
-
Sets check color of Radiobutton.
- setColorCompare(int) - Method in class com.compdfkit.core.compare.CPDFCompareDrawings
-
- setColorCompared(int) - Method in class com.compdfkit.core.compare.CPDFCompareDrawings
-
- setContent(String) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets annotation content.
- setContent(String) - Method in class com.compdfkit.core.annotation.CPDFFreetextAnnotation
-
Sets content of FreeText annotation.
- setContent(String) - Method in class com.compdfkit.core.annotation.CPDFTextAnnotation
-
- setContentAndRect(String, RectF) - Method in class com.compdfkit.core.annotation.CPDFFreetextAnnotation
-
- setCreationDate(CPDFDate) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets the creation date of annotation.
- setCreationDate(String) - Method in class com.compdfkit.core.document.CPDFInfo
-
Sets PDF creation date.
- setCreator(String) - Method in class com.compdfkit.core.document.CPDFInfo
-
Sets PDF creator.
- setDashArr(float[]) - Method in class com.compdfkit.core.annotation.CPDFBorderStyle
-
- setDay(int) - Method in class com.compdfkit.core.common.CPDFDate
-
- setDeleteCount(int) - Method in class com.compdfkit.core.compare.CPDFCompareResults
-
- setDeleteResColor(int) - Method in class com.compdfkit.core.compare.CPDFCompare
-
- setDeleteResTransparency(int) - Method in class com.compdfkit.core.compare.CPDFCompare
-
- setDestination(CPDFDocument, CPDFDestination) - Method in class com.compdfkit.core.annotation.CPDFLinkAnnotation
-
Sets link information of document.
- setDestination(CPDFDocument, CPDFDestination) - Method in class com.compdfkit.core.document.action.CPDFGoToAction
-
Sets the destination associated with the action.
- setDestination(CPDFDocument, CPDFDestination) - Method in class com.compdfkit.core.document.action.CPDFGoToRAction
-
Sets the destination associated with the action.
- setDigitalStamp(CPDFStampAnnotation.DigitalStamp) - Method in class com.compdfkit.core.annotation.CPDFStampAnnotation
-
Sets attribute of digital stamp.
- setDocPtr(long) - Method in class com.compdfkit.core.document.CPDFDocument
-
- setEmpty() - Method in class com.compdfkit.core.android.graphics.RectF
-
Set the rectangle to (0,0,0,0)
- setFieldFlag(int) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
Sets form flag.
- setFieldName(String) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
Sets internal name for the field.
- setFieldType(String) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
Not in use currently
- setFileSpec(String) - Method in class com.compdfkit.core.document.action.CPDFGoToRAction
-
Sets the file in which the destination shall be located.
- setFileSpec(String) - Method in class com.compdfkit.core.document.action.CPDFLaunchAction
-
Sets file specification
- setFillAlpha(int) - Method in class com.compdfkit.core.annotation.CPDFCircleAnnotation
-
Sets the background opacity.
- setFillAlpha(int) - Method in class com.compdfkit.core.annotation.CPDFLineAnnotation
-
Sets fill opacity of line.
- setFillAlpha(int) - Method in class com.compdfkit.core.annotation.CPDFSquareAnnotation
-
Sets background opacity.
- setFillAlpha(float) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
Sets the background opacity of the form.
- setFillAlphaCompare(float) - Method in class com.compdfkit.core.compare.CPDFCompareDrawings
-
- setFillAlphaCompared(float) - Method in class com.compdfkit.core.compare.CPDFCompareDrawings
-
- setFillColor(int) - Method in class com.compdfkit.core.annotation.CPDFCircleAnnotation
-
Sets the filled color.
- setFillColor(int) - Method in class com.compdfkit.core.annotation.CPDFLineAnnotation
-
Sets fill color of line.
- setFillColor(int) - Method in class com.compdfkit.core.annotation.CPDFSquareAnnotation
-
Sets filled color.
- setFillColor(int) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
Sets the background color of the form.
- setFilledRGBColor(float, float, float) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets annotation fill color.
- setFilledTransparency(float) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets fill color opacity.
- setFlags(int) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets annotation flag.
- setFontColor(int) - Method in class com.compdfkit.core.annotation.form.CPDFPushbuttonWidget
-
Sets font color of PushButton.
- setFontColor(int) - Method in class com.compdfkit.core.annotation.form.CPDFTextWidget
-
Sets the font color of text content in TextField.
- setFontName(String) - Method in class com.compdfkit.core.annotation.CPDFTextAttribute
-
Sets font name.
- setFontName(String) - Method in class com.compdfkit.core.annotation.form.CPDFPushbuttonWidget
-
Sets PushButton font.
- setFontName(String) - Method in class com.compdfkit.core.annotation.form.CPDFTextWidget
-
Sets the font format of text content, get the font name.
- setFontName(String) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setFontSize(float) - Method in class com.compdfkit.core.annotation.CPDFTextAttribute
-
Sets font size.
- setFontSize(float) - Method in class com.compdfkit.core.annotation.form.CPDFPushbuttonWidget
-
Sets font size of PushButton.
- setFontSize(float) - Method in class com.compdfkit.core.annotation.form.CPDFTextWidget
-
Sets the font size of text content in TextField.
- setFontSize(float) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setFreetextAlignment(CPDFFreetextAnnotation.Alignment) - Method in class com.compdfkit.core.annotation.CPDFFreetextAnnotation
-
Sets text alignment of Freetext.
- setFreetextDa(CPDFTextAttribute) - Method in class com.compdfkit.core.annotation.CPDFFreetextAnnotation
-
Sets Freetext font style.
- setFront(boolean) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setFullScreen(boolean) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setHidden(boolean) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
This is a convenience property that checks for `CPDFAnnotationFlagHidden` in `flags`.
- setHorizalign(CPDFWatermark.Horizalign) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setHorizOffset(float) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setHorizontalSpacing(float) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setHour(int) - Method in class com.compdfkit.core.common.CPDFDate
-
- setIconName(String) - Method in class com.compdfkit.core.annotation.CPDFStampAnnotation
-
Not in use currently
- setImage(String, String, int, int) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setImage(Image, int, int) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setImageResults(List<CPDFCompareResult>) - Method in class com.compdfkit.core.compare.CPDFCompareResults
-
- setImageStamp(String) - Method in class com.compdfkit.core.annotation.CPDFStampAnnotation
-
Sets resource of image stamp.
- setInfo(CPDFInfo) - Method in class com.compdfkit.core.document.CPDFDocument
-
Sets document information, more:
CPDFInfo
- setInkPath(PointF[][]) - Method in class com.compdfkit.core.annotation.CPDFInkAnnotation
-
Sets ink path.
- setInsertCount(int) - Method in class com.compdfkit.core.compare.CPDFCompareResults
-
- setInsertResColor(int) - Method in class com.compdfkit.core.compare.CPDFCompare
-
- setInsertResTransparency(int) - Method in class com.compdfkit.core.compare.CPDFCompare
-
- setIntersect(RectF, RectF) - Method in class com.compdfkit.core.android.graphics.RectF
-
If rectangles a and b intersect, return true and set this rectangle to
that intersection, otherwise return false and do not change this
rectangle.
- setKeywords(String) - Method in class com.compdfkit.core.document.CPDFInfo
-
Sets PDF keywords.
- setLinePoints(PointF, PointF) - Method in class com.compdfkit.core.annotation.CPDFLineAnnotation
-
Sets start point and end point of the line.
- setLineType(CPDFLineAnnotation.LineType, CPDFLineAnnotation.LineType) - Method in class com.compdfkit.core.annotation.CPDFLineAnnotation
-
- setLinkAction(CPDFAction) - Method in class com.compdfkit.core.annotation.CPDFLinkAnnotation
-
Sets the response action of the link annotation.
- setLocked(boolean) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
This is a convenience property that checks for `CPDFAnnotationFlagLocked` in `flags`.
- setMarkedText(String) - Method in class com.compdfkit.core.annotation.CPDFMarkupAnnotation
-
Sets marked text.
- setMinute(int) - Method in class com.compdfkit.core.common.CPDFDate
-
- setModificationDate(String) - Method in class com.compdfkit.core.document.CPDFInfo
-
Sets PDF modification date.
- setMonth(int) - Method in class com.compdfkit.core.common.CPDFDate
-
- setMultiLine(boolean) - Method in class com.compdfkit.core.annotation.form.CPDFTextWidget
-
Sets to display multiline PDF text fields.
- setName(String) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Not in use currently
- setNamedAction(String) - Method in class com.compdfkit.core.document.action.CPDFNamedAction
-
Sets action name.
- setOpacity(float) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setOptionItems(CPDFWidgetItem[], int[]) - Method in class com.compdfkit.core.annotation.form.CPDFWidgetItems
-
给ListBox或者ComboBox设置条目,并且设置这些条目中被选择的下标。
每个条目的text值不允许相等,否则会设置失败。如果
- setOptionItems(CPDFWidgetItem[]) - Method in class com.compdfkit.core.annotation.form.CPDFWidgetItems
-
Sets the options for the ListBox or ComboBox,
The text value of each
CPDFWidgetItem
is not allowed to be equal, otherwise the setting will be failed.
- setOverLayText(String) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
- setOwnerPassword(String) - Method in class com.compdfkit.core.document.CPDFDocument
-
Not in use currently
- setPageIndex(int) - Method in class com.compdfkit.core.document.CPDFDestination
-
Sets destination page index.
- setPageNum(int) - Method in class com.compdfkit.core.page.CPDFPage
-
- setPages(String) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setPermissionsInfo(CPDFDocumentPermissionInfo) - Method in class com.compdfkit.core.document.CPDFDocument
-
- setPosition_x(float) - Method in class com.compdfkit.core.document.CPDFDestination
-
Sets the x coordinate of the specified page.
- setPosition_y(float) - Method in class com.compdfkit.core.document.CPDFDestination
-
Sets the y coordinate of the specified page.
- setProducer(String) - Method in class com.compdfkit.core.document.CPDFInfo
-
Sets PDF producer.
- setQuadPoints(PointF[]) - Method in class com.compdfkit.core.annotation.CPDFMarkupAnnotation
-
Sets the array of quadrilateral points defining the bounds of the markup.
- setQuadRects(RectF[]) - Method in class com.compdfkit.core.annotation.CPDFMarkupAnnotation
-
Sets the array of quadrilateral points defining the bounds of the markup.
- setReadOnly(boolean) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
This is a convenience property that checks for `CPDFAnnotationFlagReadOnly` in `flags`.
- setReadOnly(boolean) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
- setRecentlyModifyDate(CPDFDate) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets the modification date of annotation.
- setRect(RectF) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets annotation rectangle.
- setRect(RectF) - Method in class com.compdfkit.core.annotation.CPDFCircleAnnotation
-
Sets annotation rectangle.
- setRect(RectF) - Method in class com.compdfkit.core.annotation.CPDFFreetextAnnotation
-
Sets annotation rectangle.
- setRect(RectF) - Method in class com.compdfkit.core.annotation.CPDFInkAnnotation
-
Sets annotation rectangle.
- setRect(RectF) - Method in class com.compdfkit.core.annotation.CPDFLineAnnotation
-
Sets annotation rectangle.
- setRect(RectF) - Method in class com.compdfkit.core.annotation.CPDFLinkAnnotation
-
Sets annotation rectangle.
- setRect(RectF) - Method in class com.compdfkit.core.annotation.CPDFSquareAnnotation
-
Sets annotation rectangle.
- setRect(RectF) - Method in class com.compdfkit.core.annotation.CPDFTextAnnotation
-
Sets annotation rectangle.
- setRect(RectF) - Method in class com.compdfkit.core.annotation.form.CPDFWidget
-
Sets annotation rectangle.
- setReplaceCount(int) - Method in class com.compdfkit.core.compare.CPDFCompareResults
-
- setReplaceResColor(int) - Method in class com.compdfkit.core.compare.CPDFCompare
-
- setReplaceResTransparency(int) - Method in class com.compdfkit.core.compare.CPDFCompare
-
- setRGBColor(float, float, float) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets annotation color.
- setRotation(int) - Method in class com.compdfkit.core.page.CPDFPage
-
Sets the rotation angle for the page in degrees.
- setRotation(float) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setScale(float) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setSeconds(int) - Method in class com.compdfkit.core.common.CPDFDate
-
- setSelectedIndexes(int[]) - Method in class com.compdfkit.core.annotation.form.CPDFWidgetItems
-
Sets the index items as selected in ListBox or ComboBox.
- setStampSignature(boolean) - Method in class com.compdfkit.core.annotation.CPDFStampAnnotation
-
- setStandardStamp(CPDFStampAnnotation.StandardStamp) - Method in class com.compdfkit.core.annotation.CPDFStampAnnotation
-
Sets standard stamp type.
- setStrokeAlphaCompare(float) - Method in class com.compdfkit.core.compare.CPDFCompareDrawings
-
- setStrokeAlphaCompared(float) - Method in class com.compdfkit.core.compare.CPDFCompareDrawings
-
- setStyle(CPDFBorderStyle.Style) - Method in class com.compdfkit.core.annotation.CPDFBorderStyle
-
- setSubject(String) - Method in class com.compdfkit.core.document.CPDFInfo
-
Sets PDF subject.
- setText(String) - Method in class com.compdfkit.core.annotation.form.CPDFTextWidget
-
Sets the text content in TextField.
- setText(String) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setTextAlignment(CPDFTextAlignment) - Method in class com.compdfkit.core.annotation.form.CPDFTextWidget
-
- setTextFieldSpecial(boolean) - Method in class com.compdfkit.core.annotation.form.CPDFTextWidget
-
- setTextProperty(CPDFTextAttribute) - Method in class com.compdfkit.core.annotation.form.CPDFWidgetItems
-
Sets Freetext font style.
- setTextResults(List<CPDFCompareResult>) - Method in class com.compdfkit.core.compare.CPDFCompareResults
-
- setTextRGBColor(int) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setTextStamp(CPDFStampAnnotation.TextStamp) - Method in class com.compdfkit.core.annotation.CPDFStampAnnotation
-
Sets attribute of text stamp.
- setTimezone(int) - Method in class com.compdfkit.core.common.CPDFDate
-
- setTitle(String) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Not in use currently
- setTitle(String) - Method in class com.compdfkit.core.document.CPDFInfo
-
Sets PDF title.
- setTransparency(float) - Method in class com.compdfkit.core.annotation.CPDFAnnotation
-
Sets annotation opacity, Range 0-1, 0 is completely transparent, 1 is completely opaque.
- setUri(String) - Method in class com.compdfkit.core.document.action.CPDFUriAction
-
Sets URI.
- setUserPassword(String) - Method in class com.compdfkit.core.document.CPDFDocument
-
Sets user password.
- setVertalign(CPDFWatermark.Vertalign) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setVerticalSpacing(float) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setVertOffset(float) - Method in class com.compdfkit.core.watermark.CPDFWatermark
-
- setYear(int) - Method in class com.compdfkit.core.common.CPDFDate
-
- setZoom(float) - Method in class com.compdfkit.core.document.CPDFDestination
-
Sets the page zoom ratio
- shouleReloadDocument() - Method in class com.compdfkit.core.document.CPDFDocument
-
Whether to reload document, true means it needs to call to reload document.
- signWithName() - Method in class com.compdfkit.core.annotation.form.CPDFSignatureWidget
-
Sets Signature form as signed.
- sort() - Method in class com.compdfkit.core.android.graphics.RectF
-
Swap top/bottom or left/right if there are flipped (i.e.
- standardDateStr2Date(String) - Static method in class com.compdfkit.core.common.CPDFDate
-
Parse PDF standard date string.
- str2Enum(String) - Static method in enum com.compdfkit.core.annotation.CPDFStampAnnotation.StandardStamp
-
Gets standard text enumeration value of standard stamp according to content