VbaModule.type property. Specifies whether the module is a procedural module, document module, class module, or designer module.... let doc = new aw . Document (); // Create a new...VBA project. let project = new aw . Vba . VbaProject (); project...
aspose.words.tables.TextWrapping enumeration. Specifies how text is wrapped around the table.... doc = aw . Document () builder = aw . DocumentBuilder...() table . preferred_width = aw . tables . PreferredWidth . from_points...
AiModel.check_grammar method. Checks grammar of the provided document... doc = aw . Document ( file_name = MY_DIR...models. model = aw . ai . AiModel . create ( aw . ai . AiModelType...
Hello,
I am trying to mimic the following VBA code using Aspose:
ConvertNumbersToText Method | Microsoft Learn
This word vba method (ActiveDocument.ConvertNumbersToText) converts all auto-numbering to text in a docume…...labels to regular text: doc = aw.Document("C:\\Temp\\in.docx");...for p in doc.get_child_nodes(aw.NodeType.PARAGRAPH, True) : para...
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...
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...