Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 10,199 for

document object model

(0.07 sec)
  1. Bounding box for every charcter - Aspose.Words ...

    Hi everyone, I am wondering if there is a way to get the bounding box coordinates for every character of the rendered Document using Aspose.Words. To my knowledge, the smallest node is a “Run” which can hold multiple c…...character of the rendered document using Aspose.Words. To my...can split Run nodes in your document so that they contain only...

    forum.aspose.com/t/bounding-box-for-every-charc...
  2. How do i get the first node the line containing...

    Hello, I wanted to be able to get the first node of the line that contains a specific node, my first idea was the following : public static Node getFirstNodeOfLine(DocumentBuilder builder, Node refNode) { builder.M…...may know MS Word documents are flow document and do not have concept...concept of page or line. The document consumer applications (MS...

    forum.aspose.com/t/how-do-i-get-the-first-node-...
  3. Aspose::Words::Vba::VbaModuleType enum | Aspose...

    Aspose::Words::Vba::VbaModuleType enum. Specifies the type of a Model in a VBA project in C++....enum Specifies the type of a model in a VBA project. enum class...that are associated with a document. ProceduralModule 1 A collection...

    reference.aspose.com/words/cpp/aspose.words.vba...
  4. VbaModuleType Enum | Aspose.Words for .NET

    Aspose.Words.Vba.VbaModuleType enum. Specifies the type of a Model in a VBA project in C#....enumeration Specifies the type of a model in a VBA project. public enum...that are associated with a document. ProceduralModule 1 A collection...

    reference.aspose.com/words/net/aspose.words.vba...
  5. Aspose::Words::Vba Namespace Reference - Aspose...

    The Aspose.Words.Vba namespace provides classes to work with VBA projects.... A VbaProject inside the document is defined as a collection...a collection of VbaModule objects. More... class VbaProject Provides...

    reference.aspose.com/words/cpp/namespace/aspose...
  6. Fetching and Manipulating multiple Tables from ...

    Hi guys, I stucked in a Scenario. I have a template file(.dotx) which has multiple tables in it. I’m able to fetch the very 1st table and to manipulate required data using the following code: Table table = doc.FirstSe…...NullReferenceExcepti: ‘Object reference not set to an instance of an object.’ table...first section of the document. MS Word document can contain any number...

    forum.aspose.com/t/fetching-and-manipulating-mu...
  7. Aspose::Words::Vba Namespace Reference - Aspose...

    The Aspose.Words.Vba namespace provides classes to work with VBA projects.... A VbaProject inside the document is defined as a collection...a collection of VbaModule objects. More... class VbaProject Provides...

    reference.aspose.com/words/cpp/namespace/aspose...
  8. Aspose::Words::Layout Namespace Reference - Asp...

    The Aspose.Words.Layout namespace provides classes that allow to access information such as on what page and where on a page particular Document elements are positioned, when the Document is formatted into pages....particular document elements are positioned, when the document is formatted...and rendering of page layout model. More... class LayoutCollector...

    reference.aspose.com/words/cpp/namespace/aspose...
  9. Working with Markdown Features|Aspose.Words for...

    How to implement Markdown features using Python. All the features are represented as corresponding styles or direct formatting....Words Document Object Model (DOM), described in...Markdown to Document Object Model (DOM) . Markdown Document with Emphases...

    docs.aspose.com/words/python-net/working-with-m...
  10. Basics of Aspose.PDF DOM API|Aspose.PDF for C++

    Aspose.PDF for C++ also uses the idea of DOM to represent the structure of a PDF Document in terms of Objects. Here you can read the description of this structure....Introduction to the DOM API Document Object Model (DOM) is a form of representation...structured documents as an object-oriented model. DOM is the...

    docs.aspose.com/pdf/cpp/basics-of-dom-api/