Sort Score
Result 10 results
Languages All
Labels All
Results 9,441 - 9,450 of 149,745 for

2

(0.16 sec)
  1. Working with Headings in PDF|Aspose.PDF for PHP...

    Create numbering in heading your PDF document using PHP. Aspose.PDF for PHP via Java offers different kinds of numbering styles....$heading2 -> setText ( "List 2" ); $heading2 -> setStyle ( NumberingStyle...); $heading3 = new Heading ( 2 ); $heading3 -> setInList ( true...

    docs.aspose.com/pdf/php-java/working-with-headi...
  2. Aspose::Words::Tables::RowCollection::idx_get m...

    Aspose::Words::Tables::RowCollection::idx_get method. Retrieves a Row at the given index in C++....example -1 means the last item, -2 means the second before last and...-> get_Tables (); ASSERT_EQ ( 2 , tables -> ToArray () -> get_Length...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. HTML conversion to PDF - Free Support Forum - a...

    We have to convert HTML to PDF. Attached is the HTML and the PDF we are generating with aspose.pdf. We are using the latest version. The text within tables is not flowing correctly. What needs to be done to convert t…...ahmad May 16, 2013, 10:25am 2 Hi John, Sorry for the delayed...Regards, aspose.notifier May 2, 2014, 7:02am 5 The issues you...

    forum.aspose.com/t/html-conversion-to-pdf/85024
  4. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::IndexOf method. Gets the index of a property by name in C++....Type: \" {1} \"\n\t Value: \" {2} \" " , enumerator -> get_Current...properties -> get_Count ()); // 2 - Remove by name: properties ->...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. Aspose::Words::Drawing::OleFormat::GetOleEntry ...

    Aspose::Words::Drawing::OleFormat::GetOleEntry method. Gets OLE object data entry in C++....ASSERT_EQ ( 2 , shapes -> get_Length ()); ASSERT_EQ ( 2 , shapes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Cells.DeleteRange break formulas when deleting ...

    Dear Aspose support, I am trying to delete the first datarow of a ListObject via Cells.DataRange(). If i am deleting the first data row (after the header), the table breaks. If i save it the workbook to the file system,…...Discourse November 26, 2025, 1:00pm 2 @careall Summary When the first...workbook.Worksheets[2].Cells; cells.DeleteRange(4, 2, 4, 8, ShiftType...

    forum.aspose.com/t/cells-deleterange-break-form...
  7. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....right, represented by 0, 1 and 2 respectively. Script – the script...font pageSetup . SetHeader ( 2 , u "& \" Times New Roman,Bold...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  8. Converting Word Lists to Text - Free Support Fo...

    Hello, I am trying to mimic the following VBA code using Aspose: ConvertNumbersToText Method | Microsoft Learn This word vba method (ActiveDocument.ConvertNumbersToText) converts all auto-numbering to text in a docume…...have an auto-numbered list (1,2,3 or a,b,c or i,ii,iii), the list...noskov April 24, 2024, 6:36pm 2 @ln22 You can use the following...

    forum.aspose.com/t/converting-word-lists-to-tex...
  9. InsertDocument custom margins issue - Free Supp...

    When i use DocumentBuilder’s InsertDocument builtin method , if the inserted document has bespoke margins their format won’t be copied on the final document, and i specifically use the 2nd parameter ImportFormatMode.Keep…...Discourse April 1, 2025, 8:15pm 2 @Remus87 When using the InsertDocument...for .NET alexey.noskov April 2, 2025, 4:17am 3 @Remus87 This...

    forum.aspose.com/t/insertdocument-custom-margin...
  10. Java load font TTF file | Java

    Here you will learn how with the help of Aspose.Font for Java to load font from a TTF file on your hard drive disk even if this file is not a font inself....font ; 2 3 import java.io.File ; 4 import...// Construct path to the file 2 String fontPath = Paths. get (getDataDir()...

    docs.aspose.com/font/java/how-to-load-fonts/loa...