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:
- 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.
Remarks
See the Lists topic for more on lists.
Properties
| Angle | Gets or sets the heights of the angle element. (Inherited from RotatingPageElement) |
| BulletAlign | Gets or sets the Align enumeration that specifies the Bullet alignment of the List. |
| BulletAreaWidth | Gets or sets the Width in which bullets will be drawn, for each ListItem of the List. |
| BulletSize | Gets or Sets the bullet's size for the List . |
| Font | Gets or sets the Font of the text for the List. |
| FontSize | Gets or Sets the Font size of the List. |
| Height | Gets or sets the Height of the List. |
| ID | Gets or sets the ID of the page element. (Inherited from PageElement) |
| IgnoreMargins | Gets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property. (Inherited from PageElement) |
| Items | Gets the ListItemLists of the List. |
| Leading | Gets or Sets the leading for the text of the List. |
| LeftIndent | Gets or Sets the LeftIndent of the whole List. Each ListItem may have his own LeftIndent. |
| ListItemBottomMargin | Gets or Sets the BottomMargin of the ListItems in the List. |
| ListItemTopMargin | Gets or Sets the TopMargin of the ListItems in the List. |
| ParagraphIndent | Gets or Sets the paragraphIndent of the List. |
| RelativeTo | Gets and sets placement of the page element on the page. (Inherited from PageElement) |
| RightIndent | Gets or Sets the RightIndent of the whole List. 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 List as StrikeThrough. |
| Tag | Gets or sets the tag of the taggable element. |
| TagOrder | Gets or sets the tag order of the taggable element. |
| TextAlign | Gets or sets the TextAlign enumeration that specifies the text alignment of the List. |
| TextColor | Gets or sets the Color of the Text for whole List. |
| TextOutlineColor | Gets or sets the Color of the text outline for whole List. |
| TextOutlineWidth | Gets or sets the line width to use for the text outline of the list. |
| Width | Gets or sets the Width of the List. |
| X | Gets or sets the X coordinate of the page element. (Inherited from RotatingPageElement) |
| Y | Gets 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) |