Skip to main content
A newer version of this page is available. .

ListLevelProperties Members

Contains the list level’s properties.

Properties

Name Description
DisplayFormatString Specifies the pattern used to format the list level’s number or bullet.
FirstLineIndent Specifies the first line indent for the list level’s paragraphs.
FirstLineIndentType Specifies whether and how the first lines of the list level’s paragraphs are indented.
FontBold Specifies whether the list level’s number or bullet is bold.
FontColor Specifies the color for the list level’s number or bullet.
FontItalic Specifies whether the list level’s number or bullet is italicized.
FontName Specifies the font name for the list level’s number or bullet.
FontSize Specifies the font size for the list level’s number or bullet.
LeftIndent Specifies the left indent for the list level’s paragraphs.
ListLevelFormat Specifies the number or bullet format for the list level’s paragraphs.
Separator Specifies the character inserted between the list level’s number or bullet and paragraph text.
Start Specifies the start position for the list level’s number.

Methods

Name Description
CopyFrom(ListLevel) Duplicates the properties of the specified list level into the current instance of the ListLevelProperties class.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also