fix doc
This commit is contained in:
parent
7e3d9fb89a
commit
6657f0eec3
|
|
@ -135,12 +135,12 @@ Text breaks are empty new lines. To add text breaks, use the following syntax. A
|
||||||
Page breaks
|
Page breaks
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
There are two ways to insert a page breaks, using the ``addPageBreak``
|
There are two ways to insert a page break, using the ``addPageBreak``
|
||||||
method or using the ``pageBreakBefore`` style of paragraph.
|
method or using the ``pageBreakBefore`` style of paragraph.
|
||||||
|
|
||||||
:: code-block:: php
|
.. code-block:: php
|
||||||
|
|
||||||
\\$section->addPageBreak();
|
$section->addPageBreak();
|
||||||
|
|
||||||
Lists
|
Lists
|
||||||
-----
|
-----
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ abstract class AbstractElement
|
||||||
/**
|
/**
|
||||||
* Unique Id for element
|
* Unique Id for element
|
||||||
*
|
*
|
||||||
* @var int
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $elementId;
|
protected $elementId;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue