wordwrap
基本解釋
- n.整字換行
- 字詞繞回.
英漢例句
- Fixed a buffer overflow inside the wordwrap() function.
確定了wordwrap() 函數(shù) 中的一個(gè)緩沖溢出。 - The wordwrap() function wraps a string into new lines when it reaches a specific length.
函數(shù)的作用是:將字符串按字符個(gè)數(shù)換行。 - The DataGridViewCellStyle class provides additional formatting properties for wordwrap, text alignment, and the custom display of null database values.
DataGridViewCellStyle類為換行、文本對(duì)齊和數(shù)據(jù)庫(kù)空值的自定義顯示提供了附加格式設(shè)置屬性。 - 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屬性設(shè)置為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.
可以指定段落的寬度(也就是多少個(gè)字符一行;超過(guò)這個(gè)字符數(shù)換行).;默認(rèn)80