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

2 of

(0.08 sec)
  1. CompositeNode.Count | Aspose.Words for .NET

    Discover the CompositeNode Count property, easily retrieve the number Of immediate child nodes for efficient data management and streamlined processing....Run run2 = new Run ( doc , "Run 2. " ); Run run3 = new Run ( doc...paragraphText ); Assert . AreEqual ( "Run 2. Initial text." , paragraph ....

    reference.aspose.com/words/net/aspose.words/com...
  2. Chart Worksheet Formulas|Aspose.Slides for Node...

    PowerPoint Equations and Spreadsheet Formulas... setValue ( - 2.5 ); workbook . getCell ( 0 ,...value2 = cell2 . getValue (); // 2.1 Logical Constants You can use...

    docs.aspose.com/slides/nodejs-java/chart-worksh...
  3. TextColumn | Aspose.Words for Java

    Represents a single text column in Java....setCount(2); // Determine the amount of room...builder.writeln("Wide column 2."); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  4. AxisGroup Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisGroup enum, your key to managing chart axis groups effectively for enhanced data visualization....[] { "Category 1" , "Category 2" , "Category 3" }; series . Add...double [] { 2 , 3 , 4 }); series . Add ( "Series 2 of primary...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartSeriesGroup.series_type property | Aspose....

    ChartSeriesGroup.series_type property. Gets the type Of chart series included in this group....= [ 'Category 1' , 'Category 2' , 'Category 3' ] series . add...= [ 2 , 3 , 4 ]) series . add ( series_name = 'Series 2 of primary...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Paragraph.GetText | Aspose.Words for .NET

    Discover the Paragraph GetText method to effortlessly retrieve text, including paragraph endings, enhancing your text processing efficiency....Run run2 = new Run ( doc , "Run 2. " ); Run run3 = new Run ( doc...paragraphText ); Assert . AreEqual ( "Run 2. Initial text." , paragraph ....

    reference.aspose.com/words/net/aspose.words/par...
  7. Aspose::Words::Saving::HtmlSaveOptions::get_Nav...

    Aspose::Words::Saving::HtmlSaveOptions::get_NavigationMapLevel method. Specifies the maximum level Of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats. Default value is %3 in C++....of styles Heading 1 , Heading 2 and Heading 3 . You can set this..."Heading 2" )); builder -> Writeln ( u "Heading #2" ); builder...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. TabStopCollection.Item | Aspose.Words for .NET

    Access tab stops with ease using the TabStopCollection Item property. Retrieve specific stops by index for efficient UI navigation....TabStopCollection indexer (1 of 2) Gets a tab stop at the given...Dashes )); Assert . AreEqual ( 2 , tabStops . Count ); Assert ...

    reference.aspose.com/words/net/aspose.words/tab...
  9. Aspose::Words::Section::Clone method | Aspose.W...

    Aspose::Words::Section::Clone method. Creates a duplicate Of this section 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...
  10. TxtLeadingSpacesOptions | Aspose.Words for Java

    Specifies available options for leading space handling during import from LoadFormat.TEXT file in Java....textDoc = " Line 1 \n" + " Line 2 \n" + " Line 3 "; // Create a...assertEquals(6.3d, paragraphs.get(2).getParagraphFormat().getFirstLineIndent());...

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