Sort Score
Result 10 results
Languages All
Labels All
Results 6,851 - 6,860 of 423,966 for

document

(0.41 sec)
  1. Working with Hyperlinks in C++|Aspose.Words for...

    How to add a hyperlink into your Document using Aspose.Words for C++....hyperlink in Microsoft Word documents is the HYPERLINK field. In...insert a hyperlink into the document. This method accepts three...

    docs.aspose.com/words/cpp/working-with-hyperlinks/
  2. Determine Line Break in TextFragment|Aspose.PDF...

    Learn more about how to determinate a line break of multi-line TextFragment using C++...Samples \\ " ); auto document = MakeObject < Document > (); auto page...page = document -> get_Pages () -> Add (); for ( int i = 0 ; i...

    docs.aspose.com/pdf/cpp/determine-line-break/
  3. NodeCollection.Remove | Aspose.Words for .NET

    Effortlessly remove nodes from your Document with the NodeCollection Remove method, streamlining your data management and enhancing performance....the collection and from the document. public void Remove ( Node...NodeCollection. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/nod...
  4. TxtListIndentation.Count | Aspose.Words for .NET

    Discover the TxtListIndentation Count property to customize list indentation levels. Set your desired character count for enhanced readability!...saving a document to plaintext. Document doc = new Document (); DocumentBuilder... which we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Convert ODS to OTT using Python or with free On...

    ODS to OTT conversion in your Python applications without using Microsoft Office or online. Test free ODS to OTT online converter quickly before integrating the code.... ODS is an open document spreadsheet format, which... which is used to create documents with a consistent look and...

    products.aspose.com/total/python-net/conversion...
  6. Document.HasRevisions | Aspose.Words for .NET

    Discover if your Document has tracked changes with the HasRevisions property. Easily manage edits and enhance your workflow efficiency....HasRevisions Contents [ Hide ] Document.HasRevisions property Returns...Returns true if the document has any tracked changes. public bool...

    reference.aspose.com/words/net/aspose.words/doc...
  7. 使用C++设置图像大小|Aspose.PDF for C++

    本节介绍如何使用C++库设置PDF文件的图像大小。...// 实例化Document对象 auto document = MakeObject < Document > ();...向PDF文件的页面集合添加页面 auto page = document -> get_Pages () -> Add ();...

    docs.aspose.com/pdf/zh/cpp/set-image-size/
  8. LoadOptions.TempFolder | Aspose.Words for .NET

    Optimize Document reading with LoadOptions' TempFolder property. Easily manage temporary files for efficient processing and enhanced performance....temporary files when reading document. By default this property...Examples Shows how to load a document using temporary files. //...

    reference.aspose.com/words/net/aspose.words.loa...
  9. Word内容复制节内容到另外的word,如果保留原word的修订 - Free Support...

    aspose -java25,原来的A.docx中有个节需要复制到B.docx,这个节有修订内容,怎么才能保留这些内容到B.docx中...Words for Java的 Document 类和相关方法。以下是一个示例代码,展示如何实现这一点:...: import com.aspose.words.Document; import com.aspose.words.ImportFormatMode;...

    forum.aspose.com/t/word-word-word/320564
  10. SignatureLineOptions.email property | Aspose.Wo...

    SignatureLineOptions.email property. Gets or sets suggested signer's e-mail address...Examples Shows how to sign a document with a personal certificate...signature line. let doc = new aw . Document (); let builder = new aw ...

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