Home | History | Annotate | Download | only in public

Lines Matching refs:FPDF_ANNOTATION

119 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV
138 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page,
150 FPDF_ANNOTATION annot);
158 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot);
177 FPDFAnnot_GetSubtype(FPDF_ANNOTATION annot);
202 FPDFAnnot_UpdateObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj);
216 FPDFAnnot_AppendObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj);
225 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetObjectCount(FPDF_ANNOTATION annot);
235 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index);
245 FPDFAnnot_RemoveObject(FPDF_ANNOTATION annot, int index);
258 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_SetColor(FPDF_ANNOTATION annot,
277 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetColor(FPDF_ANNOTATION annot,
297 FPDFAnnot_HasAttachmentPoints(FPDF_ANNOTATION annot);
310 FPDFAnnot_SetAttachmentPoints(FPDF_ANNOTATION annot,
321 FPDFAnnot_GetAttachmentPoints(FPDF_ANNOTATION annot,
334 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_SetRect(FPDF_ANNOTATION annot,
344 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetRect(FPDF_ANNOTATION annot,
354 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_HasKey(FPDF_ANNOTATION annot,
365 FPDFAnnot_GetValueType(FPDF_ANNOTATION annot, FPDF_BYTESTRING key);
378 FPDFAnnot_SetStringValue(FPDF_ANNOTATION annot,
398 FPDFAnnot_GetStringValue(FPDF_ANNOTATION annot,
416 FPDFAnnot_SetAP(FPDF_ANNOTATION annot,
438 FPDFAnnot_GetAP(FPDF_ANNOTATION annot,
453 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV
454 FPDFAnnot_GetLinkedAnnot(FPDF_ANNOTATION annot, FPDF_BYTESTRING key);
462 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetFlags(FPDF_ANNOTATION annot);
471 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_SetFlags(FPDF_ANNOTATION annot,
483 FPDFAnnot_GetFormFieldFlags(FPDF_PAGE page, FPDF_ANNOTATION annot);
499 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV