EditableRange.editableRangeStart property. Gets the node that represents the start of the editable range....let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...
PreferredWidth.equals method. Determines whether the specified [PreferredWidth](../) is equal in value to the current [PreferredWidth](../).... doc = aw . Document () builder = aw . DocumentBuilder...cell_format . preferred_width = aw . tables . PreferredWidth . from_points...
DocumentBuilder.start_bookmark method. Marks the current position in the document as a bookmark start.... doc = aw . Document () builder = aw . DocumentBuilder...bookmark. doc = aw . Document () builder = aw . DocumentBuilder...
EditableRange.editorGroup 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....let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...
LoadOptions.load_format property. Specifies the format of the document to be loaded...load_options = aw . loading . HtmlLoadOptions ( load_format = aw . LoadFormat...IMAGE_DIR ) self . assertEqual ( aw . LoadFormat . HTML , load_options...
Cài đặt Aspose.Words cho Python bằng các công cụ Visual Studio như Manage NuGet Packages hoặc Package Manager Console và trình cài đặt MSI. Sử dụng bộ quyền Full Trust....words as aw # Create and save a simple document doc = aw . Document...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...