Searched refs:wrap_algorithm (Results 1 – 2 of 2) sorted by relevance
202 pub wrap_algorithm: core::WrapAlgorithm, field217 wrap_algorithm: options.wrap_algorithm, in from()413 wrap_algorithm: core::WrapAlgorithm::OptimalFit, in with_splitter()415 wrap_algorithm: core::WrapAlgorithm::FirstFit, in with_splitter()515 pub fn wrap_algorithm(self, wrap_algorithm: core::WrapAlgorithm) -> Self { in wrap_algorithm() method517 wrap_algorithm, in wrap_algorithm()545 wrap_algorithm: self.wrap_algorithm, in splitter()914 let wrapped_words = match options.wrap_algorithm { in wrap()1200 Options::new(10).wrap_algorithm(core::WrapAlgorithm::FirstFit) in to_be_or_not()1561 Options::new(7).wrap_algorithm(core::WrapAlgorithm::FirstFit) in preserve_line_breaks()[all …]
71 of wrapping can be configured via `Option::wrap_algorithm`.