Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 4,401 for

trim document

(0.08 sec)
  1. Set custom header styles not working on .docx g...

    We have a requirement to set custom header styles so we created custom header styles as part of our .dotm template and we set that programmatically using below Open XML code. We first convert a .doc Document to .docx and…...doc document to .docx and then apply our...use Open XML to process DOCX document. Why don’t you simply set...

    forum.aspose.com/t/set-custom-header-styles-not...
  2. PaperSize Enum | Aspose.Words for .NET

    Aspose.Words.PaperSize enum. Specifies paper size in C#.... Document doc = new Document (); DocumentBuilder...set page sizes. Document doc = new Document (); DocumentBuilder...

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

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

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. NodeImporter Class | Aspose.Words for .NET

    Aspose.Words.NodeImporter class. Allows to efficiently perform repeated import of nodes from one Document to another in C#....repeated import of nodes from one document to another. To learn more...Aspose.Words Document Object Model (DOM) documentation article. public...

    reference.aspose.com/words/net/aspose.words/nod...
  5. Aspose::Words::NodeImporter class | Aspose.Word...

    Aspose::Words::NodeImporter class. Allows to efficiently perform repeated import of nodes from one Document to another. To learn more, visit the Documentation article in C++....repeated import of nodes from one document to another. To learn more...Aspose.Words Document Object Model (DOM) documentation article. class...

    reference.aspose.com/words/cpp/aspose.words/nod...
  6. Doc revisions aspose word - Aspose.Words Produc...

    Hi Vadim, Thank you for your response. I have the same Node but your code if (para == node) is not working. Have you any “compare” function to compre two nodes ? Best regards,...exactly revised on a word document. is it possible ? the code...HasRevisions(Node para) { Document doc = (Document)para.Document; foreach (Revision...

    forum.aspose.com/t/doc-revisions-aspose-word/24...
  7. NodeType Enum | Aspose.Words for .NET

    Aspose.Words.NodeType enum. Specifies the type of a Word Document node in C#....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...
  8. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_Match method. The Match resulting from a single regular expression match during a Replace in C++....{ auto doc = MakeObject < Document > (); auto builder = MakeObject...0x43E3." , doc -> GetText (). Trim ()); auto isLightGray = [](...

    reference.aspose.com/words/cpp/aspose.words.rep...
  9. Looking for Replacement to VBScript - Free Supp...

    My company is looking to update an old .Net WinForms application. In it we use VBScript to evaluate all kind of simple expressions. E.g.: Math calculation: +, - *, /, etc. String manipulations: Appending strings, repla…...strings in a larger string, trim, etc. Verify a string exists...efficient for all types of document processing and management...

    forum.aspose.com/t/looking-for-replacement-to-v...
  10. SectionStart | Aspose.Words for Java

    The type of break at the beginning of the section in Java....Words document by hand. Document doc = new Document(); // A...A blank document contains one section, one body and one paragraph...

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