Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 2,081 for

trim document

(0.08 sec)
  1. ListFormat.IsListItem | Aspose.Words for .NET

    Discover how the ListFormat IsListItem property enhances your Document's structure by identifying bulleted or numbered paragraphs for better readability....paragraphs in a document that are list items. Document doc = new Document...Document (); DocumentBuilder builder = new DocumentBuilder (...

    reference.aspose.com/words/net/aspose.words.lis...
  2. Section.PageSetup | Aspose.Words for .NET

    Discover the PageSetup property for customizable section settings. Optimize your Document layout with easy access to page and section configurations.... Document doc = new Document (); PageSetup pageSetup...Aspose.Words document by hand. Document doc = new Document (); // A...

    reference.aspose.com/words/net/aspose.words/sec...
  3. IncorrectPasswordException | Aspose.Words for Java

    Thrown if a Document is encrypted with a password and the password specified when opening the Document is incorrect or missing in Java....extends Exception Thrown if a document is encrypted with a password...specified when opening the document is incorrect or missing. To...

    reference.aspose.com/words/java/com.aspose.word...
  4. NodeImporter.ImportNode | Aspose.Words for .NET

    Effortlessly transfer nodes between Documents with NodeImporter's ImportNode method. Enhance your workflow and streamline data integration today!...method Imports a node from one document into another. public Node...belongs to the destination document, but has no parent. Remarks...

    reference.aspose.com/words/net/aspose.words/nod...
  5. Section.pageSetup property | Aspose.Words for N...

    Section.pageSetup property. Returns an object that represents page setup and section properties....words document by hand. let doc = new aw . Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. NodeCollection.Add | Aspose.Words for .NET

    Discover the NodeCollection Add method to effortlessly append nodes to your collection, enhancing your data management with ease and efficiency....inserted was created from another document, you should use ImportNode...import the node to the current document. The imported node can then...

    reference.aspose.com/words/net/aspose.words/nod...
  7. DocumentBuilder.isAtStartOfParagraph property |...

    DocumentBuilder.isAtStartOfParagraph property. Returns ``true`` if the cursor is at the beginning of the current paragraph (no text before the cursor)....Examples Shows how to move a document builder’s cursor to different...nodes in a document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::CompositeNode::GetEnumerator met...

    Aspose::Words::CompositeNode::GetEnumerator method. Provides support for the for each style iteration over the child nodes of this node in C++.... auto doc = MakeObject < Document > (); // Add two runs and...the first paragraph of this document. auto paragraph = System ::...

    reference.aspose.com/words/cpp/aspose.words/com...
  9. ExportHeadersFootersMode | Aspose.Words for Java

    Specifies how headers and footers are exported to HTML MHTML or EPUB in Java....saving a document to HTML. Document doc = new Document(getMyDir()...footer types.docx"); // This document contains headers and footers...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::DocumentBuilder::get_IsAtStartOf...

    Aspose::Words::DocumentBuilder::get_IsAtStartOfParagraph method. Returns true if the cursor is at the beginning of the current paragraph (no text before the cursor) in C++....Examples Shows how to move a document builder’s cursor to different...nodes in a document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words/doc...