Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 2,557 for

trim document

(0.06 sec)
  1. Lost ParagraphFormat When Split Words in C# - F...

    Hi, I’m trying to split some Words Documents by heading. But the output files seem like losting ParagraphFormat . How can I keep the same formating with the sourced Document. Thanks. Test Info Using SDK: Aspose.Word…...trying to split some Words documents by heading. But the output...formating with the sourced document. Thanks. Test Info Using SDK:...

    forum.aspose.com/t/lost-paragraphformat-when-sp...
  2. CompositeNode Class | Aspose.Words for .NET

    Discover the Aspose.Words.CompositeNode class, your essential tool for creating complex Document structures with ease and efficiency....Words Document Object Model (DOM) documentation article. public...identifier. virtual Document { get; } Gets the document to which this...

    reference.aspose.com/words/net/aspose.words/com...
  3. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type of break at the beginning of the section in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...construct an Aspose.Words document by hand. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. List of Supported Functions|Documentation

    This article introduces the supported functions in GridDesktop....SEARCH, SUBSTITUTE T, TEXT, TRIM UPPER VALUE LOOKUP VLOOKUP WIDECHAR...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  5. FieldMergeField Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeField class for seamless Document automation. Enhance your workflows with powerful MERGEFIELD functionality....the Working with Fields documentation article. public class FieldMergeField...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  6. NodeList | Aspose.Words for Java

    Represents a collection of nodes matching an XPath query executed using the CompositeNode.selectNodesjava.lang.String method in Java....Words Document Object Model (DOM) documentation article. Remarks:...find all hyperlinks in a Word document, and then change their URLs...

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

    Specifies paper size in Java.... Document doc = new Document(); DocumentBuilder...Aspose.Words document by hand. Document doc = new Document(); // A...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert Excel to CSV, TSV and Txt with JavaScri...

    Learn how to convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells for JavaScript via C++....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  9. NodeType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.NodeType enum to easily identify and manage different Word Document node types for seamless Document processing....Specifies the type of a Word document node. public enum NodeType...select all children. Document 1 A Document object that, as the...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Suppress Blank space if condition did not satis...

    Summary I’m trying to hide a paragraph (conditional content) when a condition is not met. Even with MailMerge.CleanupOptions enabled, the paragraph space remains in the final DOCX. I need the paragraph to be fully remove…... Code var doc = new Document(@"in.docx"); // Read JSON...suppress blank space in your document when a condition is not satisfied...

    forum.aspose.com/t/suppress-blank-space-if-cond...