UnorderedSubList

Represents the UnorderedSubList.

public class UnorderedSubList : SubList, IListProperties
Public Class UnorderedSubList
    Inherits SubList
    Implements IListProperties

Inheritance: ObjectSubListUnorderedSubList

Implements: IListProperties

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

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