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

structureddocumenttag builder

(0.24 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  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. Using DocumentBuikder.insertDocument() the Cont...

    Hello everyone, I have a problem if I try to import a document into another using DocumentBuilder.insertDocument(): the content control id is changed respect the original one. Into the document CHILD I have one content…... Using this method: builder.insertDocument(child, ImportFormatMode...PrintIds(Document doc) { Iterable<StructuredDocumentTa> test = (Iterable<S...

    forum.aspose.com/t/using-documentbuikder-insert...