class
Crst::SectionNumbering
- Crst::SectionNumbering
- Crst::Node
- Reference
- Object
Overview
Represents section numbering
Defined in:
crst/nodes.crConstructors
Instance Method Summary
- #depth : Int32 | Nil
- #depth=(depth : Int32 | Nil)
- #prefix : String | Nil
- #prefix=(prefix : String | Nil)
- #start : Int32 | Nil
- #start=(start : Int32 | Nil)
- #suffix : String | Nil
- #suffix=(suffix : String | Nil)
Constructor Detail
def self.new(depth : Int32 | Nil = nil, prefix : Nil | String = nil, suffix : Nil | String = nil, start : Int32 | Nil = nil)
#