wordwrap
常见例句
- Fixed a buffer overflow inside the wordwrap() function.
确定了wordwrap() 函数 中的一个缓冲溢出。 - The wordwrap() function wraps a string into new lines when it reaches a specific length.
函数的作用是:将字符串按字符个数换行。 - The DataGridViewCellStyle class provides additional formatting properties for wordwrap, text alignment, and the custom display of null database values.
DataGridViewCellStyle类为换行、文本对齐和数据库空值的自定义显示提供了附加格式设置属性。 - If the WordWrap property is set to false, text entered into the multiline text box control will be displayed on the same line until a newline character is entered.
如果将WordWrap属性设置为false,则在多行文本框控件中输入的文本将显示在同一行上,直到输入换行符才换行。 - By default, wordwrap will attempt to wrap at a word boundary.If you want to cut off at the exact character length, pass the optional third parameter of true.
可以指定段落的宽度(也就是多少个字符一行;超过这个字符数换行).;默认80 返回 wordwrap