Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,681 for

structureddocumenttag

(1.6 sec)
  1. Word Content Control (Checkbox) get auto checke...

    Hi, I have a Word file with Content Control (checkbox) when I convert the Word file to PDF using ASPOSE Word 20.2 some checkbox gets checked (has ‘X’ within) and the checkbox can’t be changed afterward. We are using a li…...docx"); foreach (StructuredDocumentTa sdt in doc.GetChildNodes(NodeType...GetChildNodes(NodeType.StructuredDocumentTa, true)) { if (sdt.SdtType...

    forum.aspose.com/t/word-content-control-checkbo...
  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...

    reference.aspose.com/words/cpp/aspose.words.rep...
  3. 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…...StructuredDocumentTa, true).OfType<StructuredDocumentTa>()...

    forum.aspose.com/t/content-control-wrapping-iss...
  4. After the mail merge Table of contents is broke...

    In my word document I have added the table of contents. During the mail merge I am replacing the some tags data after that I am expecting that table of content will get auto adjusted but it is not doing it. But instead …...StructuredDocumentTa .OfType<StructuredDocumentTa>() .Where(p...

    forum.aspose.com/t/after-the-mail-merge-table-o...
  5. Run Class | Aspose.Words for .NET

    Discover Aspose.Words.Run, a powerful class for managing character runs with consistent font formatting, enhancing your document processing efficiency....Paragraph or inline StructuredDocumentTa . Examples Shows how...

    reference.aspose.com/words/net/aspose.words/run/
  6. SmartTag Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.SmartTag class, which enhances document editing by identifying smart tags around inline elements like images and fields....Words SdtType Enum StructuredDocumentTa Class English Русский...

    reference.aspose.com/words/net/aspose.words.mar...
  7. Inconsistent lines (spacing) coming in generate...

    Hi Team, We are having issue , where we are inserting the html in content control. It is inserting fine but there is inconsistent spacing. There is space between 1st inserted element and 2nd inserted element , but after…...try { StructuredDocumentTa sdtTag = (StructuredDocumentTa) st;...

    forum.aspose.com/t/inconsistent-lines-spacing-c...
  8. DocumentBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.DocumentBuilder class—your solution for effortlessly inserting text, images, and formatting elements in documents....SdtType ) Inserts a StructuredDocumentTa into the document. ...MoveToStructuredDocu ( StructuredDocumentTa , int ) Moves the cursor...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...Paragraph or inline StructuredDocumentTa . Inheritance: Run →...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Run class | Aspose.Words for C++...

    Aspose::Words::Run class. Represents a run of characters with the same font formatting. To learn more, visit the documentation article in C++....Paragraph or inline StructuredDocumentTa . Examples Shows how...

    reference.aspose.com/words/cpp/aspose.words/run/