Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.

Rechercher une fonction PHP

The HaruPage class

(PECL haru >= 0.0.1)

Einführung

Haru PDF Page Class.

Erste Seite von PHP-Handbuch Inhaltsverzeichnis Haut

Klassenbeschreibung

HaruPage {
/* Methoden */
arc ( float $x , float $y , float $ray , float $ang1 , float $ang2 ) : bool
beginText ( void ) : bool
circle ( float $x , float $y , float $ray ) : bool
closePath ( void ) : bool
concat ( float $a , float $b , float $c , float $d , float $x , float $y ) : bool
createDestination ( void ) : object
createLinkAnnotation ( array $rectangle , object $destination ) : object
createTextAnnotation ( array $rectangle , string $text [, object $encoder ] ) : object
createURLAnnotation ( array $rectangle , string $url ) : object
curveTo2 ( float $x2 , float $y2 , float $x3 , float $y3 ) : bool
curveTo3 ( float $x1 , float $y1 , float $x3 , float $y3 ) : bool
curveTo ( float $x1 , float $y1 , float $x2 , float $y2 , float $x3 , float $y3 ) : bool
drawImage ( object $image , float $x , float $y , float $width , float $height ) : bool
ellipse ( float $x , float $y , float $xray , float $yray ) : bool
endPath ( void ) : bool
endText ( void ) : bool
eofill ( void ) : bool
eoFillStroke ([ bool $close_path = FALSE ] ) : bool
fill ( void ) : bool
fillStroke ([ bool $close_path = FALSE ] ) : bool
getCharSpace ( void ) : float
getCMYKFill ( void ) : array
getCMYKStroke ( void ) : array
getCurrentFont ( void ) : object
getCurrentFontSize ( void ) : float
getCurrentPos ( void ) : array
getCurrentTextPos ( void ) : array
getDash ( void ) : array
getFillingColorSpace ( void ) : int
getFlatness ( void ) : float
getGMode ( void ) : int
getGrayFill ( void ) : float
getGrayStroke ( void ) : float
getHeight ( void ) : float
getHorizontalScaling ( void ) : float
getLineCap ( void ) : int
getLineJoin ( void ) : int
getLineWidth ( void ) : float
getMiterLimit ( void ) : float
getRGBFill ( void ) : array
getRGBStroke ( void ) : array
getStrokingColorSpace ( void ) : int
getTextLeading ( void ) : float
getTextMatrix ( void ) : array
getTextRenderingMode ( void ) : int
getTextRise ( void ) : float
getTextWidth ( string $text ) : float
getTransMatrix ( void ) : array
getWidth ( void ) : float
getWordSpace ( void ) : float
lineTo ( float $x , float $y ) : bool
measureText ( string $text , float $width [, bool $wordwrap = FALSE ] ) : int
moveTextPos ( float $x , float $y [, bool $set_leading = FALSE ] ) : bool
moveTo ( float $x , float $y ) : bool
moveToNextLine ( void ) : bool
rectangle ( float $x , float $y , float $width , float $height ) : bool
setCharSpace ( float $char_space ) : bool
setCMYKFill ( float $c , float $m , float $y , float $k ) : bool
setCMYKStroke ( float $c , float $m , float $y , float $k ) : bool
setDash ( array $pattern , int $phase ) : bool
setFlatness ( float $flatness ) : bool
setFontAndSize ( object $font , float $size ) : bool
setGrayFill ( float $value ) : bool
setGrayStroke ( float $value ) : bool
setHeight ( float $height ) : bool
setHorizontalScaling ( float $scaling ) : bool
setLineCap ( int $cap ) : bool
setLineJoin ( int $join ) : bool
setLineWidth ( float $width ) : bool
setMiterLimit ( float $limit ) : bool
setRGBFill ( float $r , float $g , float $b ) : bool
setRGBStroke ( float $r , float $g , float $b ) : bool
setRotate ( int $angle ) : bool
setSize ( int $size , int $direction ) : bool
setSlideShow ( int $type , float $disp_time , float $trans_time ) : bool
setTextLeading ( float $text_leading ) : bool
setTextMatrix ( float $a , float $b , float $c , float $d , float $x , float $y ) : bool
setTextRenderingMode ( int $mode ) : bool
setTextRise ( float $rise ) : bool
setWidth ( float $width ) : bool
setWordSpace ( float $word_space ) : bool
showText ( string $text ) : bool
showTextNextLine ( string $text [, float $word_space = 0 [, float $char_space = 0 ]] ) : bool
stroke ([ bool $close_path = FALSE ] ) : bool
textOut ( float $x , float $y , string $text ) : bool
textRect ( float $left , float $top , float $right , float $bottom , string $text [, int $align = HaruPage::TALIGN_LEFT ] ) : bool
}

Erste Seite von PHP-Handbuch Inhaltsverzeichnis Haut

Vordefinierte Konstanten

Type Name Description
int HaruPage::GMODE_PAGE_DESCRIPTION  
int HaruPage::GMODE_TEXT_OBJECT  
int HaruPage::GMODE_PATH_OBJECT  
int HaruPage::GMODE_CLIPPING_PATH  
int HaruPage::GMODE_SHADING  
int HaruPage::GMODE_INLINE_IMAGE  
int HaruPage::GMODE_EXTERNAL_OBJECT  
int HaruPage::BUTT_END  
int HaruPage::ROUND_END  
int HaruPage::PROJECTING_SCUARE_END  
int HaruPage::MITER_JOIN  
int HaruPage::ROUND_JOIN  
int HaruPage::BEVEL_JOIN  
int HaruPage::FILL  
int HaruPage::STROKE  
int HaruPage::FILL_THEN_STROKE  
int HaruPage::INVISIBLE  
int HaruPage::FILL_CLIPPING  
int HaruPage::STROKE_CLIPPING  
int HaruPage::FILL_STROKE_CLIPPING  
int HaruPage::CLIPPING  
int HaruPage::TALIGN_LEFT  
int HaruPage::TALIGN_RIGHT  
int HaruPage::TALIGN_CENTER  
int HaruPage::TALIGN_JUSTIFY  
int HaruPage::SIZE_LETTER  
int HaruPage::SIZE_LEGAL  
int HaruPage::SIZE_A3  
int HaruPage::SIZE_A4  
int HaruPage::SIZE_A5  
int HaruPage::SIZE_B4  
int HaruPage::SIZE_B5  
int HaruPage::SIZE_EXECUTIVE  
int HaruPage::SIZE_US4x6  
int HaruPage::SIZE_US4x8  
int HaruPage::SIZE_US5x7  
int HaruPage::SIZE_COMM10  
int HaruPage::PORTRAIT  
int HaruPage::LANDSCAPE  
int HaruPage::TS_WIPE_LIGHT  
int HaruPage::TS_WIPE_UP  
int HaruPage::TS_WIPE_LEFT  
int HaruPage::TS_WIPE_DOWN  
int HaruPage::TS_BARN_DOORS_HORIZONTAL_OUT  
int HaruPage::TS_BARN_DOORS_HORIZONTAL_IN  
int HaruPage::TS_BARN_DOORS_VERTICAL_OUT  
int HaruPage::TS_BARN_DOORS_VERTICAL_IN  
int HaruPage::TS_BOX_OUT  
int HaruPage::TS_BOX_IN  
int HaruPage::TS_BLINDS_HORIZONTAL  
int HaruPage::TS_BLINDS_VERTICAL  
int HaruPage::TS_DISSOLVE  
int HaruPage::TS_GLITTER_RIGHT  
int HaruPage::TS_GLITTER_DOWN  
int HaruPage::TS_GLITTER_TOP_LEFT_TO_BOTTOM_RIGHT  
int HaruPage::TS_REPLACE  
int HaruPage::NUM_STYLE_DECIMAL  
int HaruPage::NUM_STYLE_UPPER_ROMAN  
int HaruPage::NUM_STYLE_LOWER_ROMAN  
int HaruPage::NUM_STYLE_UPPER_LETTERS  
int HaruPage::NUM_STYLE_LOWER_LETTERS  

Erste Seite von PHP-Handbuch Inhaltsverzeichnis Haut

Inhaltsverzeichnis

Finde eine PHP-Funktion

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 30/01/2003, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/php-rf-class.harupage.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:fr Manuel PHP : http://php.net

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.

Inhaltsverzeichnis Haut