NumberList Class

Aspose.Note for .NET API

NumberList Class

Represents the numbered or bulleted list.
Inheritance Hierarchy
SystemObject  Aspose.NoteNumberList

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public class NumberList
Public Class NumberList
public ref class NumberList
type NumberList =  class end

The NumberList type exposes the following members.

Constructors
  NameDescription
Public methodNumberList(String, String, Int32)
Initializes a new instance of the NumberList class. This instance represents a bulleted list.
Public methodNumberList(String, NumberFormat, String, Int32)
Initializes a new instance of the NumberList class. This instance represents a numbered list.
Top
Properties
  NameDescription
Public propertyFont
Gets or sets the name of the font.
Public propertyFontColor
Gets or sets the font color.
Public propertyFontSize
Gets or sets the font size.
Public propertyFormat
Gets or sets the format of the line header. For bulleted lists represents a bullet symbol.
Public propertyIsBold
Gets or sets a value indicating whether the text style is bold.
Public propertyIsItalic
Gets or sets a value indicating whether the text style is italic.
Public propertyLastModifiedTime
Gets or sets the last modified time.
Public propertyNumberFormat
Gets or sets the number format used for a group of automatically numbered objects. Should be null for bulleted lists.
Public propertyRestart
Gets or sets the numeric value that overrides the automatic number value of the list item.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(NumberList)
Determines whether the specified object is equal to the current object.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for the type.
(Overrides ObjectGetHashCode.)
Public methodGetNumberedListHeader
Gets the numbered list header.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also