HTML Standard: <ul>, <ol>, <li> tags
- <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>
<ul>, <ol>, <li> tags
Inserts a list.
Attributes <ul>
Attribute | Description |
---|---|
class | One or more classes. This attribute used with customListStyles and wordStyles options allows applying a custom numbering style and a custom paragraph style. |
id | Id. |
style | Inline styles. Styles can also be applied using style tags. |
Attributes <ol>
Attribute | Description |
---|---|
class | One or more classes. |
id | Id. |
start | Start value for the list items. |
style | Inline styles. Styles can also be applied using style tags. |
type | Type of marker of the list items. |
Attributes <li>
Attribute | Description |
---|---|
class | One or more classes. |
id | Id. |
style | Inline styles. Styles can also be applied using style tags. |
Styles <ol>
Style | Description |
---|---|
list-style-type |
|
Styles
Using createListStyle and HTML, custom list styles can be applied to use more styles such as changing level list types or add images as bullets.
paragraph styles can be applied to list contents.
HTML Extended (Premium licenses)
Attribute | Description |
---|---|
data-depth | Forces a list level to the li tag. |
data-listppr | Applies a custom pPr style. |
data-listrpr | Applies a custom rPr style. |
data-style | Applies a custom paragraph style. |