Overview

Packages

  • PHP
  • vsword
    • node
    • parser
      • addesed
    • structure
      • style

Classes

  • AlignNode
  • ArbitraryCompositeNode
  • ArbitraryNode
  • BodyCompositeNode
  • BoldStyleNode
  • BrNode
  • CompositeNode
  • DocumentCompositeNode
  • DrawingNode
  • EmptyCompositeNode
  • FontSizeStyleNode
  • HyperlinkCompositeNode
  • ItalicStyleNode
  • ListCompositeNode
  • ListItemCompositeNode
  • Node
  • PageBreakNode
  • PCompositeNode
  • PPrCompositeNode
  • RCompositeNode
  • RPrCompositeNode
  • StringNode
  • TableColCompositeNode
  • TableCompositeNode
  • TableRowCompositeNode
  • TextNode
  • UnderlineStyleNode
  • Overview
  • Package
  • Class
  • Tree

Class AlignNode

Class AlignNode

Node implements INode
Extended by AlignNode implements IPNodeStyle
Package: vsword\node
Author: v.raskin
Version: 1.0.0
Located at vsword/node/AlignNode.php
Methods summary
public
# __construct( string $align )

Parameters

$align
string
$align
public
# getWord( )

Throws

Exception

Overrides

Node::getWord()

Implementation of

INode::getWord()
Methods inherited from Node
__toString(), addAttribute(), addAttributes(), attributeToString(), getAttribute(), getAttributes(), getHtml(), getName(), getParent(), look(), setParent(), setStyle(), setStyleID()
Constants summary
string TYPE_RIGHT 'right'
#
string TYPE_LEFT 'left'
#
string TYPE_CENTER 'center'
#
string TYPE_BOTH 'both'
#
Properties summary
protected string $align
#
Properties inherited from Node
$attributes, $parent, $styleId
wordx API documentation generated by ApiGen 2.8.0