Bitrix API

Docx extends ZipDocument

Tags
todo

remove all try catch around loadXml when there are no new errors in log

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

getFileExtension()

public getFileExtension() : string
Return values
string

getFileMimeType()

public getFileMimeType() : string
Return values
string

getPlaceholders()

public getPlaceholders() : array<string|int, mixed>
Tags
inheritdoc
Return values
array<string|int, mixed>

isFileProcessable()

public isFileProcessable() : bool
Return values
bool

normalizeContent()

Normalizes content of the document, removing unnecessary tags between {}

public normalizeContent() : void

process()

public process() : Result
Tags
inheritdoc
Return values
Result

        
On this page

Search results