Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 95,654 for

object

(0.33 sec)
  1. Generating the template|Documentation

    How to render a printable form and generate a recognition pattern file for Aspose.OMR engine....passing GlobalPageSettings object to the method: Aspose . OMR...passing GlobalPageSettings object to the method: string workingDirectory...

    docs.aspose.com/omr/net/generate-template/
  2. Insert a New Blank Page into a Visio Drawing in...

    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....} \ # Initialize a new page object $new_page = new Page (); \...coding sites: GitHub Get a Page Object from Visio Drawing in PHP Retrieve...

    docs.aspose.com/diagram/java/insert-a-new-blank...
  3. FontConfigSubstitutionRule | Aspose.Words for Java

    Font config substitution rule in Java....Object, com.aspose.words.FontSubstitutionRule...// The FontConfigSubstituti object works differently on Windows/non-Windows...

    reference.aspose.com/words/java/com.aspose.word...
  4. Finding paragraph bounding boxes|Documentation

    Automatic detection of paragraph bounding boxes inside an image....images, provided in OcrInput object , use Aspose.OCR.AsposeOcr...Aspose.OCR.RectangleOutput objects containing coordinates of each...

    docs.aspose.com/ocr/net/image-regions-paragraph...
  5. Aspose::Words::EditableRange class | Aspose.Wor...

    Aspose::Words::EditableRange class. Represents a single editable range. To learn more, visit the documentation article in C++....Words Document Object Model (DOM) documentation article...EditableRange : public System :: Object Methods Method Description...

    reference.aspose.com/words/cpp/aspose.words/edi...
  6. 格式化数据透视表单元格|Documentation

    如何使用C++的Aspose.Cells for JavaScript对数据透视表单元格进行格式化。...// Instantiating a Workbook object from the uploaded file const...get ( 1 ); // Create a style object with background color light...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  7. TabStopCollection.Equals | Aspose.Words for .NET

    Discover the TabStopCollection Equals method to easily compare TabStopCollections for equality, enhancing your coding efficiency and accuracy....Equals( object ) Determines whether the specified object is equal...current object. public override bool Equals ( object obj ) Examples...

    reference.aspose.com/words/net/aspose.words/tab...
  8. 使用JavaScript通过C++设置工作表中表格或列表对象的注释|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++设置工作表内表格或列表对象的注释。...// Instantiating a Workbook object by opening the uploaded Excel...( 0 ); // Access first list object or table. const lstObj = worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/set-the...
  9. Aspose.PSD for .NET 25.8 - Release Notes|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....void AssertAreEqual ( object expected , object actual , string message...message = null ) { if (! object . Equals ( expected , actual ))...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-8...
  10. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....GetCells() collection represents an object of the Cell class. Aspose.Cells...by using the Style.GetFont() object’s GetName() property. #include...

    docs.aspose.com/cells/cpp/cells-font-settings/