Searched refs:PDF_add_note (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/libs/pdflib/bind/pdflib/perl/
H A Dpdflib_pl.pm36 *PDF_add_note = *pdflibc::PDF_add_note;
168 @EXPORT = qw( PDF_add_launchlink PDF_add_locallink PDF_add_note PDF_add_pdflink PDF_add_weblink PDF_attach_file PDF_set_border_color PDF_set_border_dash PDF_set_border_style PDF_begin_page PDF_close PDF_delete PDF_end_page PDF_get_apiname PDF_get_buffer PDF_get_errmsg PDF_get_errnum PDF_new PDF_open_file PDF_fill_imageblock PDF_fill_pdfblock PDF_fill_textblock PDF_makespotcolor PDF_setcolor PDF_setgray PDF_setgray_fill PDF_setgray_stroke PDF_setrgbcolor PDF_setrgbcolor_fill PDF_setrgbcolor_stroke PDF_arc PDF_arcn PDF_circle PDF_clip PDF_closepath PDF_closepath_fill_stroke PDF_closepath_stroke PDF_curveto PDF_endpath PDF_fill PDF_fill_stroke PDF_lineto PDF_moveto PDF_rect PDF_stroke PDF_encoding_set_char PDF_findfont PDF_load_font PDF_setfont PDF_concat PDF_initgraphics PDF_restore PDF_rotate PDF_save PDF_scale PDF_setdash PDF_setdashpattern PDF_setflat PDF_setlinecap PDF_setlinejoin PDF_setlinewidth PDF_setmatrix PDF_setmiterlimit PDF_setpolydash PDF_skew PDF_translate PDF_add_bookmark PDF_add_nameddest PDF_set_info PDF_load_iccprofile PDF_add_thumbnail PDF_close_image PDF_fit_image PDF_load_image PDF_open_CCITT PDF_open_image PDF_open_image_file PDF_place_image PDF_get_parameter PDF_get_value PDF_set_parameter PDF_set_value PDF_begin_pattern PDF_end_pattern PDF_close_pdi PDF_close_pdi_page PDF_fit_pdi_page PDF_get_pdi_parameter PDF_get_pdi_value PDF_open_pdi PDF_open_pdi_page PDF_place_pdi_page PDF_process_pdi PDF_create_pvf PDF_delete_pvf PDF_shading PDF_shading_pattern PDF_shfill PDF_begin_template PDF_end_template PDF_continue_text PDF_fit_textline PDF_set_text_pos PDF_show PDF_show_boxed PDF_show_xy PDF_stringwidth PDF_begin_font PDF_begin_glyph PDF_end_font PDF_end_glyph PDF_create_gstate PDF_set_gstate );
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A Dpdflib.java97 PDF_add_note(p, llx, lly, urx, ury, contents, title, icon, open);
1337 private final static native void PDF_add_note(long jp, float jarg1, float jarg2, float jarg3, float jarg4, String jarg5, String jarg6, String jarg7, int jarg8) throws PDFlibException; method in class:pdflib
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dpdflib.h117 PDF_add_note(PDF *p, float llx, float lly, float urx, float ury,
915 void (PDFLIB_CALL * PDF_add_note)(PDF *p, float llx, float lly, member in struct:PDFlib_api_s
H A Dp_annots.c758 PDF_add_note( function
769 static const char fn[] = "PDF_add_note";
H A Dp_basic.c63 PDF_add_note,
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dpdflib.cpp171 PDFCPP_TRY m_PDFlib_api->PDF_add_note(p, llx, lly, urx, ury, CHAR(contents),

Completed in 106 milliseconds