Sort Score
Result 10 results
Languages All
Labels All
Results 6,281 - 6,290 of 90,583 for

object

(0.56 sec)
  1. Remove Page Break in Excel using C#

    Remove page break in Excel using C#. Get the IDE settings, a list of steps, and a sample code to delete page break in Excel using C#....spreadsheet into the Workbook class object and access the sheet for deleting...Access the HorizontalPageBreaks object and call the clear() method...

    kb.aspose.com/cells/net/remove-page-break-in-ex...
  2. Convert ODP to PDF in Python

    This brief article highlights how to convert ODP to PDF in Python. It also represents the required steps to establish the development environment along with a list of programming tasks, and an example code to transform ODP to PDF in Python....using the Presentation class object for converting ODP to a PDF...file Use the PdfOptions class object and set the desired PDF file...

    kb.aspose.com/slides/python/convert-odp-to-pdf-...
  3. Extract Text and Images from ODP File Online an...

    Online ODP file parser app. Android API code to extract images and text from ODP presentation....Presentation class object Define ITextFrame[] object Iterate through...

    products.aspose.com/total/android-java/parse/odp/
  4. Extract Text and Images from PPTX File Online a...

    Online PPTX file parser app. Android API code to extract images and text from PPTX presentation....Presentation class object Define ITextFrame[] object Iterate through...

    products.aspose.com/total/android-java/parse/pptx/
  5. ListFormat class | Aspose.Words for Node.js

    Aspose.Words.Lists.ListFormat class. Allows to control what list formatting is applied to a paragraph... You do not create objects of the ListFormat class directly...ListFormat as a property of another object that can have list formatting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ParagraphFormat.shading property | Aspose.Words...

    ParagraphFormat.shading property. Returns a [Shading](../../shading/) Object that refers to the shading formatting for the paragraph....property Returns a Shading object that refers to the shading...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Saving::WordML2003SaveOptions cl...

    Aspose::Words::Saving::WordML2003SaveOptions class. Can be used to specify additional options when saving a document into the WordML format. To learn more, visit the documentation article in C++....at) Creates a save options object of a class suitable for the...System::String&) Creates a save options object of a class suitable for the...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. GlowFormat.remove method | Aspose.Words for Python

    GlowFormat.remove method. Removes [GlowFormat](../) from the parent Object....GlowFormat from the parent object. def remove ( self ): ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Public API Changes in Aspose.Cells 8.1.0|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....true ); //Create a new Style object and add it to Workbook's Style...//Set Number format for Style object style . setNumber ( 3 ); //Create...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. Extract Text from PDF File|Aspose.PDF for .NET

    This section explains how to extract text from pdf using PdfExtractor class....wholeText = true ; // Create an object of the PdfExtractor class using...wholeText = true ; // Create an object of the PdfExtractor class using...

    docs.aspose.com/pdf/net/extract-text/