Sort Score
Result 10 results
Languages All
Labels All
Results 6,151 - 6,160 of 20,738 for

2 of

(0.04 sec)
  1. FieldAutoNumOut class | Aspose.Words for Python

    aspose.words.fields.FieldAutoNumOut class. Implements the AUTONUMOUT field...) # This field will display "2.". builder . insert_field ( field_type...builder . writeln ( ' \t Paragraph 2.' ) for field in list ( filter...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert BMP to EPS using API for C++

    BMP to EPS conversion functionality Offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....C++ It is necessary to do just 2 steps in order to perform BMP...com/aspose-page/Aspose.Page-for-C 2 3 // The path to the documents...

    docs.aspose.com/page/cpp/convert/bmp-to-eps/
  3. Aspose::Words::Lists::ListFormat::get_IsListIte...

    Aspose::Words::Lists::ListFormat::get_IsListItem method. True when the paragraph has bulleted or numbered formatting applied to it in C++....String ( u "Level " ) + i ); } // 2 - A bulleted list: // This list...Writeln ( u "Numbered list item 2" ); builder -> Writeln ( u "Numbered...

    reference.aspose.com/words/cpp/aspose.words.lis...
  4. LineSpacingRule enumeration | Aspose.Words for ...

    aspose.words.LineSpacingRule enumeration. Specifies line spacing values for a paragraph....' ) # 2 - Set exact spacing. # Using font...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Cell.cellFormat property | Aspose.Words for Nod...

    Cell.cellFormat property. Provides access to the formatting properties Of the cell.... at ( 0 ); // 2 - Using the "GetChild" method:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentBuilder.cellFormat property | Aspose.Wo...

    DocumentBuilder.cellFormat property. Returns an object that represents current table cell formatting properties.... write ( "Row 1, Col 2" ); builder . endRow (); // Changing...insertCell (); builder . write ( "Row 2, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Manage Slide Show|Aspose.Slides Documentation

    Manage slide show settings in PowerPoint presentations using C#...range to display from slides 2 to 9 . using var presentation...slideRange = new SlidesRange { Start = 2 , End = 9 }; presentation . SlideShowSettings...

    docs.aspose.com/slides/net/manage-slide-show/
  8. 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/java/manage-slide-show/
  9. Manage Slide Show|Aspose.Slides for PHP Documen...

    Manage slide show settings in PowerPoint presentations using PHP...range to display from slides 2 to 9 . $presentation = new Presentation...(); $slideRange -> setStart ( 2 ); $slideRange -> setEnd ( 9 );...

    docs.aspose.com/slides/php-java/manage-slide-show/
  10. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java....writeln("Bulleted list item 2."); builder.getParagraphFormat()...builder.writeln("Numbered list item 2."); builder.writeln("Numbered...

    reference.aspose.com/words/java/com.aspose.word...