Docx extends ZipDocument
Tags
Table of Contents
Constants
- ABSTRACT_ORDERED_NUMBERING_ID = '553'
- ABSTRACT_UNORDERED_NUMBERING_ID = '554'
Methods
- __construct() : mixed
- __destruct() : mixed
- getFileExtension() : string
- getFileMimeType() : string
- getPlaceholders() : array<string|int, mixed>
- isFileProcessable() : bool
- normalizeContent() : void
- Normalizes content of the document, removing unnecessary tags between {}
- process() : Result
Constants
ABSTRACT_ORDERED_NUMBERING_ID
public
mixed
ABSTRACT_ORDERED_NUMBERING_ID
= '553'
ABSTRACT_UNORDERED_NUMBERING_ID
public
mixed
ABSTRACT_UNORDERED_NUMBERING_ID
= '554'
Methods
__construct()
public
__construct(mixed $content) : mixed
Parameters
- $content : mixed
__destruct()
public
__destruct() : mixed
getFileExtension()
public
getFileExtension() : string
Return values
stringgetFileMimeType()
public
getFileMimeType() : string
Return values
stringgetPlaceholders()
public
getPlaceholders() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>isFileProcessable()
public
isFileProcessable() : bool
Return values
boolnormalizeContent()
Normalizes content of the document, removing unnecessary tags between {}
public
normalizeContent() : void
process()
public
process() : Result