Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 9,038 for

document object model

(0.12 sec)
  1. Object reference not found when trying to inser...

    I am using Aspose.Words and Aspose.Imaging (version 23.10.0) to insert a svg file in the word Document which throws the below error. I am downloading this svg file from Signavio. I can open this file in a web page but ca…...Object reference not found when trying to insert a svg file Aspose...insert a svg file in the word document which throws the below error...

    forum.aspose.com/t/object-reference-not-found-w...
  2. Different layout between Aspose model and expor...

    Here’s a code snippet reproducing this: Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("First line"); builder.getParagraphFormat().setKeepWithNext(true); builder.writ…...Different layout between Aspose model and exported Word file Aspose...reproducing this: Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/different-layout-between-asp...
  3. Exception"Object reference not set to an instan...

    Hello, I’m using Aspose.PDF version 19.4.0 for .NET inside .net core application. Application is containerized using docker from base image microsoft/dotnet:latest I have a problem when I run application inside linux …...Exception"Object reference not set to an instance" when changing...throwing “Object reference not set to an instance of an object” exception...

    forum.aspose.com/t/exception-object-reference-n...
  4. Working with OneNote Document

    OneNote Java API can be used to parse Microsoft Office OneNote Documents to extract separate Document elements such as pages, images, rich text, outline, title, table, attached files, and others. Another possible task is to find all text and get a total count of nodes etc....with OneNote Document Working with OneNote Document Contents [...Office OneNote documents to extract separate document elements such...

    docs.aspose.com/note/java/working-with-onenote-...
  5. Working with OneNote Document

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......with OneNote Document Working with OneNote Document Contents [...Office OneNote documents to extract separate document elements such...

    docs.aspose.com/note/net/working-with-onenote-d...
  6. Document Builder Overview | Documentation

    DocumentBuilder allows you to build dynamic Documents from scratch or add new elements to existing ones. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements with Python....Document Builder Overview Contents [ Hide ] DocumentBuilder is...with Document and enables you to build dynamic documents from...

    docs.aspose.com/words/python/document-builder-o...
  7. Get the first Field or Table object below the s...

    Here is a VSTO function that I’m trying to translate to Aspose.Words: public Field GetNextField(Range rng, int selStart) { var NextField = (from f in rng.Fields where f.Start > selStart …...Get the first Field or Table object below the specified starting...idea is to get the first Field object that appears after the specified...

    forum.aspose.com/t/get-the-first-field-or-table...
  8. Edit HTML Document – Java

    Learn how to read or modify the Document Object Model in Java, how to create an HTML Element, and use Inline CSS, Internal CSS, and External CSS....Working with HTML Documents Edit HTML Document Live Demos HTML...HTML Document – Java Contents [ Hide Show ] Document Object Model...

    docs.aspose.com/html/java/edit-a-document/
  9. Fastest method to get just the text from a docu...

    I need to get all the text content from a PDF. I do like this: Document doc = new Document(path); string text = doc.GetText(); This works but my issue is that for Documents with a lot of large images, the new Document(…...to get just the text from a document Aspose.Words Product Family...I do like this: Document doc = new Document(path); string text...

    forum.aspose.com/t/fastest-method-to-get-just-t...
  10. Document Builder Overview in C++|Aspose.Words f...

    DocumentBuilder allows you to build dynamic Documents from scratch or add new elements to existing ones using C++. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in C++....Document Builder Overview Contents [ Hide ] DocumentBuilder is...with Document and enables you to build dynamic documents from...

    docs.aspose.com/words/cpp/document-builder-over...