跳轉到主要內容
如有需要,您可以在程式碼編輯器的 Search Conditions 區段中變更元素的屬性。以下是可在 Search Conditions 區段中編輯的元素清單。

範例

以下程式會檢查是否偵測到元素 Element1 和 Element2。若至少有一個元素尚未被偵測到,則指示程式尋找垂直分隔線;否則,程式應尋找水平分隔線。
if (Element1.IsNull == False) or (Element2.IsNull == False) then
Mode: Vertical;
else
Mode: Horizontal;
下文各節將對元素屬性進行詳細說明。