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

structureddocumenttag builder

(0.07 sec)
  1. FieldChar class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldChar class. Base class for nodes that represent field characters in a document...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. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...control StructuredDocumentTa sdt = new StructuredDocumentTa(_doc...n.docx"); DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/how-to-create-a-content-cont...
  3. SdtDateStorageFormat | Aspose.Words for Java

    Specifies how the date for a date SDT is stored/retrieved when the SDT is bound to an XML node in the documents data store in Java.... StructuredDocumentTa sdtDate = new StructuredDocumentTa(doc...DocumentBuilder builder = new DocumentBuilder(doc); builder.insertNode(sdtDate);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Insert Paragraph, Table, HMTL into existing Tex...

    We have docx files that have existing Text or Rich Text controls. Using java Aspose.words.2406, I can only append the Run to these existing Content Controls. For Paragraph or Table or using DocumentBuilder to insertHTM…...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Text Content Control StructuredDocumentTa sdtRichText = new S...

    forum.aspose.com/t/insert-paragraph-table-hmtl-...
  5. Aspose::Words::Markup::SdtCalendarType enum | A...

    Aspose::Words::Markup::SdtCalendarType enum. Specifies the possible types of calendars which can be used to specify CalendarType in an Office Open XML document in C++....:: Words :: Markup :: StructuredDocumentTa > ( doc , Aspose ::...( 1440 , 10 , 20 )); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. DocumentBuilder class | Aspose.Words for Node.js

    Aspose.Words.DocumentBuilder class. Adapts [DocumentBuilder](./) class public API for Node.js porting....insertStructuredDocu(type) Inserts a StructuredDocumentTa into the document. ...moveToStructuredDocu(structuredDocumentTa, characterIndex) Moves...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FindReplaceOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.FindReplaceOptions class for advanced find and replace features, enhancing document editing with precision and flexibility....to ignore content of StructuredDocumentTa . The default value...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...

    reference.aspose.com/words/net/aspose.words.rep...
  8. Aspose::Words::Range class | Aspose.Words for C...

    Aspose::Words::Range class. Represents a contiguous area in a document. To learn more, visit the documentation article in C++....get_StructuredDocumentTa () Returns a StructuredDocumentTa collection...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/range/
  9. FindReplaceOptions class | Aspose.Words for Python

    aspose.words.replacing.FindReplaceOptions class. Specifies options for find/replace operations...to ignore content of StructuredDocumentTa . The default value...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...

    reference.aspose.com/words/python-net/aspose.wo...
  10. SdtCalendarType | Aspose.Words for Java

    Specifies the possible types of calendars which can be used to specify Structureddocumenttag.getCalendarType / Structureddocumenttag.setCalendarTypeint in an Office Open XML document in Java....can be used to specify StructuredDocumentTa.getCalendarType() /.../ StructuredDocumentTa.setCalendarType(int) in an Office Open...

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