Home
last modified time | relevance | path

Searched refs:HPDF_ANNOT_ICON_NEW_PARAGRAPH (Results 1 – 12 of 12) sorted by relevance

/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb6/
H A Dhpdf_types.bas341 HPDF_ANNOT_ICON_NEW_PARAGRAPH = 4
/dports/print/libharu/libharu-RELEASE_2_3_0/demo/
H A Dtext_annotation.c106 HPDF_TextAnnot_SetIcon (annot, HPDF_ANNOT_ICON_NEW_PARAGRAPH); in main()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/demo/
H A Dtext_annotation.py101 HPDF_TextAnnot_SetIcon (annot, HPDF_ANNOT_ICON_NEW_PARAGRAPH)
/dports/print/libharu/libharu-RELEASE_2_3_0/if/delphi/
H A Dhpdf_types.pas352 HPDF_ANNOT_ICON_NEW_PARAGRAPH,
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/
H A Dhpdf_types.py420 HPDF_ANNOT_ICON_NEW_PARAGRAPH =4 variable
/dports/print/libharu/libharu-RELEASE_2_3_0/include/
H A Dhpdf_types.h400 HPDF_ANNOT_ICON_NEW_PARAGRAPH, enumerator
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_types.h424 HPDF_ANNOT_ICON_NEW_PARAGRAPH, enumerator
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_types.h424 HPDF_ANNOT_ICON_NEW_PARAGRAPH, enumerator
/dports/print/libharu/libharu-RELEASE_2_3_0/if/freebasic/
H A Dhpdf_types.bi302 HPDF_ANNOT_ICON_NEW_PARAGRAPH
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/
H A Dhpdf.cs108 HPDF_ANNOT_ICON_NEW_PARAGRAPH, enumerator
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb.net/
H A Dhpdfvb.vb92 HPDF_ANNOT_ICON_NEW_PARAGRAPH
/dports/print/libharu/libharu-RELEASE_2_3_0/if/ruby/
H A Dhpdf.c3715 …define_const(rb_cHPDFDoc, "HPDF_ANNOT_ICON_NEW_PARAGRAPH", INT2FIX(HPDF_ANNOT_ICON_NEW_PARAGRAPH)); in Init_hpdf()