class Crst::SectionNumbering

Overview

Represents section numbering

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(depth : Int32 | Nil = nil, prefix : Nil | String = nil, suffix : Nil | String = nil, start : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def depth : Int32 | Nil #

[View source]
def depth=(depth : Int32 | Nil) #

[View source]
def prefix : String | Nil #

[View source]
def prefix=(prefix : String | Nil) #

[View source]
def start : Int32 | Nil #

[View source]
def start=(start : Int32 | Nil) #

[View source]
def suffix : String | Nil #

[View source]
def suffix=(suffix : String | Nil) #

[View source]