Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 2,118 for

trim document

(0.12 sec)
  1. Aspose::Words::Settings::WriteProtection class ...

    Aspose::Words::Settings::WriteProtection class. Specifies write protection settings for a Document. To learn more, visit the Documentation article in C++....protection settings for a document. To learn more, visit the...Protect or Encrypt a Document documentation article. class WriteProtection...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. HtmlSaveOptions.exportHeadersFootersMode proper...

    HtmlSaveOptions.exportHeadersFootersMode property. Specifies how headers and footers are output to HTML, MHTML or EPUB...saving a document to HTML. let doc = new aw . Document ( base ...footer types.docx" ); // This document contains headers and footers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Replacing::ReplacingArgs class |...

    Aspose::Words::Replacing::ReplacingArgs class. Provides data for a custom replace operation. To learn more, visit the Documentation article in C++....visit the Find and Replace documentation article. class ReplacingArgs...{ auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.rep...
  4. Node.customNodeId property | Aspose.Words for N...

    Node.customNodeId property. Specifies custom node identifier.... Document (); // Add two runs and one...the first paragraph of this document. let paragraph = doc . getParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldMergeField.TextAfter | Aspose.Words for .NET

    Discover the FieldMergeField TextAfter property to easily customize your field output with dynamic text, enhancing Document clarity and engagement.... Document doc = new Document (); DocumentBuilder...Cardholder:" , doc . GetText (). Trim ()); See Also class FieldMergeField...

    reference.aspose.com/words/net/aspose.words.fie...
  6. CompositeNode.getChild method | Aspose.Words fo...

    CompositeNode.getChild method. Returns an Nth child node that matches the specified type.... Document (); // Add two runs and one...the first paragraph of this document. let paragraph = doc . getParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Tables::RowCollection::ToArray m...

    Aspose::Words::Tables::RowCollection::ToArray method. Copies all rows from the collection to a new array of rows in C++....through all tables in the document and print the contents of...cell. auto doc = MakeObject < Document > ( MyDir + u "Tables.docx"...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_UseSubstitutions method. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns. The default value is false in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...substitutions. auto doc = MakeObject < Document > (); auto builder = MakeObject...

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

    A collection of Bookmark objects that represent the bookmarks in the specified range in Java....Working with Bookmarks documentation article. Examples: Shows...throws Exception { // Create a document with three bookmarks, then...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::Document::Save method | Aspose.W...

    Aspose::Words::Document::Save method. Saves the Document to a stream using the specified format in C++....Aspose::Words::Document::Save method Contents [ Hide ] Document::Save(const...Aspose::Words::SaveFormat) method Saves the document to a stream using the specified...

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