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

document object model

(0.16 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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-...
  6. 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...
  7. 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/
  8. Getting Out of memory exception with 23.6 versi...

    Sir, We are using the licensed version of Aspose.Total. I am getting the Out of memory Exception when trying to convert HTML to tiff image in Linux environment. error after deploying the application in AWS ECS Fargate Li…...6 version and object reference error in 23.7 version...CancellationToken , Element[] , Document[] ) at Aspose.Html.Rendering...

    forum.aspose.com/t/getting-out-of-memory-except...
  9. Access and Modify each segment of text in a Wor...

    Hi, I am testing Aspose.Words .NET to process Word Documents. My scenario is, I want to access each segment of the text in a Word Document, whether it is a single sentence, a paragraph, heading, or a caption of an image…...segment of text in a Word document Aspose.Words Product Family...Words .NET to process Word documents. My scenario is, I want to...

    forum.aspose.com/t/access-and-modify-each-segme...
  10. 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...