aspose.words.Document class. Represents a Word document...options such as an encryption password. Document(stream) Opens an...options such as an encryption password. Properties Name Description...
EditableRangeStart.editable_range property. Gets the facade object that encapsulates this editable range start and end.... protect ( type = aw . ProtectionType...ProtectionType . READ_ONLY , password = 'MyPassword' ) builder = aw . DocumentBuilder...
EditableRange.remove method. Removes the editable range from the document... protect ( type = aw . ProtectionType...ProtectionType . READ_ONLY , password = 'MyPassword' ) builder = aw . DocumentBuilder...
EditableRange.editable_range_end property. Gets the node that represents the end of the editable range.... protect ( type = aw . ProtectionType...ProtectionType . READ_ONLY , password = 'MyPassword' ) builder = aw . DocumentBuilder...
EditableRange.editable_range_start property. Gets the node that represents the start of the editable range.... protect ( type = aw . ProtectionType...ProtectionType . READ_ONLY , password = 'MyPassword' ) builder = aw . DocumentBuilder...
Discover how the DocumentBuilder StartEditableRange method enhances document editing by marking editable range starts for seamless content management.... Protect ( ProtectionType . ReadOnly...we have set the document's protection level to read-only, " + "we...
Aspose::Words::DocumentBuilder::StartEditableRange method. Marks the current position in the document as an editable range start in C++....MakeObject < Document > (); doc -> Protect ( ProtectionType :: ReadOnly...we have set the document's protection level to read-only," ) +...
Discover the DocumentBuilder EndEditableRange method to efficiently mark editable sections in your documents, enhancing your editing workflow.... Protect ( ProtectionType . ReadOnly...we have set the document's protection level to read-only," + "...
EditableRange.editor_group property. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable range.... protect ( type = aw . ProtectionType...ProtectionType . READ_ONLY , password = 'MyPassword' ) builder = aw . DocumentBuilder...