Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 49,863 for

properties

(0.23 sec)
  1. Table.bidi property | Aspose.Words for Python

    Table.bidi property. Gets or sets whether this is a right-to-left table....bidi property Table.bidi property Gets or sets whether this is...is a right-to-left table. @property def bidi ( self ) -> bool...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Table Position in C++|Aspose.Words for C++

    Specify table position in C++. Get a table alignment, get and set floating table position using C++....Words API and the Alignment property. Thus, you can adjust the...and RelativeVerticalAlig properties. With other types of text...

    docs.aspose.com/words/cpp/position-a-table/
  3. How to Convert Word RTF to PDF in Python

    This short tutorial describes how to convert Word RTF to PDF in Python. All the configuration details, step-wise process and a runnable sample code that can change RTF to PDF in Python with the help of a few API calls only, are also part of it....by setting the different properties. Using Python RTF to PDF...loaded RTF Set the desired properties of the output PDF file Save...

    kb.aspose.com/words/python/how-to-convert-word-...
  4. X400 support - Free Support Forum - aspose.com

    We’ve noticed with the new 25.6 version the default email address being returned is now the SMTP version. Is there a way to default to get the X400 email back as the default? image.png (13.4 KB)...address formats through the properties of the email message or the...email messages. Modify Email Properties : When creating or manipulating...

    forum.aspose.com/t/x400-support/316005
  5. Detecting Empty Worksheets|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using Aspose.Cells for Python via .NET library....max_data_column properties. If the aforementioned properties return zero...populated; however, if either property returns -1 , it indicates...

    docs.aspose.com/cells/python-net/detecting-empt...
  6. Specify Layout Options in Node.js|Aspose.Words ...

    Specify Layout Options for various document layouts using Node.js....the parameters specified in properties of the LayoutOptions class...class. Some of these properties resemble some of the Microsoft Word...

    docs.aspose.com/words/nodejs-net/specify-layout...
  7. Adding Page Number to PDF with Python|Aspose.PD...

    Aspose.PDF for Python via .NET allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class.... Set stamp properties. Customize text style. Apply...starting_number = 1 # Set text properties page_number_stamp . text_state...

    docs.aspose.com/pdf/python-net/add-page-number/
  8. Aspose::Words::FrameFormat class | Aspose.Words...

    Aspose::Words::FrameFormat class. Represents frame related formatting for a paragraph in C++....by the RelativeHorizontalPo property. get_IsFrame () Returns true...by the RelativeVerticalPosi property. get_Width () Gets the width...

    reference.aspose.com/words/cpp/aspose.words/fra...
  9. Customize Barcode Appearance in Python via.NET|...

    How to Customize Barcode Appearance-Related Properties in Aspose.BarCode for Python...image_height and image_width properties of class BaseGenerationParame...BarcodeParameters provides a special properties called x_dimension . It is...

    docs.aspose.com/barcode/python-net/customize-ba...
  10. How to Create PDF using C++

    In this short tutorial, we will learn how to create PDF using C++. By using C++ create PDF file example, one can easily generate a PDF in few API calls. The example can be used in any MS Windows development environment that support C++....instance to set text and its properties Using Save method in C++...it. Then PDF text and its properties are set by initializing TextBuilder...

    kb.aspose.com/pdf/cpp/how-to-create-pdf-using-cpp/