HTML Extended: <phpdocx_comment> 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_comment> tag
PREMIUM
TRIAL / ADVANCED
Inserts a comment.
HTML Extended (Premium licenses)
Tags |
---|
phpdocx_comment_textcomment |
phpdocx_comment_textdocument |
Attribute | Description |
---|---|
data-author | The name of the author of the comments. |
data-completed | False as default, sets the comment as completed. Compatible with MS Word 2013 or newer. |
data-date | A date string as the ones used for the strtotime PHP method. |
data-initials | The initial that will be shown in the comment balloon. |
data-paraId | If null, it auto generates it. Comment ID. |
data-pStyle | Paragraph style. Default as CommentTextPHPDOCX. |
data-rStyle | Character style. Default as CommentReferencePHPDOCX. |
data-type | block or inline. Default as block. |