Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2981 - 3000 из 3519.
Упорядочить по:
URL
|
дате изменения
2981. cpdf_moveto
PHP Manual . ... Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_moveto -- Sets current point . void cpdf_moveto ( int pdf document, float x-coor, float y-coor [, int mode]) . The cpdf_moveto() function set the current point to the coordinates x-coor and y-coor . The optional parameter mode determines the unit length. ... Otherwise the coordinates are measured in postscript points disregarding the current unit. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-moveto.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2982. cpdf_newpath
. PHP Manual . Prev . Next . (3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_newpath -- Starts a new path . void cpdf_newpath ( int pdf document) . The cpdf_newpath() starts a new path on the document given by the pdf document parameter. Prev . Home . Next . cpdf_moveto . Up . cpdf_open
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-newpath.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2983. cpdf_import_jpeg
... 3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_import_jpeg -- Opens a JPEG image . int cpdf_import_jpeg ( int pdf document, string file name, float x-coor, float y-coor, float angle, float width, float height, float x-scale, float y-scale [, int mode]) . The cpdf_import_jpeg() function opens an image stored in the file with the name file name . ... The image is placed on the current page at position ( x-coor , y-coor ). ... The optional parameter mode determines the unit length. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-import-jpeg.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2984. cpdf_lineto
... 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_lineto -- Draws a line . void cpdf_lineto ( int pdf document, float x-coor, float y-coor [, int mode]) . The cpdf_lineto() function draws a line from the current point to the point with coordinates ( x-coor , y-coor ). The optional parameter mode determines the unit length. ... Otherwise the coordinates are measured in postscript points disregarding the current unit. See also cpdf_moveto() , cpdf_rmoveto() , cpdf_curveto() . ... cpdf_moveto ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-lineto.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2985. cpdf_finalize_page
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_finalize_page -- Ends page . void cpdf_finalize_page ( int pdf document, int page number) . The cpdf_finalize_page() function ends the page with page number page number . This function is only for saving memory. A finalized page takes less memory but cannot be modified anymore. See also cpdf_page_init() . Prev . Home . Next . cpdf_finalize . Up . cpdf_global_set_document_limits
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-finalize-page.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2986. cpdf_global_set_document_limits
PHP Manual . Prev . Next . PHP 4 >= 4.0.0) cpdf_global_set_document_limits -- Sets document limits for any pdf document . void cpdf_global_set_document_limits ( int maxpages, int maxfonts, int maximages, int maxannotations, int maxobjects) . The cpdf_global_set_document_limits() function sets several document limits. This function has to be called before cpdf_open() to take effect. It sets the limits for any document open afterwards. See also cpdf_open() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-global-set-document-limits.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2987. cpdf_fill_stroke
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_fill_stroke -- Fill and stroke current path . void cpdf_fill_stroke ( int pdf document) . The cpdf_fill_stroke() function fills the interior of the current path with the current fill color and draws current path. See also cpdf_closepath() , cpdf_stroke() , cpdf_fill() , cpdf_setgray_fill() , cpdf_setgray() , cpdf_setrgbcolor_fill() , cpdf_setrgbcolor() . Prev . Home . Next . cpdf_fill . Up . cpdf_finalize
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-fill-stroke.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2988. cpdf_finalize
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_finalize -- Ends document . void cpdf_finalize ( int pdf document) . The cpdf_finalize() function ends the document. You still have to call cpdf_close() . See also cpdf_close() . Prev . Home . Next . cpdf_fill_stroke . Up . cpdf_finalize_page
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-finalize.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2989. cpdf_fill
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_fill -- Fill current path . void cpdf_fill ( int pdf document) . The cpdf_fill() function fills the interior of the current path with the current fill color. See also cpdf_closepath() , cpdf_stroke() , cpdf_setgray_fill() , cpdf_setgray() , cpdf_setrgbcolor_fill() , cpdf_setrgbcolor() . Prev . Home . Next . cpdf_end_text . Up . cpdf_fill_stroke
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-fill.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2990. cpdf_curveto
PHP Manual . ... Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_curveto -- Draws a curve . void cpdf_curveto ( int pdf document, float x1, float y1, float x2, float y2, float x3, float y3 [, int mode]) . The cpdf_curveto() function draws a Bezier curve from the current point to the point ( x3 , y3 ) using ( x1 , y1 ) and ( x2 , y2 ) as control points. The optional parameter mode determines the unit length. If it's 0 or omitted the default unit as specified for the page is used. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-curveto.html -- 4.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2991. cpdf_end_text
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_end_text -- Ends text section . void cpdf_end_text ( int pdf document) . The cpdf_end_text() function ends a text section which was started with cpdf_begin_text() . Example 1. Text output . <?php cpdf_begin_text($pdf); cpdf_set_font($pdf, 16, "Helvetica", "WinAnsiEncoding"); cpdf_text($pdf, 100, 100, "Some text"); cpdf_end_text($pdf) ?> . See also cpdf_begin_text() . Prev . Home . Next . cpdf_curveto . Up . cpdf_fill
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-end-text.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2992. cpdf_continue_text
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_continue_text -- Output text in next line . void cpdf_continue_text ( int pdf document, string text) . The cpdf_continue_text() function outputs the string in text in the next line. See also cpdf_show_xy() , cpdf_text() , cpdf_set_leading() , cpdf_set_text_pos() . Prev . Home . Next . cpdf_closepath_stroke . Up . cpdf_curveto
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-continue-text.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2993. cpdf_closepath_fill_stroke
PHP Manual . Prev . Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_closepath_fill_stroke -- Close, fill and stroke current path . void cpdf_closepath_fill_stroke ( int pdf document) . The cpdf_closepath_fill_stroke() function closes, fills the interior of the current path with the current fill color and draws current path. See also cpdf_closepath() , cpdf_stroke() , cpdf_fill() , cpdf_setgray_fill() , cpdf_setgray() , cpdf_setrgbcolor_fill() , cpdf_setrgbcolor() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-closepath-fill-stroke.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2994. cpdf_closepath_stroke
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_closepath_stroke -- Close path and draw line along path . void cpdf_closepath_stroke ( int pdf document) . The cpdf_closepath_stroke() function is a combination of cpdf_closepath() and cpdf_stroke() . Then clears the path. See also cpdf_closepath() , cpdf_stroke() . Prev . Home . Next . cpdf_closepath_fill_stroke . Up . cpdf_continue_text
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-closepath-stroke.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2995. cpdf_closepath
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_closepath -- Close path . void cpdf_closepath ( int pdf document) . The cpdf_closepath() function closes the current path. Prev . Home . Next . cpdf_close . Up . cpdf_closepath_fill_stroke
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-closepath.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2996. cpdf_clip
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_clip -- Clips to current path . void cpdf_clip ( int pdf document) . The cpdf_clip() function clips all drawing to the current path. Prev . Home . Next . cpdf_circle . Up . cpdf_close
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-clip.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2997. cpdf_close
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_close -- Closes the pdf document . void cpdf_close ( int pdf document) . The cpdf_close() function closes the pdf document. This should be the last function even after cpdf_finalize() , cpdf_output_buffer() and cpdf_save_to_file() . See also cpdf_open() . Prev . Home . Next . cpdf_clip . Up . cpdf_closepath
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-close.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2998. cpdf_begin_text
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_begin_text -- Starts text section . void cpdf_begin_text ( int pdf document) . The cpdf_begin_text() function starts a text section. It must be ended with cpdf_end_text() . Example 1. Text output . <?php cpdf_begin_text($pdf); cpdf_set_font($pdf, 16, "Helvetica", "WinAnsiEncoding"); cpdf_text($pdf, 100, 100, "Some text"); cpdf_end_text($pdf) ?> . See also cpdf_end_text() . Prev . Home . Next . cpdf_arc . Up . cpdf_circle
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-begin-text.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2999. cpdf_circle
PHP Manual . Prev . Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_circle -- Draw a circle . void cpdf_circle ( int pdf document, float x-coor, float y-coor, float radius [, int mode]) . The cpdf_circle() function draws a circle with center at point ( x-coor , y-coor ) and radius radius . The optional parameter mode determines the unit length. If it's 0 or omitted the default unit as specified for the page is used. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-circle.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
3000. cpdf_add_outline
PHP Manual . ... Next . 3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_add_outline -- Adds bookmark for current page . void cpdf_add_outline ( int pdf document, string text) . The cpdf_add_outline() function adds a bookmark with text text that points to the current page. ... Adding a page outline . ... cpdf_add_annotation . ... cpdf_arc ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-add-outline.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы