ListItem
Represents the ListItem.
public class ListItem : IListProperties
Public Class ListItem
Implements IListProperties
Inheritance: ObjectListItem
Implements: IListProperties
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
| BodyTag | Gets or sets the structure element of the list item body. |
| BodyTagOrder | Gets or sets the structure element order of the list item body. |
| BulletAlign | Gets or Sets the Align enumeration that specifies the Bullet alignment of the ListItem. |
| BulletAreaWidth | Gets or Sets the width in which bullets will be drawn, for this ListItem . |
| BulletSize | Gets or Sets the Bullet size of the ListItem. |
| BulletTag | Gets or sets the structure element of the list item bullet. |
| BulletTagOrder | Gets or sets the structure element order of the list item bullet. |
| Font | Gets or Sets the Font of the ListItem. |
| FontSize | Gets or Sets the FontSize of the ListItem. |
| Leading | Gets or Sets the leading for the text of the ListItem. |
| LeftIndent | Gets or Sets the LeftIndent of the ListItem. |
| ListItemTag | Gets or sets the structure element of the list item. |
| ListItemTagOrder | Gets or sets the structure element order of the list item . |
| ParagraphIndent | Gets or Sets the ParagraphIndent of the ListItem. |
| RightIndent | Gets or Sets the rightIndent of the ListItem. |
| RightToLeft | Gets or sets a value indicating if text language is RightToLeft. |
| StrikeThrough | Gets or Sets the StrikeThrough property of the ListItem. |
| SubLists | Gets the SubListList of the ListItem. |
| Tag | Gets or sets the structure element of the list item sublists. |
| TagOrder | Gets or sets the structure element order of the list item sublists. |
| Text | Gets or sets the Text of the ListItem. |
| TextAlign | Sets or Gets the TextAlign enumeration that specifies the text alignment of the ListItem. |
| TextColor | Gets or Sets the Text Color of the ListItem. |
| TextOutlineColor | Gets or Sets the Text Color of the ListItem. |
| TextOutlineWidth | Gets or sets the line width to use for the text outline of the list item. |
| Underline | Gets or sets the underline property of the ListItem. |
Methods
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |