Class ListLevelAdv
Represents the ListLevelAdv class.
Implements
Inherited Members
Namespace: Syncfusion.EJ.DocumentEditor
Assembly: Syncfusion.EJ.DocumentEditor.dll
Syntax
public class ListLevelAdv : BaseNode, ISerializable
Constructors
ListLevelAdv()
Initializes a new instance of the ListLevelAdv class for the specified AbstractListAdv.
Declaration
public ListLevelAdv()
Properties
CharacterFormat
Gets or sets the CharacterFormat of the ListLevelAdv.
Declaration
public CharacterFormat CharacterFormat { get; set; }
Property Value
Type | Description |
---|---|
CharacterFormat |
FollowCharacter
Gets or sets the FollowCharacterType of the ListLevelAdv.
Declaration
public FollowCharacterType FollowCharacter { get; set; }
Property Value
Type | Description |
---|---|
FollowCharacterType |
LevelNumber
Gets the level number of the ListLevelAdv.
Declaration
public int LevelNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ListLevelPattern
Gets or sets the ListLevelPattern of the ListLevelAdv.
Declaration
public ListLevelPattern? ListLevelPattern { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ListLevelPattern> |
NumberFormat
Identifies the NumberFormat
Declaration
public string NumberFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParagraphFormat
Gets or sets the ParagraphFormat of the ListLevelAdv.
Declaration
public ParagraphFormat ParagraphFormat { get; set; }
Property Value
Type | Description |
---|---|
ParagraphFormat |
RestartLevel
Gets or sets the level number after which the ListLevelAdv should restart its value.
Declaration
public int RestartLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartAt
Gets or sets the value from which the ListLevelAdv should start at.
Declaration
public int StartAt { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
Declaration
public void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo to populate with data. |
System.Runtime.Serialization.StreamingContext | context | The destination (see System.Runtime.Serialization.StreamingContext) for this serialization. |
Exceptions
Type | Condition |
---|---|
System.Security.SecurityException |