HTML Extended: <phpdocx_modifypagelayout> tag
- <a>
- <b>, <strong>
- <br>
- <caption>, <figcaption>
- <div>
- <dl>, <dt>, <dd>
- <h1>, <h2>, <h3>, <h4>, <h5>, <h6>
- <hr>
- <i>, <em>, <cite>, <var>
- <input>
- <img>
- <mark>
- <p>, <address>, <blockquote>
- <pre>
- <s>
- <select>, <option>
- <small>
- <span>
- <sub>
- <sup>
- <table>, <tr>, <td>, <th>
- <textarea>
- <u>, <ins>, <del>
- <ul>, <ol>, <li>
- <math>
- <meta>
- <phpdocx_bookmark>
- <phpdocx_break>
- <phpdocx_comment>
- <phpdocx_crossreference>
- <phpdocx_dateandhour>
- <phpdocx_endnote>
- <phpdocx_footer>
- <phpdocx_footnote>
- <phpdocx_formelement>
- <phpdocx_header>
- <phpdocx_heading>
- <phpdocx_image>
- <phpdocx_link>
- <phpdocx_mathequation>
- <phpdocx_mergefield>
- <phpdocx_modifypagelayout>
- <phpdocx_ole>
- <phpdocx_onlinevideo>
- <phpdocx_pagenumber>
- <phpdocx_section>
- <phpdocx_shape>
- <phpdocx_simplefield>
- <phpdocx_structureddocumenttag>
- <phpdocx_tablecontents>
- <phpdocx_tablefigures>
- <phpdocx_text>
- <phpdocx_textbox>
- <phpdocx_wordfragment>
- <phpdocx_wordml>
- <svg>
- <title>
<phpdocx_modifypagelayout> tag
PREMIUM
TRIAL / ADVANCED
Modifies the Word document layout.
HTML Extended (Premium licenses)
Attribute | Description |
---|---|
data-paperType |
The type of paper to be used. The possible values are:
|
data-width | Document width in twips (twentieths of a point). |
data-height | Document height in twips (twentieths of a point). |
data-numberCols | Number of columns. |
data-orient | Page orientation (portrait or landscape). |
data-marginTop | Top margin in twips (twentieths of a point). |
data-marginRight | Right margin in twips (twentieths of a point). |
data-marginBottom | Bottom margin in twips (twentieths of a point). |
data-marginLeft | Left margin in twips (twentieths of a point). |
data-marginHeader | Header margins in twips (twentieths of a point). |
data-marginFooter | Footer margins in twips (twentieths of a point). |
data-gutter | Gutter in twips (twentieths of a point). The gutter is only used for binding. |
data-bidi | Set it to 'on' for right to left languages (default value is 'off'). |
data-rtlGutter | Set it to 'on' for right to left languages (default value is 'off'). |
data-onlyLastSection | If true it only modifies the last section (default value is false). |