CaptionLabel.ChapterStyleLevel Property

Definition

Returns or sets the heading style that marks a new chapter when chapter numbers are included with the specified caption label.

public:
 property int ChapterStyleLevel { int get(); void set(int value); };
public int ChapterStyleLevel { get; set; }
member this.ChapterStyleLevel : int with get, set
Public Property ChapterStyleLevel As Integer

Property Value

Remarks

The returned number 1 corresponds to Heading 1, 2 corresponds to Heading 2, and so on.

The IncludeChapterNumber property must be set to True for chapter numbers to be included with caption labels.

Applies to