Documentation

Base64 extends AbstractDrawingAdapter
in package

Abstract drawing.

Table of Contents

Properties

$relationId  : string
Slide relation ID (should not be used by user code!).
$arrayMimeExtension  : array<string, string>
$container  : null|ShapeContainerInterface
Container.
$data  : string
$description  : string
Description.
$height  : int
Height.
$hyperlink  : null|Hyperlink
$name  : string
Name.
$offsetX  : int
Offset X.
$offsetY  : int
Offset Y.
$path  : string
$placeholder  : null|Placeholder
$resizeProportional  : bool
Proportional resize.
$rotation  : int
Rotation.
$shadow  : null|Shadow
Shadow.
$uniqueName  : string
Unique name.
$width  : int
Width.
$border  : Border
Border.
$fill  : null|Fill
$hashIndex  : int
Hash index.
$imageCounter  : int
Image counter.
$imageIndex  : int
Image index.

Methods

__clone()  : mixed
Magic Method : clone.
__construct()  : mixed
Base64 constructor.
getBorder()  : Border
getContainer()  : ShapeContainerInterface|null
Get Container, Slide or Group.
getContents()  : string
getData()  : string
getDescription()  : string
Get Description.
getExtension()  : string
getFill()  : Fill|null
getHashCode()  : string
Get hash code.
getHashIndex()  : null|int
Get hash index.
getHeight()  : int
Get Height.
getHyperlink()  : Hyperlink
Get Hyperlink.
getImageIndex()  : int
Get image index.
getIndexedFilename()  : string
getMimeType()  : string
getName()  : string
Get Name.
getOffsetX()  : int
Get OffsetX.
getOffsetY()  : int
Get OffsetY.
getPath()  : string
Get Path.
getPlaceholder()  : Placeholder|null
getRotation()  : int
Get Rotation.
getShadow()  : Shadow|null
getWidth()  : int
Get Width.
hasHyperlink()  : bool
Has Hyperlink?
isPlaceholder()  : bool
isResizeProportional()  : bool
Get ResizeProportional.
setContainer()  : $this
Set Container, Slide or Group.
setData()  : self
setDescription()  : $this
Set Description.
setFill()  : self
setHashIndex()  : $this
Set hash index.
setHeight()  : $this
Set Height.
setHyperlink()  : self
Set Hyperlink.
setName()  : static
Set Name.
setOffsetX()  : $this
Set OffsetX.
setOffsetY()  : $this
Set OffsetY.
setPath()  : self
setPlaceHolder()  : self
setResizeProportional()  : self
Set ResizeProportional.
setRotation()  : $this
Set Rotation.
setShadow()  : $this
setWidth()  : $this
Set Width.
setWidthAndHeight()  : self
Set width and height with proportional resize.

Properties

$relationId

Slide relation ID (should not be used by user code!).

public string $relationId

$arrayMimeExtension

protected array<string, string> $arrayMimeExtension = ['image/jpeg' => 'jpg', 'image/png' => 'png', 'image/gif' => 'gif', 'image/svg+xml' => 'svg']

$resizeProportional

Proportional resize.

protected bool $resizeProportional

$uniqueName

Unique name.

protected string $uniqueName

Methods

__construct()

Base64 constructor.

public __construct() : mixed

getContents()

public getContents() : string
Return values
string

getData()

public getData() : string
Return values
string

getDescription()

Get Description.

public getDescription() : string
Return values
string

getExtension()

public getExtension() : string
Return values
string

getHashCode()

Get hash code.

public getHashCode() : string
Return values
string

Hash code

getHashIndex()

Get hash index.

public getHashIndex() : null|int

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Return values
null|int

Hash index

getHeight()

Get Height.

public getHeight() : int
Return values
int

getImageIndex()

Get image index.

public getImageIndex() : int
Return values
int

getIndexedFilename()

public getIndexedFilename() : string
Return values
string

getMimeType()

public getMimeType() : string
Return values
string

getName()

Get Name.

public getName() : string
Return values
string

getOffsetX()

Get OffsetX.

public getOffsetX() : int
Return values
int

getOffsetY()

Get OffsetY.

public getOffsetY() : int
Return values
int

getPath()

Get Path.

public getPath() : string
Return values
string

getRotation()

Get Rotation.

public getRotation() : int
Return values
int

getWidth()

Get Width.

public getWidth() : int
Return values
int

Has Hyperlink?

public hasHyperlink() : bool
Return values
bool

isPlaceholder()

public isPlaceholder() : bool
Return values
bool

isResizeProportional()

Get ResizeProportional.

public isResizeProportional() : bool
Return values
bool

setContainer()

Set Container, Slide or Group.

public setContainer([ShapeContainerInterface|null $pValue = null ][, bool $pOverrideOld = false ]) : $this
Parameters
$pValue : ShapeContainerInterface|null = null
$pOverrideOld : bool = false

If a Slide has already been assigned, overwrite it and remove image from old Slide?

Return values
$this

setData()

public setData(string $data) : self
Parameters
$data : string
Return values
self

setDescription()

Set Description.

public setDescription([string $pValue = '' ]) : $this
Parameters
$pValue : string = ''
Return values
$this

setFill()

public setFill([Fill|null $pValue = null ]) : self
Parameters
$pValue : Fill|null = null
Return values
self

setHashIndex()

Set hash index.

public setHashIndex(int $value) : $this

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Parameters
$value : int

Hash index

Return values
$this

setHeight()

Set Height.

public setHeight([int $pValue = 0 ]) : $this
Parameters
$pValue : int = 0
Return values
$this

Set Hyperlink.

public setHyperlink([Hyperlink|null $pHyperlink = null ]) : self
Parameters
$pHyperlink : Hyperlink|null = null
Return values
self

setName()

Set Name.

public setName([string $pValue = '' ]) : static
Parameters
$pValue : string = ''
Return values
static

setOffsetX()

Set OffsetX.

public setOffsetX([int $pValue = 0 ]) : $this
Parameters
$pValue : int = 0
Return values
$this

setOffsetY()

Set OffsetY.

public setOffsetY([int $pValue = 0 ]) : $this
Parameters
$pValue : int = 0
Return values
$this

setPath()

public setPath(string $path) : self
Parameters
$path : string
Return values
self

setResizeProportional()

Set ResizeProportional.

public setResizeProportional([bool $pValue = true ]) : self
Parameters
$pValue : bool = true
Return values
self

setRotation()

Set Rotation.

public setRotation([int $pValue = 0 ]) : $this
Parameters
$pValue : int = 0
Return values
$this

setShadow()

public setShadow([Shadow|null $pValue = null ]) : $this
Parameters
$pValue : Shadow|null = null
Return values
$this

setWidth()

Set Width.

public setWidth([int $pValue = 0 ]) : $this
Parameters
$pValue : int = 0
Return values
$this

setWidthAndHeight()

Set width and height with proportional resize.

public setWidthAndHeight([int $width = 0 ][, int $height = 0 ]) : self
Parameters
$width : int = 0
$height : int = 0
Return values
self

        
On this page

Search results