Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 82,251 for

office

(0.09 sec)
  1. Protect and Unprotect with C++|Documentation

    This snippet introduces how to encrypt and decrypt Excel files and protect and unprotect the data in Excel files using C++ code....Detect File Format of Encrypted Office Open XML - OOXML Files Encrypting...

    docs.aspose.com/cells/cpp/protect-and-unprotect/
  2. 创建演示文稿文档|Aspose.Slides 文档

    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.... Theme () { Name = "Office Theme" }; D . ThemeElements...Val = "800080" })) { Name = "Office" }, new D . FontScheme ( new...

    docs.aspose.com/slides/zh/net/create-a-presenta...
  3. Aspose.Cells for C++|Documentation

    Aspose.Cells for C++ is a native C++ library that enables C++ developers to create, manipulate and convert spreadsheets programmatically without requiring Office Automation or Microsoft Excel application....programmatically without requiring Office Automation or Microsoft Excel...

    docs.aspose.com/cells/cpp/
  4. ChartAxis.AxisBetweenCategories | Aspose.Words ...

    Discover the ChartAxis AxisBetweenCategories property—control value axis positioning for enhanced category visualization in your charts. Optimize your data presentation!... It is not supported by MS Office 2016 new charts. Examples Shows...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Java API to Render TEX to SXC | products.aspose...

    Export TEX to SXC via Java API without using Microsoft Excel or Adobe Reader...Academic research requiring legacy office compatibility. Cross-platform...Project reports in SXC for older office systems. Automation Scenarios...

    products.aspose.com/total/java/conversion/tex-t...
  6. C# API to Export EMLX to ODT | products.aspose.com

    Convert EMLX to ODT without using Microsoft Word or Outlook on .NET...as LibreOffice or Microsoft Office. Explore EMLX Conversion Options...File) Convert EMLX to DOCX (Office 2007+ Word Document) Convert...

    products.aspose.com/total/net/conversion/emlx-t...
  7. Convert RTF to POTM via C# .NET or with free On...

    Convert Word rtf documents to PowerPoint potm files with C#. Convert multiple files within ASP.NET or other .NET applications....Text Format) files into POTM (Office Theme Template Markup) formats...RTF files to create custom Office templates, maintaining a consistent...

    products.aspose.com/total/net/conversion/rtf-to...
  8. C# API to Export EMLX to BMP | products.aspose.com

    Convert EMLX to BMP without using Microsoft Word or Outlook on .NET...formats, including Microsoft Office, PDF, and image formats. Using...File) Convert EMLX to DOCX (Office 2007+ Word Document) Convert...

    products.aspose.com/total/net/conversion/emlx-t...
  9. C# API to Export EML to DOT | products.aspose.com

    Convert EML to DOT without using Microsoft Word or Outlook on .NET...for manipulating Microsoft Office documents, PDFs, images, and...File) Convert EML to DOCX (Office 2007+ Word Document) Convert...

    products.aspose.com/total/net/conversion/eml-to...
  10. Word中有序列表有内容被修订,在转为pdf时我只想保留最后的内容和左边的修订边框,结果内容错...

    以下是代码: LayoutOptions layoutOptions = doc.getLayoutOptions(); layoutOptions.setShowHiddenText(false); layoutOptions.setCommentDisplayMode(CommentDisplayMode.SHOW_IN_BALLOONS); // 获取文档的修订选项 RevisionOptions revisionOptions…...revisionBorder); 我通过office转pdf可以达到效果 4028bbea99e596f80199...

    forum.aspose.com/t/word-pdf/319854