Sort Score
Result 10 results
Languages All
Labels All
Results 7,351 - 7,360 of 94,459 for

object

(0.61 sec)
  1. Convert PDF to EPUB using C#

    Follow this article to convert PDF to EPUB using C#. It has all the details to set the IDE for development, a list of steps, and a sample code for transforming PDF file to EPUB using C#....options in the LoadOptions object. Steps to Turn PDF into EPUB...password in the LoadOptions object. Similarly, if the contents...

    kb.aspose.com/words/net/convert-pdf-to-epub-usi...
  2. How to Secure OneNote file using C#

    This article entails how to secure OneNote file using C#. It includes the IDE settings, programming steps and a sample code to password protect OneNote document in C#....Document class Instantiate an object of the OneSaveOptions class...file using the Document class object. Then by using an instance...

    kb.aspose.com/note/net/how-to-secure-onenote-fi...
  3. 使用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....Java //Instantiate a Workbook object by excel file path Workbook...

    docs.aspose.com/cells/zh/java/encrypt-workbook-...
  4. Generate BarCode with Empty Bars in Ruby|Docume...

    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....'/data/' \ # Instantiate barcode object symbology = Rjb :: import (...

    docs.aspose.com/barcode/java/generate-barcode-w...
  5. Create Presentations on Android|Aspose.Slides D...

    Create presentations in Java with Aspose.Slides for Android—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results....addAutoShape method exposed by Shapes object. Write the modified presentation...Instantiate a Presentation object that represents a presentation...

    docs.aspose.com/slides/androidjava/create-prese...
  6. Add Bookmark to PDF using C# | Aspose.PDF

    Add Bookmarks to PDF Programmatically with C# Using Aspose.PDF for .NET...PDF document using Document object. Create a bookmark and define...bookmark using a ‘GoToAction’ object. After, add it to the document...

    products.aspose.com/pdf/net/bookmarks/
  7. How to Render LaTeX to PNG using C++

    This interesting topic provides demonstration on how to render LaTeX to PNG using C++. We also call the LaTeX files as .tex files and one may easily render LaTeX to PNG in C++ with simple API properties and methods....Instantiate TeXOptions Class object for setting configurations...Instantiate PngSaveOptions Class object for saving LaTeX to PNG image...

    kb.aspose.com/tex/cpp/how-to-render-latex-to-pn...
  8. CompatibilityOptions.LayoutRawTableWidth | Aspo...

    Optimize your layout with the CompatibilityOptions LayoutRawTableWidth property. Control table wrapping and enhance design flexibility effortlessly!...Table Should Wrap Floating Object. public bool LayoutRawTableWidth...= new Document (); // This object contains an extensive list...

    reference.aspose.com/words/net/aspose.words.set...
  9. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...entity related to the paragraph Object layoutEntity = getAnyLayoutEntityFr(paragraph...if (ancestorCell != null) { Object cellEntity = collector.get...

    forum.aspose.com/t/word-header-footer-x-y/316493
  10. Add Bookmark to PDF using C++ | Aspose.PDF

    Add Bookmarks to PDF Programmatically with C++ Using Aspose.PDF for C++...PDF document using Document object. Create a bookmark and define...bookmark using a ‘GoToAction’ object. After, add it to the document...

    products.aspose.com/pdf/cpp/bookmarks/