Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 363,831 for

save

(0.1 sec)
  1. 用C++删除工作表中的空白行和空白列|Documentation

    使用Aspose.Cells和C++删除工作表中的空行和空列。... DeleteBlankRows (); // Save the Excel file U16String outputFilePath..."mybook.out.xlsx" ; workbook . Save ( outputFilePath ); std :: cout...

    docs.aspose.com/cells/zh/cpp/delete-blank-rows-...
  2. Convert VSD to VSDX using C#

    This article shares the details to convert VSD to VSDX using C#. It has the details to set the IDE, a list of steps, and a sample code to transform VSD to VSDX.... Various save options are discussed to customize...to drawing contents Call the Save() method by setting the output...

    kb.aspose.com/diagram/net/convert-vsd-to-vsdx-u...
  3. TxtSaveOptions.list_indentation property | Aspo...

    TxtSaveOptions.list_indentation property. Gets a [TxtListIndentation](../../txtlistindentation/) object that specifies how many and which character to use for indentation of list levels... saving . TxtListIndentation : ......configure list indenting when saving a document to plaintext. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert Word to Excel in C#|Aspose.Words for .NET

    Convert PDF to Excel, XML to Excel, DOCX to Excel C#. Save a document in various formats to XLSX using C#.... To save your document to XLSX format...As mentioned above, you can save the document in any load format...

    docs.aspose.com/words/net/convert-a-document-to...
  5. TxtListIndentation.character property | Aspose....

    TxtListIndentation.character property. Gets or sets which character to use for indenting list levels...configure list indenting when saving a document to plaintext. doc...document's "Save" method # to modify how we save the document...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Supported File Formats|Aspose.Slides Documentation

    Discover all file formats Aspose.Slides for C++ can open, Save, and convert — including PPT, PPTX and ODP — with clear import/export support notes....can load and save: Format Description Load Save Remarks PPT PowerPoint...PowerPoint XML Presentation FAQ Can I save presentations to PDF that meet...

    docs.aspose.com/slides/cpp/supported-file-formats/
  7. 在VSTO和Aspose.Cells中隐藏和取消隐藏工作簿中的工作表|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.... xlSheetHidden ; //Save As the Excel file. excelApp...excelApp . ActiveWorkbook . Save (); //Quit the Application. excelApp...

    docs.aspose.com/cells/zh/net/hide-and-unhide-wo...
  8. 添加 PDF 表单字段|Aspose.PDF for .NET

    本主题解释了如何使用 FormEditor 类与 Aspose.PDF Facades 一起处理表单字段。...SetFieldLimit 方法指定字段中的字符数限制,最后使用 Save 方法保存更新后的 PDF 文件。以下代码片段演示了如何在现有..."Country" , 20 ); // Save PDF document editor . Save ( dataDir + "Sample-Form-01-mod...

    docs.aspose.com/pdf/zh/net/add-form-fields/
  9. Add Bookmark to PDF using Python | Aspose.PDF

    Add bookmark to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET... Save the file again This example...‘OutlineItemCollectio’, and then save the modified document bookmark...

    products.aspose.com/pdf/python-net/bookmarks/
  10. 使用 C# 在 PDF 中格式化文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中格式化 PDF 文档中的文本,以增强文档的视觉呈现。...( text ); // Save PDF document document . Save ( dataDir + "...textFragment ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/zh/net/text-formatting-insi...