Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 393 for

structureddocumenttag builder

(0.47 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. 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...
  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. 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...
  5. 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...
  6. Document | Aspose.Words for Java

    Represents a Word document in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.insertField("...CustomerName "); builder.insertParagraph(); builder.insertField("...

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

    Represents a single built-in or user-defined style in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...paragraph style to the document builder's current paragraph, and then...

    reference.aspose.com/words/java/com.aspose.word...
  8. Range.text property | Aspose.Words for Node.js

    Range.text property. Gets the text of the range....let builder = new aw . DocumentBuilder ( doc ); builder . write...Words class Range Range.structuredDocumentTa property Range.delete...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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...
  10. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Hello..."John Doe", "JD", new Date()); builder.getCurrentParagraph().appendChild(comment);...

    reference.aspose.com/words/java/com.aspose.word...