skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ListLevel

Establishes functionality of list level.

Inheritance
System.Object
ListLevel
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: Telerik.Windows.Documents.Flow.Model.Lists
Assembly: Telerik.Windows.Documents.Flow.dll

Syntax

public sealed class ListLevel

Properties

Alignment

Gets or sets the alignment.

Declaration
public Alignment Alignment { get; set; }
Property Value
Alignment

The alignment.

CharacterProperties

Gets the character properties.

Declaration
public CharacterProperties CharacterProperties { get; }
Property Value
CharacterProperties

The character properties.

Document

Gets the document to which this list level is associated.

Declaration
public RadFlowDocument Document { get; }
Property Value
RadFlowDocument

The document.

IsLegal

Gets or sets a value indicating if all inherited number formats should be displayed as decimal format.

Declaration
public bool IsLegal { get; set; }
Property Value
System.Boolean

The is legal.

NumberingStyle

Gets or sets the numbering style.

Declaration
public NumberingStyle NumberingStyle { get; set; }
Property Value
NumberingStyle

The numbering style.

NumberTextFormat

Gets or sets the number text format.

Declaration
public string NumberTextFormat { get; set; }
Property Value
System.String

The number text format.

ParagraphProperties

Gets the paragraph properties.

Declaration
public ParagraphProperties ParagraphProperties { get; }
Property Value
ParagraphProperties

The paragraph properties.

RestartAfterLevel

Gets or sets a value indicating the list level that must appear before this list level restarts to its start index. The value must be lower of an earlier level than this level. The default value -1, means the start index will be restarted after the previous level occur.

Declaration
public int RestartAfterLevel { get; set; }
Property Value
System.Int32

The restart after level.

Exceptions
System.ArgumentOutOfRangeException

value is less then -1 and greater then 8.

StartIndex

Gets or sets the starting number of this level.

Declaration
public int StartIndex { get; set; }
Property Value
System.Int32

The start index.

Exceptions
System.ArgumentOutOfRangeException

value is less than 0.

StyleId

Gets or sets the name of a paragraph style associated with this list level.

Declaration
public string StyleId { get; set; }
Property Value
System.String

The name of the style.

Methods

Clone(List)

Creates deep copy of this list level, associated to ownerList.

Declaration
public ListLevel Clone(List ownerList)
Parameters
List ownerList

The owner list.

Returns
ListLevel

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.