Sort Score
Result 10 results
Languages All
Labels All
Results 9,161 - 9,170 of 149,120 for

2

(0.12 sec)
  1. RTF template width is not accommodating for all...

    Hello, I am facing an issue where we are generating RTF template with high column count or column width. When the overall column width exceeds a certain value it starts clipping the column at the right end (Example file…...deryushev July 1, 2025, 2:16pm 2 @psharma314 Use the following...

    forum.aspose.com/t/rtf-template-width-is-not-ac...
  2. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::idx_set method. Gets or sets a GradientStop object in the collection in C++....= gradientStops -> idx_get ( 2 ); gradientStops -> Remove ( gradientStop...gradientStop ); ASSERT_EQ ( 2 , gradientStops -> get_Count ());...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Lists::ListCollection::idx_get m...

    Aspose::Words::Lists::ListCollection::idx_get method. Gets a list by index in C++....builder -> Writeln ( u "Paragraph 2" ); builder -> Write ( u "Paragraph...get_ListFormat () -> set_ListLevelNumber ( 2 ); } ASSERT_EQ ( 3 , paras ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  4. Opening a protected PDF file generates file loc...

    Hi, I have a problem with aspose.Pdf and reading the number of pages of a large document. By reading a password protected file (without specifying the password), the file is locked during deletion. This does not happen…...Main for (int i = 0; i < 2; i++)) The file will be deleted...ali December 16, 2024, 9:47pm 2 @acquisti_comdatagroup_com We...

    forum.aspose.com/t/opening-a-protected-pdf-file...
  5. Manage Chart Data Markers in Presentations Usin...

    Learn how to customize chart data markers in Aspose.Slides for PHP, boosting presentation impact across PPT and PPTX formats with clear code examples....jpg" ))); # Load the picture 2 $imgx2 = $pres -> getImages ()...( $defaultWorksheetInde , 2 , 1 , 2.5 )); $point -> getMarker...

    docs.aspose.com/slides/php-java/chart-data-marker/
  6. Header and Footers|Documentation

    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.... setHeader ( 2 , "&\"Times New Roman,Bold\"&12&F"...footer pageSetup . setFooter ( 2 , "&Pof&N" ); Apache POI SS -...

    docs.aspose.com/cells/java/header-and-footers/
  7. TabStopCollection.add method | Aspose.Words for...

    Aspose.Words.TabStopCollection.add method... add ( tabStop ); // 2 - Pass the values for properties...writeln ( "Start\tTab 1\tTab 2\tTab 3\tTab 4" ); doc . save (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Row | Aspose.Words for .NET

    Create dynamic Row instances easily with our Row constructor. Simplify your data management and enhance your coding efficiency today!...innerTable = CreateTable ( doc , 2 , 2 , "Inner Table" ); outerTable...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Aspose::Words::LineSpacingRule enum | Aspose.Wo...

    Aspose::Words::LineSpacingRule enum. Specifies line spacing values for a paragraph in C++.... Multiple 2 The line spacing is specified..."Minimum line spacing of 20." ); // 2 - Set exact spacing. // Using...

    reference.aspose.com/words/cpp/aspose.words/lin...
  10. CleanupOptions class | Aspose.Words for Python

    aspose.words.CleanupOptions class. Allows to specify options for document cleaning... writeln ( 'Item 2' ) # Now, there is one unused...cleanup_options ) self . assertEqual ( 2 , doc . styles . count ) See Also...

    reference.aspose.com/words/python-net/aspose.wo...