ITextCharacterFormat.ProtectedText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字元是否受到保護,以防止嘗試修改字元。
public:
property FormatEffect ProtectedText { FormatEffect get(); void set(FormatEffect value); };
FormatEffect ProtectedText();
void ProtectedText(FormatEffect value);
public FormatEffect ProtectedText { get; set; }
var formatEffect = iTextCharacterFormat.protectedText;
iTextCharacterFormat.protectedText = formatEffect;
Public Property ProtectedText As FormatEffect
屬性值
受保護的狀態。
備註
一般而言,如果範圍的任何部分受到保護,或檔是唯讀的,則嘗試變更文字範圍格式或內容的 Windows.UI.Text 命名空間中呼叫方法將會失敗。 若要變更受保護的文字,應用程式應該嘗試關閉要修改之文字的保護。 檔的擁有者可能會允許發生這種情況。