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:

Properties

BodyTagGets or sets the structure element of the list item body.
BodyTagOrderGets or sets the structure element order of the list item body.
BulletAlignGets or Sets the Align enumeration that specifies the Bullet alignment of the ListItem.
BulletAreaWidthGets or Sets the width in which bullets will be drawn, for this ListItem .
BulletSizeGets or Sets the Bullet size of the ListItem.
BulletTagGets or sets the structure element of the list item bullet.
BulletTagOrderGets or sets the structure element order of the list item bullet.
FontGets or Sets the Font of the ListItem.
FontSizeGets or Sets the FontSize of the ListItem.
LeadingGets or Sets the leading for the text of the ListItem.
LeftIndentGets or Sets the LeftIndent of the ListItem.
ListItemTagGets or sets the structure element of the list item.
ListItemTagOrderGets or sets the structure element order of the list item .
ParagraphIndentGets or Sets the ParagraphIndent of the ListItem.
RightIndentGets or Sets the rightIndent of the ListItem.
RightToLeftGets or sets a value indicating if text language is RightToLeft.
StrikeThroughGets or Sets the StrikeThrough property of the ListItem.
SubListsGets the SubListList of the ListItem.
TagGets or sets the structure element of the list item sublists.
TagOrderGets or sets the structure element order of the list item sublists.
TextGets or sets the Text of the ListItem.
TextAlignSets or Gets the TextAlign enumeration that specifies the text alignment of the ListItem.
TextColorGets or Sets the Text Color of the ListItem.
TextOutlineColorGets or Sets the Text Color of the ListItem.
TextOutlineWidthGets or sets the line width to use for the text outline of the list item.
UnderlineGets 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)

See Also

ceTe.DynamicPDF.PageElements

In this topic