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

structureddocumenttag builder

(0.06 sec)
  1. Range Class | Aspose.Words for .NET

    Discover the Aspose.Words.Range class, your key to managing document sections effortlessly. Enhance your document processing with seamless control and flexibility.... StructuredDocumentTa { get; } Returns a ...StructuredDocumentTa collection that represents all structured...

    reference.aspose.com/words/net/aspose.words/range/
  2. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructureddocumenttag::get_IsShowingPlaceholderText method. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT). if set to true, this state shall be resumed (showing placeholder text) upon opening this document in C++....:: Words :: Markup :: StructuredDocumentTa > ( doc , Aspose ::...isShowingPlaceholder ); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.mar...
  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. SdtCalendarType enumeration | Aspose.Words for ...

    Aspose.Words.Markup.SdtCalendarType enumeration. Specifies the possible types of calendars which can be used to specify [Structureddocumenttag.calendarType](../Structureddocumenttag/calendarType/) in an Office Open XML document....can be used to specify StructuredDocumentTa.calendarType in an Office...= new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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...
  6. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Ruby...DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Jackson...

    reference.aspose.com/words/java/com.aspose.word...
  7. 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...
  8. 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...
  9. SdtCalendarType Enum | Aspose.Words for .NET

    Explore Aspose.Words.Markup.SdtCalendarType enum to enhance your Office Open XML documents with versatile calendar options for better workflow efficiency.... StructuredDocumentTa sdtDate = new StructuredDocumentTa...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . InsertNode...

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