Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 391 for

structureddocumenttag builder

(0.08 sec)
  1. IStructuredDocumentTag.placeholder_name propert...

    IStructureddocumenttag.placeholder_name property. Gets or sets Name of the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text.... StructuredDocumentTa ( doc , aw . markup...ext builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...

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

    Aspose.Words.Comment class. Represents a container for text of a comment...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. IStructuredDocumentTag.placeholder property | A...

    IStructureddocumenttag.placeholder property. Gets the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [IStructureddocumenttag.xml_mapping](../xml_mapping/) element or the [IStructureddocumenttag.is_showing_placeholder_text](../is_showing_placeholder_text/) element is true.... StructuredDocumentTa ( doc , aw . markup...ext builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Range | Aspose.Words for Java

    Represents a contiguous area in a document in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Hello...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Unable to replace block content control - Free ...

    Hi, we are trying to replace tags with html text (which is a content control) but we get the following error: ‘The reference node is not a child of this node.’ the code we use is: doc.Range.Replace(lookupString, “”, …...Document; DocumentBuilder builder = new DocumentBuilder(document);...(Run)runs[runs.Count - 1]; builder.MoveTo(runToReplace); if (ChangeToWhiteFont)...

    forum.aspose.com/t/unable-to-replace-block-cont...
  6. 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...
  7. 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...
  8. 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...
  9. Story class | Aspose.Words for Node.js

    Aspose.Words.Story class. Base class for elements that contain block-level nodes [Paragraph](../paragraph/) and [Table](../table/)...asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...asStructuredDocument() Cast node to StructuredDocumentTa . (Inherited from Node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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...