MediaClipSection
extends MediaClip
in package
Media clip section (/Type /MediaClip /S /MCS) — ISO 32000-2 §13.2.4.3.
Defines a temporal slice of another MediaClip.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_5
Table of Contents
Constants
- PDF_TYPE = 'MediaClip'
Properties
- $alt : PdfString|null
- $be : PdfDictionary|null
- $d : MediaClip|PdfReference
- $generationNumber : int
- $mh : PdfDictionary|null
- $n : PdfString|null
- $objectNumber : int
Methods
- __construct() : mixed
- getMediaClipSubtype() : string
- Returns the /S (subtype) value: "MCD" or "MCS".
- toIndirectObject() : string
- Wrap the object in an indirect object structure: X Y obj ... endobj
- toPdf() : string
- Serialize the object's dictionary/value to PDF syntax.
- baseDictionary() : PdfDictionary
Constants
PDF_TYPE
public
mixed
PDF_TYPE
= 'MediaClip'
Properties
$alt
public
PdfString|null
$alt
= null
$be
public
PdfDictionary|null
$be
= null
$d
public
MediaClip|PdfReference
$d
$generationNumber
public
int
$generationNumber
= 0
$mh
public
PdfDictionary|null
$mh
= null
$n
public
PdfString|null
$n
= null
$objectNumber
public
int
$objectNumber
= 0
Methods
__construct()
public
__construct(MediaClip|PdfReference $d) : mixed
Parameters
- $d : MediaClip|PdfReference
getMediaClipSubtype()
Returns the /S (subtype) value: "MCD" or "MCS".
public
getMediaClipSubtype() : string
Return values
stringtoIndirectObject()
Wrap the object in an indirect object structure: X Y obj ... endobj
public
toIndirectObject() : string
Return values
stringtoPdf()
Serialize the object's dictionary/value to PDF syntax.
public
toPdf() : string
Return values
stringbaseDictionary()
protected
baseDictionary() : PdfDictionary