wordwrap
基本解释
- n.整字換行
- 字詞繞廻.
英汉例句
- 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