WIKINDX API trunk

IMAGES

Table of Contents

Constants

SCHEMA_MAIN_2006  : mixed = "http://schemas.openxmlformats.org/drawingml/20...
SCHEMA_MAIN_2010  : mixed = "http://schemas.microsoft.com/office/drawing/20...
SCHEMA_PICTURE  : mixed = "http://schemas.openxmlformats.org/drawingml/20...

Functions

images()  : void
Set and write images.
floatParams()  : mixed
Set and get image float values.
relsStore()  : array<string|int, mixed>
get the default file extention associated to an image mimetype

Constants

SCHEMA_MAIN_2006

public mixed SCHEMA_MAIN_2006 = "http://schemas.openxmlformats.org/drawingml/2006/main"

SCHEMA_MAIN_2010

public mixed SCHEMA_MAIN_2010 = "http://schemas.microsoft.com/office/drawing/2010/main"

SCHEMA_PICTURE

public mixed SCHEMA_PICTURE = "http://schemas.openxmlformats.org/drawingml/2006/picture"

Functions

images()

Set and write images.

images([XMLWriter $xml = null ][, string $imagePathSource = '' ][, float $editW = 0 ][, float $editH = 0 ][, string $mimeType = '' ][, string $style = '' ]) : void
Parameters
$xml : XMLWriter = null

Default NULL

$imagePathSource : string = ''

Default ''

$editW : float = 0

Default 0

$editH : float = 0

Default 0

$mimeType : string = ''

Default ''

$style : string = ''

Default ''

floatParams()

Set and get image float values.

floatParams(string $method[, string $style = '' ]) : mixed

If images are defined as floating, they all belong to the nsame paragraph. This includes text in the next paragraph (as in the HTML

Parameters
$method : string
$style : string = ''

= ''

relsStore()

get the default file extention associated to an image mimetype

relsStore(string $method[, string $extension = "" ][, string $contentType = "" ]) : array<string|int, mixed>
Parameters
$method : string
$extension : string = ""
$contentType : string = ""
Return values
array<string|int, mixed>

        
On this page

Search results