SubList
Represents the SubList can be initialized on List .
public abstract class SubList : IListProperties
Public MustInherit Class SubList
Implements IListProperties
Inheritance: ObjectSubList
Implements: IListProperties
Derived: OrderedSubList, UnorderedSubList
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
| BulletAlign | Gets or sets the Align enumeration that specifies the Bullet alignment of the SubList. |
| BulletAreaWidth | Gets or sets the Width in which bullets will be drawn, for each ListItem of the SubList. |
| BulletSize | Gets or Sets the bullet's size for the SubList . |
| Font | Gets or sets the Font of the text for the SubList. |
| FontSize | Gets or Sets the Font size of the SubList. |
| Items | Gets the ListItemLists of the SubList. |
| Leading | Gets or Sets the leading for the text of the SubList. |
| LeftIndent | Gets or Sets the LeftIndent of the whole SubList. Each ListItem may have his own LeftIndent. |
| ListItemBottomMargin | Gets or Sets the BottomMargin of the ListItems in the SubList. |
| ListItemTopMargin | Gets or Sets the TopMargin of the ListItems in the SubList. |
| ParagraphIndent | Gets or Sets the paragraphIndent of the SubList. |
| RightIndent | Gets or Sets the RightIndent of the whole SubList. Each ListItem may have his own RightIndent. |
| RightToLeft | Gets or Sets a value indicating if the Text is in RighttoLeft language. |
| StrikeThrough | Gets or Sets the text of each ListItem of the SubList as StrikeThrough. |
| Tag | Gets or sets the structure element of the sub list. |
| TagOrder | Gets or sets the structure element order of the sub list. |
| TextAlign | Gets or sets the TextAlign enumeration that specifies the text alignment of the SubList. |
| TextColor | Gets or sets the Color of the Text for whole SubList. |
| TextOutlineColor | Gets or sets the Color of the Text for whole SubList. |
| TextOutlineWidth | Gets or sets the line width to use for the text outline of the sub list. |
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) |