Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 148,086 for

2

(0.15 sec)
  1. SectionCollection class | Aspose.Words for Node.js

    Aspose.Words.SectionCollection class. A collection of [Section](../section/) objects in the document... write ( "Section 2" ); expect ( doc . getText ()...toEqual ( "Section 1\u000cSection 2" ); // Delete the first section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 在C++中添加带条件图标集的单元格文本|Documentation

    学习如何使用Aspose.Cells和C++在Excel中在单元格文本旁添加条件图标。... SetColumnWidth ( 2 , 24 ); // Input date into the...GetIconImageData ( IconSetType :: Arrows3 , 2 ); // Add the picture to the cell...

    docs.aspose.com/cells/zh/cpp/add-conditional-ic...
  3. Aspose::Words::Tables::RowFormat::get_HeightRul...

    Aspose::Words::Tables::RowFormat::get_HeightRule method. Gets or sets the rule for determining the height of the table row in C++....Write ( u "Header Row, \n Cell 2" ); builder -> InsertCell ();...builder -> Write ( u "Row 1, Cell 2." ); builder -> InsertCell ();...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Aspose::Words::Paragraph::GetText method | Aspo...

    Aspose::Words::Paragraph::GetText method. Gets the text of this paragraph including the end of paragraph character in C++....Words :: Run > ( doc , u "Run 2. " ); auto run3 = System :: MakeObject...paragraphText ); ASSERT_EQ ( u "Run 2. Initial text." , paragraph ->...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. Detailed description of bug fix PDFNET-59790 - ...

    Hi, The bug fix in question is summarised thus “The TextFragment.IsolateTextSegments method shifts the isolated segments of text”, but I could not find a detailed description of the issue. Could you give me additional …...G May 28, 2025, 2:35pm 1 Hi, The bug fix in question...Professionalize.Discourse May 28, 2025, 2:36pm 2 @Olivier.G Could you please...

    forum.aspose.com/t/detailed-description-of-bug-...
  6. Aspose::Words::Vba::VbaModuleCollection::idx_ge...

    Aspose::Words::Vba::VbaModuleCollection::idx_get method. Retrieves a VbaModule object by name, or Null if not found in C++....code page: {1}; Modules count: {2} \n " , vbaProject -> get_Name...code page: {1}; Modules count: {2} \n " , vbaProject -> get_Name...

    reference.aspose.com/words/cpp/aspose.words.vba...
  7. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_Left method. Gets or sets the distance of the data label in points from the left edge of the chart or from the position specified by its Position property, depending on the value of the LeftMode property in C++....titleAreaHeight ) / 2 ; const double doughnutCenterX = chartWidth / 2.0 ; const...doughnutCenterY - yMargin - labelHeight / 2 ; // Because the data points start...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. MailMergerContext.SetRegionsDataSource | Aspose...

    Enhance your mail merge efficiency with the MailMergerContext SetRegionsDataSource method to seamlessly set your data source for regions.... Add ( new object [] { 2 , "Jane Doe" }); DataTable tableOrders..."Hawaiian" , 2 }); tableOrders . Rows . Add ( new object [] { 2 , "Pepperoni"...

    reference.aspose.com/words/net/aspose.words.low...
  9. Node.Range | Aspose.Words for .NET

    Discover the Node Range property, effortlessly access a Range object that defines the document segment within your node for enhanced content management.... Write ( "Section 2." ); Assert . That ( doc . GetText...EqualTo ( "Section 1. \fSection 2." )); // Remove the first section...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Add PDF Page Stamp to PDF|Aspose.PDF for Java

    Add a Page stamp to a PDF file using the PdfPageStamp class with Java....input document and we want apply 2 kinds of border with blue and..._dataDir + pageStampFileName , 2 ); plumPageStamp . setHeight (...

    docs.aspose.com/pdf/java/page-stamps-in-the-pdf...