Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 149,432 for

2

(0.09 sec)
  1. Aspose::Words::SectionCollection class | Aspose...

    Aspose::Words::SectionCollection class. A collection of Section objects in the document. To learn more, visit the documentation article in C++...."Section 2" ); ASSERT_EQ ( u "Section 1 \x000c " u "Section 2" , doc...( 0 ); ASSERT_EQ ( u "Section 2" , doc -> GetText (). Trim ());...

    reference.aspose.com/words/cpp/aspose.words/sec...
  2. MarkerSymbol Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.Charts.MarkerSymbol enum for customizable marker styles that enhance your chart visuals and improve data presentation.... Dash 2 Specifies a dash shall be drawn...( "Series 2" )); Assert . That ( chart . Series [ 2 ]. Name ,...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ListLevel.linkedStyle property | Aspose.Words f...

    ListLevel.linkedStyle property. Gets or sets the paragraph style that is linked to this list level....at ( "Heading 1" ); // Level 2 labels will display the current..."-II-"... list . listLevels . at ( 2 ). numberFormat = "-\u0002-" ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....get(2).isInsertRevision()); // 2 - A "format" revision:...changes. Assert.assertTrue(runs.get(2).isFormatRevision()); // 3 - A...

    reference.aspose.com/words/java/com.aspose.word...
  5. TxtExportHeadersFootersMode Enum | Aspose.Words...

    Discover how Aspose.Words' TxtExportHeadersFootersMode enum enhances plain text exports by customizing header and footer handling for optimal results.... AllAtEnd 2 All headers and footers are placed...); builder . Writeln ( "Page 2" ); builder . InsertBreak ( BreakType...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::idx_get method. Gets a general format at the specified index 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...
  7. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::Remove method. Removes all occurrences of the specified general format from the collection 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...
  8. Set legend size to certain percentage of the ch...

    Hi Team, I have a requirement to position the legend based on the chart size. I have a sample bar chart and the snipper is as follows. // init workbook Workbook wb = new Workbook(); WorksheetCollection sheets…...get(0,2).setValue("Feb 22"); dataSheetCells...dataSheetCells.get(1,2).setValue(6543); dataSheetCells.get(2,0).setValue("Walmart");...

    forum.aspose.com/t/set-legend-size-to-certain-p...
  9. Set Print Titles|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....example, rows are defined as $1:$2 and columns are defined as $A:$B...1 & 2 as title rows pageSetup . PrintTitleRows = "$1:$2" ; Download...

    docs.aspose.com/cells/net/set-print-titles/
  10. NodeCollection.remove method | Aspose.Words for...

    NodeCollection.remove method. Removes the node from the collection and from the document.... write ( 'Run 2. ' ) # Every invocation of the...first_paragraph . runs self . assertEqual ( 2 , runs . count ) # We can also...

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