START
START = 'start'
Horizontal Alignment Type.
Introduced in 1st Edition of ECMA-376. Initially it was intended to align paragraphs and tables. Since ISO/IEC-29500:2008 the type must not be used for table alignment.
RIGHT = 'right'
Kept for compatibility with 1st edition of ECMA-376 standard.
Microsoft Word 2007 and WPS Writer 2016 still rely on it.
None found |
JUSTIFY = 'justify'
Kept for compatibility with 1st edition of ECMA-376 standard.
Microsoft Word 2007 and WPS Writer 2016 still rely on it.
None found |
None found |
None found |
isValid(string $value) : boolean
Returns true the value is valid for this enum
string | $value |
true if value is valid
None found |
validate(string $value)
Validates that the value passed is a valid value
string | $value |
if the value passed is not valid for this enum
None found |
None found |
Loading…