Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 2,000 for

trim document

(0.14 sec)
  1. Node.document property | Aspose.Words for Node.js

    Node.Document property. Gets the Document to which this node belongs....document property Node.document property Gets the document to...which this node belongs. get document () : Aspose . Words . DocumentBase...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Document::get_FirstSection metho...

    Aspose::Words::Document::get_FirstSection method. Gets the first section in the Document in C++....Aspose::Words::Document::get_FirstSection method Contents [ Hide...Hide ] Document::get_FirstSection method Gets the first section...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Section.ClearHeadersFooters | Aspose.Words for ...

    Effortlessly clear section headers and footers with the ClearHeadersFooters method. Streamline your Document layout for a polished look!... Document doc = new Document (); Assert . AreEqual...HeaderPrimary ]. GetText (). Trim ()); Assert . AreEqual ( "This...

    reference.aspose.com/words/net/aspose.words/sec...
  4. Aspose::Words::Document::AcceptAllRevisions met...

    Aspose::Words::Document::AcceptAllRevisions method. Accepts all tracked changes in the Document in C++....Aspose::Words::Document::AcceptAllRevisions method Contents [...[ Hide ] Document::AcceptAllRevisions method Accepts all tracked...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Aspose::Words::Document::get_WriteProtection me...

    Aspose::Words::Document::get_WriteProtection method. Provides access to the Document write protection options in C++....Aspose::Words::Document::get_WriteProtection method Contents...Contents [ Hide ] Document::get_WriteProtection method Provides access...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Section.clone method | Aspose.Words for Node.js

    Section.clone method. Creates a duplicate of this section....sections in a document. let doc = new aw . Document (); let builder...); expect ( doc . getText (). trim ()). toEqual ( "Section 1\u000cSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CompositeNode.Count | Aspose.Words for .NET

    Discover the CompositeNode Count property, easily retrieve the number of immediate child nodes for efficient data management and streamlined processing.... Document doc = new Document (); // An empty document, by...doc , "Run 3. " ); // The document body will not display these...

    reference.aspose.com/words/net/aspose.words/com...
  8. Aspose::Words::Section::Clone method | Aspose.W...

    Aspose::Words::Section::Clone method. Creates a duplicate of this section in C++....sections in a document. auto doc = MakeObject < Document > (); auto..."Section 2" , doc -> GetText (). Trim ()); // Delete the first section...

    reference.aspose.com/words/cpp/aspose.words/sec...
  9. NodeList.Item | Aspose.Words for .NET

    Access specific nodes effortlessly with the NodeList Item property. Retrieve nodes by index for streamlined data manipulation and efficient coding.... Document doc = new Document (); DocumentBuilder...ImageDir + "Logo.jpg" ); // Our document contains three Run nodes....

    reference.aspose.com/words/net/aspose.words/nod...
  10. NodeList.count property | Aspose.Words for Node.js

    NodeList.count property. Gets the number of nodes in the list.... Document (); let builder = new aw ...imageDir + "Logo.jpg" ); // Our document contains three Run nodes....

    reference.aspose.com/words/nodejs-net/aspose.wo...