DocumentBuilder.insertTextInput method. Inserts a text form field at the current position....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertTextInput ( "TextInput1" , aw . Fields . TextFormFieldType...
DocumentBuilder.insert_text_input method. Inserts a text form field at the current position.... doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( 'TextInput' , aw . fields . TextFormFieldType...
OutlineOptions.expandedOutlineLevels property. Specifies how many levels in the document outline to show expanded when the file is viewed....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . styleIdentifier = aw . StyleIdentifier . Heading1...
Node.nodeType property. Gets the type of this node....'RecurseChildren' , () => { let doc = new aw . Document ( base . myDir + "Paragraphs...${ '\t' . repeat ( depth ) }${ aw . Node . nodeTypeToString ( childNode...
Архів...words as aw # Завантажити документ Word doc = aw.Document("calibre...aspose.words as aw # Завантажити документ Word doc = aw.Document("calibre...
Aspose.Words.AI.IAiModelText.summarize method... let firstDoc = new aw . Document ( base . myDir + "Big...docx" ); let secondDoc = new aw . Document ( base . myDir + "Document...
TabStopCollection.clear method. Deletes all tab stop positions....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...
TxtSaveOptionsBase.force_page_breaks property. Allows to specify whether the page breaks should be preserved during export.... doc = aw . Document () builder = aw . DocumentBuilder...1' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) builder...
TabStop.isClear property. Returns ``true`` if this tab stop clears any existing tab stops in this position....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...