JUSTIFY
Table of Contents
Constants
- BQFACTOR : mixed = 2
- CHARWIDTH : mixed = 18
- ENDFACTOR : mixed = 1
- FTFACTOR : mixed = 1
- JUSTIFICATIONS : mixed = [ // WIKINDX => DOCX 'center' => 'center', 'lef...
- TABFACTOR : mixed = 40
Functions
- justify() : mixed
- Set and get the justification and indentation for the current paragraph.
Constants
BQFACTOR
public
mixed
BQFACTOR
= 2
CHARWIDTH
public
mixed
CHARWIDTH
= 18
ENDFACTOR
public
mixed
ENDFACTOR
= 1
FTFACTOR
public
mixed
FTFACTOR
= 1
JUSTIFICATIONS
public
mixed
JUSTIFICATIONS
= [
// WIKINDX => DOCX
'center' => 'center',
'left' => 'left',
'right' => 'right',
'justify' => 'both',
]
TABFACTOR
public
mixed
TABFACTOR
= 40
Functions
justify()
Set and get the justification and indentation for the current paragraph.
justify(string $method[, XMLWriter $xml = null ][, string $input = '' ]) : mixed
Parameters
- $method : string
- $xml : XMLWriter = null
-
Default NULL
- $input : string = ''
-
Default ''