DisplayProperties
Table of Contents
Constants
-
DISPLAY
= 'display'
-
DISPLAY_BLOCK
= 'block'
-
DISPLAY_HIDDEN
= 'hidden'
-
DISPLAY_INLINE
= 'inline'
-
FONT
= 'font'
-
FONT_BOLD
= 'bold'
-
FONT_DELETED
= 'deleted'
-
FONT_ITALIC
= 'italic'
-
FONT_NORMAL
= 'normal'
-
FONT_UNDERLINED
= 'underlined'
Methods
-
__construct()
: mixed
-
getProperties()
: array<string|int, mixed>
-
isDisplayBlock()
: bool
-
isDisplayInline()
: bool
-
isFontBold()
: bool
-
isFontDeleted()
: bool
-
isFontItalic()
: bool
-
isFontUnderlined()
: bool
-
isHidden()
: bool
DISPLAY
public
mixed
DISPLAY
= 'display'
DISPLAY_BLOCK
public
mixed
DISPLAY_BLOCK
= 'block'
DISPLAY_HIDDEN
public
mixed
DISPLAY_HIDDEN
= 'hidden'
DISPLAY_INLINE
public
mixed
DISPLAY_INLINE
= 'inline'
FONT
public
mixed
FONT
= 'font'
FONT_BOLD
public
mixed
FONT_BOLD
= 'bold'
FONT_DELETED
public
mixed
FONT_DELETED
= 'deleted'
FONT_ITALIC
public
mixed
FONT_ITALIC
= 'italic'
FONT_NORMAL
public
mixed
FONT_NORMAL
= 'normal'
FONT_UNDERLINED
public
mixed
FONT_UNDERLINED
= 'underlined'
__construct()
public
__construct(Node $node[, array<string|int, mixed> $properties = [] ][, array<string|int, mixed> $defaultProperties = [] ]) : mixed
Parameters
-
$node
: Node
-
-
$properties
: array<string|int, mixed>
= []
-
-
$defaultProperties
: array<string|int, mixed>
= []
-
getProperties()
public
getProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>
isDisplayBlock()
public
isDisplayBlock() : bool
isDisplayInline()
public
isDisplayInline() : bool
isFontBold()
public
isFontBold() : bool
isFontDeleted()
public
isFontDeleted() : bool
isFontItalic()
public
isFontItalic() : bool
isFontUnderlined()
public
isFontUnderlined() : bool
isHidden()
public
isHidden() : bool