Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 91,330 for

object

(0.12 sec)
  1. 在Ruby中管理工作表|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....# Instantiating a Workbook object workbook = Rjb :: import (...new worksheet to the Workbook object worksheets = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/managing-workshee...
  2. OleFormat.is_link property | Aspose.Words for P...

    OleFormat.is_link property. Returns ``True`` if the OLE Object is linked (when [OleFormat.source_full_name](../source_full_name/) is specified)....property Returns True if the OLE object is linked (when OleFormat.source_full_name...insert linked and unlinked OLE objects. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Load a font from CFF file | C++

    C++ API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a CFF file....from the file using FileInfo object Follow the algorithm to fulfill...path to the file. Initiate object passing CFF as value. Get automatically...

    docs.aspose.com/font/cpp/how-to-load-fonts/load...
  4. How to Fetch Font Metrics using Java

    In this tutorial, you will learn how to fetch font metrics using Java by loading the font file and then fetching the desired information. This process to get font metrics using Java does not require any other third-party tool....FileSystemStreamSour class object to retrieve the metrics Declare...class object by providing the FileSystemStreamSour object Initialize...

    kb.aspose.com/font/java/how-to-fetch-font-metri...
  5. Sorting Worksheet Data|Documentation

    This article introduces how to sort data in worksheet in GridDesktop....First of all, create a global object of CellRange so that it can...in the form of a CellRange object. In this event handler, we...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  6. FieldEnd class | Aspose.Words for Python

    aspose.words.fields.FieldEnd class. Represents an end of a Word field in a document...the font formatting of this object. (Inherited from Inline ) has_separator...is_delete_revision Returns true if this object was deleted in Microsoft Word...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Convert DWF to PDF in C#

    This quick tutorial contains information on how to convert DWF to PDF in C#. It provides all the necessary details that can be used to write a comprehensive DWF to PDF converter software in C#....DWF file in the Image class object Instantiate the CadRasterizationOpti...CadRasterizationOpti class object to customize the rasterization Set the...

    kb.aspose.com/cad/net/how-to-convert-dwf-to-pdf...
  8. How to Convert PostScript File to PDF using C#

    This article describes the process of how to convert PostScript file to PDF using C#. It has the IDE configuration details, a list of programming steps, and a runnable sample code to convert PS to PDF using C#....PostScript file Create a PsDocument object using the input stream Create...Create a PdfSaveOptions object by setting the suppress errors flag...

    kb.aspose.com/page/net/how-to-convert-postscrip...
  9. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep Object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats....worksheets embedded as OLE objects in a PowerPoint presentation...post-activation states of the OLE object. We have investigated this...

    docs.aspose.com/slides/java/working-solution-fo...
  10. Add and Delete a Bookmark|Aspose.PDF for C++

    This topic explain how to add bookmark to a PDF document with C++ library. Also you can delete all or particular bookmarks from a PDF document....Bookmarks are held in the Document object’s OutlineItemCollectio collection...PDF document using Document object. Create a bookmark and define...

    docs.aspose.com/pdf/cpp/add-and-delete-bookmark/