List

Represents the List.

public class List : RotatingPageElement, IArea, ICoordinate, ISerializable
Public Class List
    Inherits RotatingPageElement
    Implements IArea, ICoordinate, ISerializable

Inheritance: ObjectPageElementTaggablePageElementRotatingPageElementList

Implements: IArea, ICoordinate, ISerializable

Derived: OrderedList, UnorderedList

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

See the Lists topic for more on lists.

Properties

AngleGets or sets the heights of the angle element.
(Inherited from RotatingPageElement)
BulletAlignGets or sets the Align enumeration that specifies the Bullet alignment of the List.
BulletAreaWidthGets or sets the Width in which bullets will be drawn, for each ListItem of the List.
BulletSizeGets or Sets the bullet's size for the List .
FontGets or sets the Font of the text for the List.
FontSizeGets or Sets the Font size of the List.
HeightGets or sets the Height of the List.
IDGets or sets the ID of the page element.
(Inherited from PageElement)
IgnoreMarginsGets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property.
(Inherited from PageElement)
ItemsGets the ListItemLists of the List.
LeadingGets or Sets the leading for the text of the List.
LeftIndentGets or Sets the LeftIndent of the whole List. Each ListItem may have his own LeftIndent.
ListItemBottomMarginGets or Sets the BottomMargin of the ListItems in the List.
ListItemTopMarginGets or Sets the TopMargin of the ListItems in the List.
ParagraphIndentGets or Sets the paragraphIndent of the List.
RelativeToGets and sets placement of the page element on the page.
(Inherited from PageElement)
RightIndentGets or Sets the RightIndent of the whole List. 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 List as StrikeThrough.
TagGets or sets the tag of the taggable element.
TagOrderGets or sets the tag order of the taggable element.
TextAlignGets or sets the TextAlign enumeration that specifies the text alignment of the List.
TextColorGets or sets the Color of the Text for whole List.
TextOutlineColorGets or sets the Color of the text outline for whole List.
TextOutlineWidthGets or sets the line width to use for the text outline of the list.
WidthGets or sets the Width of the List.
XGets or sets the X coordinate of the page element.
(Inherited from RotatingPageElement)
YGets or sets the Y coordinate of the page element.
(Inherited from RotatingPageElement)

Methods

Draw(PageWriter)Draws the page element to the given PageWriter object.
(Inherited from RotatingPageElement)
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