EditableRangeStart.editable_range property. Gets the facade object that encapsulates this editable range start and end.... doc = aw . Document () doc . protect ( type = aw . ProtectionType...password = 'MyPassword' ) builder = aw . DocumentBuilder ( doc = doc...
Node.parentNode property. Gets the immediate parent of this node.... let doc = new aw . Document (); let para = doc...first paragraph. let run = new aw . Run ( doc , "Hello world!"...
Aspose.Words.DocumentBuilder.endEditableRange method...let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...
Python를 사용하여 콘텐츠를 복사하거나 읽을 수 있지만 수정할 수 없도록 문서를 읽기 전용으로 만드세요....words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...
Đặt tài liệu của bạn ở chế độ chỉ đọc để có thể sao chép hoặc đọc nội dung nhưng không thể sửa đổi bằng Python....words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...