Aspose::Pdf::Text::TextFormattingOptions::set_HyphenSymbol method

TextFormattingOptions::set_HyphenSymbol method

Sets hyphen symbol that is used in hyphenation process.

void Aspose::Pdf::Text::TextFormattingOptions::set_HyphenSymbol(System::String value)

Remarks

To eliminate hyphen drawing (with wrapping procedure still in place) please set empty string string.Empty for HyphenSymbol.

See Also