読み取り専用。文書が暗号化されているかどうかを示します。
var doc:NotesDocument = currentDocument.getDocument(); if (doc.isEncrypted()) { return "This document is encrypted"; } else { return "This document is not encrypted"; }
Java™ Document クラスの IsEncrypted プロパティ