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:

Properties

BulletAlignGets or sets the Align enumeration that specifies the Bullet alignment of the SubList.
BulletAreaWidthGets or sets the Width in which bullets will be drawn, for each ListItem of the SubList.
BulletSizeGets or Sets the bullet's size for the SubList .
FontGets or sets the Font of the text for the SubList.
FontSizeGets or Sets the Font size of the SubList.
ItemsGets the ListItemLists of the SubList.
LeadingGets or Sets the leading for the text of the SubList.
LeftIndentGets or Sets the LeftIndent of the whole SubList. Each ListItem may have his own LeftIndent.
ListItemBottomMarginGets or Sets the BottomMargin of the ListItems in the SubList.
ListItemTopMarginGets or Sets the TopMargin of the ListItems in the SubList.
ParagraphIndentGets or Sets the paragraphIndent of the SubList.
RightIndentGets or Sets the RightIndent of the whole SubList. Each ListItem may have his own RightIndent.
RightToLeftGets or Sets a value indicating if the Text is in RighttoLeft language.
StrikeThroughGets or Sets the text of each ListItem of the SubList as StrikeThrough.
TagGets or sets the structure element of the sub list.
TagOrderGets or sets the structure element order of the sub list.
TextAlignGets or sets the TextAlign enumeration that specifies the text alignment of the SubList.
TextColorGets or sets the Color of the Text for whole SubList.
TextOutlineColorGets or sets the Color of the Text for whole SubList.
TextOutlineWidthGets 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)

See Also

ceTe.DynamicPDF.PageElements

In this topic