NumberList Class
Aspose.Note for .Net
NumberList Class |
Represents the numbered or bulleted list.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1
The NumberList type exposes the following members.
| Name | Description | |
|---|---|---|
| NumberList(String, String, Int32) |
Initializes a new instance of the NumberList class.
This instance represents a bulleted list.
| |
| NumberList(String, NumberFormat, String, Int32) |
Initializes a new instance of the NumberList class.
This instance represents a numbered list.
|
| Name | Description | |
|---|---|---|
| Font |
Gets or sets the name of the font.
| |
| FontColor |
Gets or sets the font color.
| |
| FontSize |
Gets or sets the font size.
| |
| Format |
Gets or sets the format of the line header. For bulleted lists represents a bullet symbol.
| |
| IsBold |
Gets or sets a value indicating whether the text style is bold.
| |
| IsItalic |
Gets or sets a value indicating whether the text style is italic.
| |
| LastModifiedTime |
Gets or sets the last modified time.
| |
| NumberFormat |
Gets or sets the number format used for a group of automatically numbered objects. Should be null for bulleted lists.
| |
| Restart |
Gets or sets the numeric value that overrides the automatic number value of the list item.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
| Equals(NumberList) |
Determines whether the specified object is equal to the current object.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for the type.
(Overrides ObjectGetHashCode.) | |
| GetNumberedListHeader |
Gets the numbered list header.
| |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |