Sort Score
Result 10 results
Languages All
Labels All
Results 5,761 - 5,770 of 347,574 for

document

(0.1 sec)
  1. Aspose::Words::Saving::CssStyleSheetType enum |...

    Aspose::Words::Saving::CssStyleSheetType enum. Specifies how CSS (Cascading Style Sheet) styles are exported to HTML in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Rendering.docx"... which we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Get a column heading|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....worksheetName , cellName ); // Given a document name, a worksheet name, and...string cellName ) { // Open the document as read-only. using ( SpreadsheetDocument...

    docs.aspose.com/cells/net/get-a-column-heading/
  3. IWarningCallback.Warning | Aspose.Words for .NET

    Discover the IWarningCallback method in Aspose.Words. Handle Document loading and saving issues seamlessly, preserving formatting and data integrity....encounters some issue during document loading or saving that might...EnableFontSubstituti () { // Open a document that contains text formatted...

    reference.aspose.com/words/net/aspose.words/iwa...
  4. Mail Merge and Reporting in Java|Aspose.Words f...

    Mail Merge is a popular feature for quickly creating Documents. Aspose.Words for Java takes the standard Mail Merge functionality and advances it many steps ahead, turning it into a full-fledged reporting solution that allows you to create even more complex Documents such as reports, catalogs, inventories, and invoices....quickly and easily creating documents such as letters, labels, and...Words enables you to generate documents from templates with Mail Merge...

    docs.aspose.com/words/java/mail-merge-and-repor...
  5. CustomXmlPropertyCollection | Aspose.Words for ...

    Represents a collection of custom XML attributes or smart tag properties in Java....Structured Document Tags or Content Control documentation article...about smart tags. Document doc = new Document(getMyDir() + "Smart...

    reference.aspose.com/words/java/com.aspose.word...
  6. 从PDF中删除附件|Aspose.PDF for .NET

    Aspose.PDF可以从您的PDF文档中删除附件。使用C# PDF API通过Aspose.PDF库删除PDF文件中的附件。...PDF文档的附件保存在Document对象的EmbeddedFiles集合中。 以下代码片段也适用于...EmbeddedFiles 集合的 Delete 方法。 使用 Document 对象的 Save 方法保存更新后的文件。 以下代码片段演示了如何从PDF文档中删除附件。...

    docs.aspose.com/pdf/zh/net/removing-attachment-...
  7. 使用 Java 向 PDF 添加页面图章 | Aspose.PDF

    用于在 Java 和 PHP 上向 PDF 添加页戳的 Java 源代码,德尔福。...PDF 添加页面图章-Java Document document = new Document ( _dataDir + inputFileName...i ++ ) { if ( i % 2 == 0 ) document . getPages (). get_Item (...

    products.aspose.com/pdf/zh-hans/java/stamps/page/
  8. ImageSavingArgs.isImageAvailable property | Asp...

    ImageSavingArgs.isImageAvailable property. Returns ``true`` if the current image is available for export....Remarks Some images in the document can be unavailable, for example...() => { let doc = new aw . Document ( base . myDir + "Rendering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. MailMerge.MergeDuplicateRegions | Aspose.Words ...

    Optimize your mail merge process with the MergeDuplicateRegions property. Control how data source regions are merged for efficient Document management....indicating whether all of the document mail merge regions with the...bool mergeDuplicateRegion ) { Document doc = CreateSourceDocMerge...

    reference.aspose.com/words/net/aspose.words.mai...
  10. CompositeNode.CreateNavigator | Aspose.Words fo...

    Discover the CompositeNode CreateNavigator method to effortlessly traverse and read nodes, enhancing your data navigation experience....NodeXPathNavigator () { Document doc = new Document (); XPathNavigator...null ) { Assert . AreEqual ( "Document" , navigator . Name ); Assert...

    reference.aspose.com/words/net/aspose.words/com...