Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 387 for

structureddocumenttag builder

(0.3 sec)
  1. Cell class | Aspose.Words for Node.js

    Aspose.Words.Tables.Cell class. Represents a table cell...asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ShapeBase class | Aspose.Words for Node.js

    Aspose.Words.Drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBuilder class | Aspose.Words for Python

    aspose.words.DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and section formatting...learn more, visit the Document Builder Overview documentation article...document. insert_html(html, use_builder_formatting) Inserts an HTML...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row...asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Content control data extract and replace with u...

    HI Gembox Team, We have to develop an enhancement for word’s content control. Requirement is below, Extract the content control data from word, Process business logic on it and replace the content control with process…...DocumentBuilder builder = new DocumentBuilder(doc); builder.moveTo(startNode);...moveTo(startNode); builder.write(processedData); // Save the updated...

    forum.aspose.com/t/content-control-data-extract...
  6. Aspose::Words::Replacing::FindReplaceOptions cl...

    Aspose::Words::Replacing::FindReplaceOptions class. Specifies options for find/replace operations. To learn more, visit the documentation article in C++....to ignore content of StructuredDocumentTa . The default value...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....visitStructuredDocum(StructuredDocumentTa sdtRangeStart) { in...visitStructuredDocum(StructuredDocumentTa sdtRangeEnd) { inde...

    reference.aspose.com/words/java/com.aspose.word...
  8. Style | Aspose.Words for Java

    Represents a single built-in or user-defined style in Java....setAutomaticallyUpda(true); DocumentBuilder builder = new DocumentBuilder(doc);...that the document builder is creating. builder.getParagraphFormat()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Content Control Wrapping Issue - Free Support F...

    Hi Team, I have removed the whitespace and the header/footer using the page-wise logic below. However, after doing this, the specific content control mentioned below is not wrapping correctly. I am using Aspose.Words Ve…...Unlink(); }); DocumentBuilder builder = new DocumentBuilder(page);...i++) { builder.MoveToField(pageFields[i], true); builder.Write(pageNumber...

    forum.aspose.com/t/content-control-wrapping-iss...
  10. Aspose::Words::Range::get_Text method | Aspose....

    Aspose::Words::Range::get_Text method. Gets the text of the range in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Write ( u "Hello world!"...

    reference.aspose.com/words/cpp/aspose.words/ran...