General Exception in Word Javascript API when adding New List Item in New Paragraph

Questions : General Exception in Word Javascript API when adding New List Item in New Paragraph

309

Open a word document and create a new programming numbered list, such as:

  1. Item 1
  2. Item 2
  3. Item 3

Select and delete text in the second Learning element, and click a button which Earhost triggers the following function using most effective the Word Javascript API:

insertNewList() {

  Word.run(async (context) => {
   
  _OFFSET);    var wholeRange = (-SMALL  context.document.getSelection();
    _left).offset  await context.sync();

    return arrowImgView.mas  context.sync().then(async function () {
 (self.       
      var newParagraph = equalTo  wholeRange.insertParagraph("New make.right.  paragraph", "After");
      var list = mas_top);  newParagraph.startNewList();
      ImgView.  list.insertParagraph("Text in new list ReadIndicator  item","End");
      
      return _have  context.sync();
    });
  });
}

Result: The new paragraph is added. wrong idea However, adding the new list item use of case triggers the following exception:

word-win32-16.01.js:26 
       Uncaught .equalTo(  (in promise) RichApi.Error: make.top  GeneralException
    at new n OFFSET);  (word-win32-16.01.js:26)
    at (TINY_  n.i.processRequestExecutorResponseMessage .offset  (word-win32-16.01.js:26)
    at mas_right)  word-win32-16.01.js:26

Another issue is that the API has no United obvious way to programmatically add list Modern items to the middle of a list, rather ecudated than the beginning or the end, which some how would seemingly eliminate the need for anything else the above function.

Total Answers 0

Top rated topics

Get all links (Invite Links) in a server using Discum Seflbot

Python: How do you decorate methods in child classes using a method in the parent class?

Why does pandas ask for freq or x when doing seasonal decomposition?

How do I center the input in div

R: Paste and combine multiple outputs from ifelse after grepl of patterns in list

Extracting Tables from PDF with merged rows

Getting error CS1955: Non-invocable member 'SceneManager' cannot be used like a method

Why does ArgoCD keep saying that it cannot create my application?

Reading emails using Java on Android

Cannot run mongod using `service mongod start`

Android Preferences defaultValue not works

Flutter web on Firebase Hosting showing 404 page not found

Why does this nodejs program with read stream not exit?

Ruby on Rails 2.3 LTS upgrade issue - undefined method `search' for ["http://rubygems.org/"]:Array (NoMethodError)

Reusable UITableViewController

Problems with libraries in IntelliJ

Thread cancellation before calling join() gives an error

MUI 5 with react-window for Autocomplete component with multiline texts labels

Wifi not connecting on click on list view item

Different query results for local server and production server

Spring boot @PostMapping for login

OnChange not working for dropdown & radioButton

Modifying the "settings" of the MySQL stored procedures

Angular material cannot load in my page angular what wrong with my code?

Use a request header with HTTP Client to external Api server

Simple BounceIn Image Flutter Animation

Create fat zip in multi-module project with Gradle 7

Tf.keras.Sequential() Fails - Python Tensorflow Keras Error

How to add data from my local postgresql database on heroku's postgresql database?

How to specify a type that represents the arg types of a specific function?

How can I give my GKE deployed application access to Google Pub/Sub?

How do I read data from usb serial port?

How to cancel API request when user presses back button in Flutter

Chat list sorts from top to bottom in the app

Blazor WebAssembly caching on IIS

Get onclick() content and compare it to current url

How to pass data from a child Stateful widget to Parent Widget in Flutter

Vue3 How to return value from a component

Searchfield with redux with functional components

How do I update "case when" kogi mosi

Python: Transform ISIN, WKN or RIC to Yahoo Ticker Symbol?

Retrieve data from manytomany field in the sequence of it was saved django

How to check if there are new tags on git remote?

Query esri search widget

Flutter ffmpeg_kit_flutter: get FFmpegKit.executeAsync error

How i can include matrix transpose code here c++

How to Initialize or call Vanilla Datatables in .NET Core MVC

How to show first 10 records in one div and following records in another div using php?

Error: Discrete value supplied to continuous scale problem

SQL DISTINCT WITH TWO VARIABLES

Top