Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 20,618 for

2 of

(0.08 sec)
  1. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation Of text in a table cell.... write ( 'Row 1, Col 2' ) builder . end_row () # Changing...insert_cell () builder . write ( 'Row 2, Col 1' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Working with Project Pages | Aspose.Tasks Docum...

    Learn how to export MPP/XML documents into graphical formats using Aspose.Tasks for .NET....mpp" ); 2 3 // Get number of pages, Timescale...Project( "New Project.mpp" ); 2 3 // Get number of pages, Months...

    docs.aspose.com/tasks/net/working-with-project-...
  3. Aspose::Words::Fields::FieldFormat::get_Numeric...

    Aspose::Words::Fields::FieldFormat::get_NumericFormat method. Gets or sets a formatting that is applied to a numeric field result. Corresponds to the \# switch in C++....InsertField ( u "= 2 + 3" ); ASSERT_EQ ( u "= 2 + 3" , field ->...-> Update (); ASSERT_EQ ( u "= 2 + 3 \\ # $###.00" , field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Fields::FieldFormat::get_DateTim...

    Aspose::Words::Fields::FieldFormat::get_DateTimeFormat method. Gets or sets a formatting that is applied to a date and time field result. Corresponds to the \@ switch in C++....InsertField ( u "= 2 + 3" ); ASSERT_EQ ( u "= 2 + 3" , field ->...-> Update (); ASSERT_EQ ( u "= 2 + 3 \\ # $###.00" , field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Merge PDF Documents using C++https://products.aspose.com/pdf/cpp/merger/Recent content in Merge PDF Documents using C++ on Aspsoe.PDF ProductsH......2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Merge PDF...is-justify-content-center is-hidden-mobile mb-2 https://products.aspose.com/p...

    products.aspose.com/pdf/cpp/merger/index.xml
  6. Aspose::Words::DocumentBuilder::get_CellFormat ...

    Aspose::Words::DocumentBuilder::get_CellFormat method. Returns an object that represents current table cell formatting properties in C++....builder -> Write ( u "Row 1, Col 2" ); builder -> EndRow (); // Changing...(); builder -> Write ( u "Row 2, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Copying and Moving Worksheets in Php|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.... $sheet -> moveTo ( 2 ); \ # Saving the modified Excel...

    docs.aspose.com/cells/java/copying-and-moving-w...
  8. Aspose::Words::Section::ClearHeadersFooters met...

    Aspose::Words::Section::ClearHeadersFooters method. Clears the headers and footers Of this section in C++...." ); ASSERT_EQ ( 2 , doc -> get_FirstSection () ->...ClearHeadersFooters (); ASSERT_EQ ( 2 , doc -> get_FirstSection () ->...

    reference.aspose.com/words/cpp/aspose.words/sec...
  9. List.isListStyleReference property | Aspose.Wor...

    List.isListStyleReference property. Returns ``true`` if this list is a reference to a list style.... writeln ( "Item 2" ); builder . listFormat . removeNumbers...); builder . writeln ( "Item 2" ); builder . listFormat . removeNumbers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. HTML Navigation – Java Examples

    Learn how to navigate through an HTML document and perform a detailed inspection Of its elements using the Aspose.HTML for Java API....follows: Copy 1 // Prepare HTML code 2 String html_code = "<span>Hello...OnlyImageFilter extends NodeFilter { 2 @Override 3 public short acceptNode...

    docs.aspose.com/html/java/html-navigation/