Sort Score
Result 10 results
Languages All
Labels All
Results 4,851 - 4,860 of 20,609 for

2 of

(0.09 sec)
  1. Converting word document to pdf causes a table ...

    Hi, i want to convert a word document into a PDF document. When converting test file “Test OK.docm” to PDF document, everything seems to be fine. The table on first page will not be moved. When converting test file “T…...words-java curmas April 9, 2025, 2:50pm 1 Hi, i want to convert a...Professionalize.Discourse April 9, 2025, 2:51pm 2 @curmas It seems that the...

    forum.aspose.com/t/converting-word-document-to-...
  2. Aspose::Words::Drawing::Charts::ChartLegend::ge...

    Aspose::Words::Drawing::Charts::ChartLegend::get_Overlay method. Determines whether other chart elements shall be allowed to overlap legend. Default value is false in C++....get_Name ()); ASSERT_EQ ( u "Series 2" , chart -> get_Series () -> idx_get...-> get_Series () -> idx_get ( 2 ) -> get_Name ()); // Move the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Manage Slide Show|Aspose.Slides Documentation

    Manage slide show settings in PowerPoint presentations using Java...range to display from slides 2 to 9 . Presentation presentation...SlidesRange (); slideRange . setStart ( 2 ); slideRange . setEnd ( 9 );...

    docs.aspose.com/slides/androidjava/manage-slide...
  4. Manage Slide Show in Python|Aspose.Slides for P...

    Learn how to manage slide shows in Aspose.Slides for Python via .NET. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease....range to display from slides 2 to 9 . with slides . Presentation...SlidesRange () slide_range . start = 2 slide_range . end = 9 presentation...

    docs.aspose.com/slides/python-net/manage-slide-...
  5. Public API Changes in Aspose.Cells 8.4.2|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....2 Contents [ Hide ] This document...API from version 8.4.1 to 8.4.2 that may be of interest to module/application...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. List.IsMultiLevel | Aspose.Words for .NET

    Discover if your list supports multi-levels! Our tool reveals true for 9 levels and false for 1, enhancing your data management efficiency.... Writeln ( "Item 2" ); builder . ListFormat . RemoveNumbers...); builder . Writeln ( "Item 2" ); builder . ListFormat . RemoveNumbers...

    reference.aspose.com/words/net/aspose.words.lis...
  7. List.Style | Aspose.Words for .NET

    Discover the List Style property to define and customize your lists effectively. Enhance your web design with unique styling options!... Writeln ( "Item 2" ); builder . ListFormat . RemoveNumbers...); builder . Writeln ( "Item 2" ); builder . ListFormat . RemoveNumbers...

    reference.aspose.com/words/net/aspose.words.lis...
  8. Add Math Equations to PowerPoint Presentations ...

    Learn how to work with mathematical equations in PowerPoint using Aspose.Slides for .NET. Get detailed instructions, code examples, and tips to automate the creation and editing Of presentations.... SetSuperscript ( "2" ) . Join ( "=" ) . Join ( new...MathematicalText ( "a" ). SetSuperscript ( "2" )) . Join ( "+" ) . Join ( new...

    docs.aspose.com/slides/net/powerpoint-math-equa...
  9. Bibliography | Aspose.Words for Java

    Represents the list Of bibliography sources available in the document in Java....assertEquals(2, ((PersonCollection)editor).getCount());...getAuthor(); Assert.assertEquals(2, authors.getCount()); Person person...

    reference.aspose.com/words/java/com.aspose.word...
  10. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a document after inserting text to the cells Of a table that is part Of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...AppendChild(new Run(glossaryDoc, "Header 2")); doc.Save(@"Template.dotx");...Discourse July 14, 2025, 6:43pm 2 @bingxie Cause The System.InvalidOperationExce...

    forum.aspose.com/t/cannot-append-text-to-tables...