multiline
美 ['m?lt?l?n]
英 ['m?lt?l?n] 
- adj.多生產線的;多線的
- 網絡多行;多行模式;多行文本
英漢解釋
例句
The script will prompt you to either drop an existing multiline text index or to create a new multiline text index.
這個腳本將提示您要么刪除一個現存的多行文本索引要么創建一個新的多行文本索引。
Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.
指示多行文本框控件在必要時是否自動換行到下一行的開始。
Important: When you drop the index for a multiline text field, that field can no longer be used for queries.
重點:當您刪除一個多行文本域的索引時,這個域將不再在查詢程序中使用。
Specifies that the match must occur at the beginning of the string (ignores the Multiline option).
指定匹配必須出現在字符串的開頭(忽略Multiline選項)。
Introduces the general concepts of the TextBox control, which allows editable, multiline input from the user.
介紹TextBox控件的一般概念,使用該控件,用戶可以輸入可編輯的多行內容。
Returns a Boolean value indicating the state of the multiline flag (m) used with a regular expression.
返回布爾值,該值指示在正則表達式中使用的multiline標志(m)的狀態。
You can use this method in a multiline text box to ensure that the current text entry point is within the visible region of the control.
可以在多行文本框中使用此方法,以確保當前文本的輸入點位于該控件的可見區域內。
A multiline TextBox control allows users to type information into a box that supports wordwrapping and vertical and horizontal scrolling.
多行TextBox控件允許用戶在支持自動換行和水平及垂直滾動的框中鍵入信息。
The simplest form of an if statement can be written on one line, but multiline if and if. Else statements are more common.
最簡單的if語句形式可以寫在一行內,但是通常使用多行if和if.else語句。
The only supported ones are case sensitivity and multiline, because all supported libraries can handle them.
受支持的標志只有casesensitivity和multiline,因為所有受支持的庫都可以處理它們。
point of view, a field planted to a multiline need not appear different from a field planted to a genetically uniform cultivar.
從農業實踐看,栽培多系品種的田塊與栽培遺傳上均一品種的田塊未必有區別。
Control does not support multiline configuration , this property is not supported .
控件不支持多行配置,因此該屬性不受支持。
You can re-index the multiline text fields by following the same procedures used to create the indexes on the original user database.
您可以通過下面的與在原始用戶數據庫上創建索引一樣的步驟來對多行文本域進行重新檢索。
To get a consistent size for your TextBox, set its Multiline property to true.
若要為TextBox獲取相同的大小,請將它的Multiline屬性設置為true。
A multiline text box allows you to display more than one line of text in the control.
多行文本框使您可以在控件中顯示多行文本。
If the TextBox control is a multiline text box, the number of rows it displays is determined by the Rows property.
如果TextBox控件是多行文本框,則它顯示的行數由Rows屬性確定。
The multiline flag specifies that potential matches may occur on either side of a newline character .
多行標記指定換行符的兩邊可能出現潛在的匹配。
Control does not support multiline configuration, this method is overridden to perform no actions.
控件不支持多行配置,因此會重寫此方法以便不執行任何操作。
Provides a type converter to convert multiline strings to a simple string .
提供將多行字符串轉換為單行字符串的類型轉換器。
HTML element that allows you to create a multiline text box on a Web page.
HTML元素相對應,使您可以在網頁上創建多行文本框。
In declarative scenarios, the Data property is specified as a multiline inner property of the XmlDataSource object.
在聲明性方案中,Data屬性被指定為XmlDataSource對象的多行內部屬性。
Gets or sets a value indicating whether the text content wraps within a multiline text box.
獲取或設置一個值,該值指示多行文本框內的文本內容是否換行。
You can obtain a detailed multiline report, with all the results and full explanations, by calling the Benchmark. toStringFull method.
通過調用Benchmark.toStringFull方法,可以獲得詳細的多行報告,其中包含所有結果和完整的解釋。
Single-line TextBox controls, specified by the Multiline property, support only left alignment.
Multiline屬性指定的單行TextBox控件僅支持左對齊。
This row includes a value that allows indexes to be created for multiline text fields.
這個行包括一個允許為多行文本域創建索引的值。
Use the Rows property to specify the number of rows displayed in a multiline text box.
使用Rows屬性指定多行文本框中顯示的行數。
In Oracle Database 10g, multiline text fields that do not have an index cannot be used in queries.
在OracleDatabase10g中,沒有索引的多行文本域在查詢系統中是不可能被檢索到的。
Run an SQL script to build the indexes for all multiline text fields that will be used for queries.
運行一個SQL腳本來為所有將要被查詢的多行文本域建立索引。
Re-index when moving databases: Whenever user databases are moved, the indexes that support multiline text fields are lost.
移動數據庫時重新檢索:只要用戶的數據庫被移動,支持多行文本域的索引就會丟失。
The changes made to Haml include the generation of HTML 5 custom data attributes and the simplification of multiline syntax.
Haml的改變包括HTML5自定義數據屬性的生成和多行語法的簡化。
With a. NET multiline editbox that you can edit.
您可以對其進行編輯。
If you set the Multiline property to true, you can enter up to 32 KB of text.
如果將Multiline屬性設置為true,則最多可輸入32KB的文本。
The indexes that support multiline fields are not replicated from the working master database to user databases.
支持多行域的索引并沒有從工作主要數據庫中復制到用戶數據庫中。
Enter this command to delete the value in the table that allows indexes to be created for multiline text fields.
鍵入這個命令來刪除表格中允許為多行文本文件創建索引的值。
Gets or sets the behavior mode (single-line, multiline, or password) of the TextBox control.
獲取或設置TextBox控件的行為模式(單行、多行或密碼)。
True if the text content wraps within a multiline text box; otherwise, false.
如果多行文本框內的文本內容換行,則為true;否則為false。
Typically occurs when the value of the Multiline property has changed; however, this event is not raised by MaskedTextBox.
Multiline屬性的值更改時通常發生該事件;但是MaskedTextBox不會引發該事件。
Multiline text box controls can be aligned left, right, or center.
Multiline文本框控件可以左、右或居中對齊。
No type of scroll bar, including horizontal, will display if the Multiline property is set to false.
如果Multiline屬性設置為false,則不顯示任何類型的滾動條,包括水平滾動條。
The following code example uses TextBox, a derived class, to create a multiline TextBox control with vertical scroll bars.
下面的代碼示例使用派生類TextBox來創建一個帶垂直滾動條的多行TextBox控件。