Class ListFormat
Represents the ListFormat class.
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.DocumentEditor
Assembly: Syncfusion.EJ.DocumentEditor.dll
Syntax
public class ListFormat : BaseNode, ISerializable
Constructors
ListFormat()
Initializes a new instance of the ListFormat class.
Declaration
public ListFormat()
Properties
ListId
Gets or sets the identifier of the ListAdv.
Declaration
public int ListId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ListLevelNumber
Gets or sets the level number of the ListAdv.
Declaration
public int ListLevelNumber { 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 |
Implements
System.Runtime.Serialization.ISerializable