Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 9,885 for

2 of

(0.06 sec)
  1. Document.endnoteOptions property | Aspose.Words...

    Document.endnoteOptions property. Provides options that control numbering and positioning Of endnotes in this document.... write ( "Text 2. " ); builder . insertFootnote...FootnoteType . Footnote , "Footnote 2." ); builder . write ( "Text 3...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Document::get_Sections method | ...

    Aspose::Words::Document::get_Sections method. Returns a collection that represents all sections in the document in C++....( u "This text is in section 2." ); ASSERT_EQ ( SectionStart...() -> get_SectionStart ()); // 2 - Starts the next section on the...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. DocumentBuilder.endRow method | Aspose.Words fo...

    DocumentBuilder.endRow method. Ends a table row in the document.... 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...
  4. Aspose::Words::Drawing::Charts::ChartDataPoint ...

    Aspose::Words::Drawing::Charts::ChartDataPoint class. Allows to specify formatting Of a single data point on the chart. To learn more, visit the documentation article in C++....get_Name ()); ASSERT_EQ ( u "Series 2" , chart -> get_Series () -> idx_get...-> get_Series () -> idx_get ( 2 ) -> get_Name ()); // Emphasize...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in C#....( worksheetIndex , 0 , 2 , "Series 2" ), chart . Type ); // Add...GetCell ( worksheetIndex , 2 , 0 , "Category 2" )); chart . ChartData...

    docs.aspose.com/slides/net/create-chart/
  6. Question implementation C# and result dxf - Fre...

    Hello, my name is Ernandes, I work as a fullstack Dev in .net and we are building an application to manipulate plans in AutoCAD, through commands, to optimize time, and I came across the libraries, Aspose.CAD and Aspose.…...jemsystems April 24, 2025, 2:48pm 1 Hello, my name is Ernandes...Discourse April 24, 2025, 2:48pm 2 @ernandes.pereira.jemsystems...

    forum.aspose.com/t/question-implementation-c-an...
  7. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....insertTocEntry(builder, "TC field 2", "A", "2"); Assert.assertEquals("...insertTocEntry(builder, "TC field 2", "A", "2"); Assert.assertEquals("...

    reference.aspose.com/words/java/com.aspose.word...
  8. CellVerticalAlignment enumeration | Aspose.Word...

    Aspose.Words.Tables.CellVerticalAlignment enumeration. Specifies vertical justification Of text inside a table cell.... write ( "Row 1, cell 2." ); builder . endRow (); // While...Upward ; builder . write ( "Row 2, cell 1." ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CustomPartCollection | Aspose.Words for Java

    Represents a collection Of CustomPart objects in Java....assertEquals(2, doc.getPackageCustomPart().getCount());...getPackageCustomPart().removeAt(2); Assert.assertEquals(2, doc.getPackageCustomPart()...

    reference.aspose.com/words/java/com.aspose.word...
  10. NodeCollection.insert method | Aspose.Words for...

    NodeCollection.insert method. Inserts a node into the collection at the specified index....example -1 means the last node, -2 means the second before last and... " ); builder . write ( "Run 2. " ); // Every invocation of the...

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