Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 49,825 for

properties

(0.39 sec)
  1. Detecting Empty Worksheets with Node.js via C++...

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using the Node.js API with the C++ library....getMaxDataColumn() properties. If the aforementioned properties return zero...however, if any of these properties return -1, that indicates...

    docs.aspose.com/cells/nodejs-cpp/detecting-empt...
  2. Aspose::Words::PageSetup::get_Orientation metho...

    Aspose::Words::PageSetup::get_Orientation method. Returns or sets the orientation of the page in C++....// Modify the page setup properties for the builder's current...builder's current page setup properties. builder -> InsertBreak (...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. 使用 Python 查看或編輯 PPSM 文件元數據 | products.aspose.com

    Python 源代碼,用於編輯或查看 PPSM 格式元數據。... document_properties # Set the builtin properties documentProperties...= "Modifying Presentation Properties" documentProperties . subject...

    products.aspose.com/slides/zh-hant/python-net/m...
  4. How to Add Data Validation in Excel using C#

    This short tutorial guides on how to add data validation in Excel using C#. It provides complete details for IDE settings and a runnable sample code to create drop down selection in Excel using C#....the selected worksheet Set properties of the new validation Save...worksheet, and its various properties are set before saving the...

    kb.aspose.com/cells/net/how-to-add-data-validat...
  5. Formatting PDF Document|Aspose.PDF for PHP via ...

    Format the PDF Document with Aspose.PDF for PHP via Java. Use the next code snippet to resolve your tasks....Document Window and Page Display Properties This topic helps you understand...understand how to get the properties of the document window, viewer...

    docs.aspose.com/pdf/php-java/formatting-pdf-doc...
  6. ImageSaveOptions.Scale | Aspose.Words for .NET

    Discover the ImageSaveOptions Scale property to effortlessly adjust the zoom factor for your images, enhancing quality and customization....Scale property Gets or sets the zoom factor...Png ); // Set the "Scale" property to 5 to render the object...

    reference.aspose.com/words/net/aspose.words.sav...
  7. DocumentProperty.to_byte_array method | Aspose....

    DocumentProperty.to_byte_array method. Returns the property value as byte array....to_byte_array() Returns the property value as byte array. def to_byte_array...Throws an exception if the property type is not PropertyType.BYTE_ARRAY...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Change HyperlinkBase - Free Support Forum - asp...

    Hello, I need a function to change the HyperlinkBase like this: workbook.Settings.HyperlinkBase = “.”; Instead of changing it manuylly: Open the Excel document for which you want to set a hyperlink base. On the File…...and then click Show more properties. In the Linkbase box, type...library. The HyperlinkBase property is essential for ensuring...

    forum.aspose.com/t/change-hyperlinkbase/314798
  9. Add Page Number to PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....PageNumber Stamp class provides properties necessary to create a page...PageNumberStamp object using required properties. After that, you can call...

    docs.aspose.com/pdf/net/add-page-number/
  10. How to create a tornado chart with C++|Document...

    Learn how to create a tornado chart with Aspose.Cells for C++ API....initial data and sets relevant properties. Finally, it saves the workbook..."A1:C7" , true ); // Set properties for the bar chart chart ...

    docs.aspose.com/cells/cpp/create-tornado-chart/