class Crst::SectionNumbering

Overview

Represents section numbering

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Instance methods inherited from class Crst::Node

column : Int32 | Nil column, column=(column : Int32 | Nil) column=, line : Int32 | Nil line, line=(line : Int32 | Nil) line=

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]