Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 147,943 for

2

(0.16 sec)
  1. Aspose::Words::NodeCollection::Contains method ...

    Aspose::Words::NodeCollection::Contains method. Determines whether a node is in the collection in C++....); builder -> Write ( u "Run 2. " ); // Every invocation of the...() -> get_Runs (); ASSERT_EQ ( 2 , runs -> get_Count ()); // We...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. MailMerger.ExecuteWithRegionsToImages | Aspose....

    Effortlessly merge data from a DataTable into documents with MailMerger ExecuteWithRegionsToImages, transforming your content into stunning images.... 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...
  3. Aspose.Cells - Font becomes bold during Excel t...

    Hi, I’m using Aspose Cells to convert an Excel spreadsheet file into a PDF file and the original font in the spreadsheet (Helvetica regular) becomes bold in the output PDF. I checked that the font is installed and is loc…...sahi April 1, 2022, 8:45am 2 @sdonapati , We need your template...defined in ‘OS/2’ font table. Please check the dumped ‘OS/2’ font table:...

    forum.aspose.com/t/aspose-cells-font-becomes-bo...
  4. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::idx_get method. Gets or sets the element at the specified index in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::Clone method. Makes a deep clone of this object in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Aspose::Words::Paragraph::get_IsInsertRevision ...

    Aspose::Words::Paragraph::get_IsInsertRevision method. Returns true if this object was inserted in Microsoft Word while change tracking was enabled in C++....AppendParagraph ( u "Paragraph 2. " ); body -> AppendParagraph...para = paragraphs -> idx_get ( 2 ); para -> Remove (); // Such...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::idx_set method. Gets or sets the element at the specified index in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Remove Merge Fields from PDF Document - Free Su...

    Hi Team, We have a Merge Type field in our template, and when generating the PDF document, the merge field is not being removed as expected. We now need to remove merge fields from the generated PDF. Below is the code …...rahulprajapati April 21, 2025, 2:16pm 1 Hi Team, We have a Merge...Discourse April 21, 2025, 2:16pm 2 @rahulprajapati To remove...

    forum.aspose.com/t/remove-merge-fields-from-pdf...
  10. 如何使用Node.js通过C++创建带有下拉列表的动态图表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++创建根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到您的图表中以实现灵活的数据可视化。...allMonths ; j ++ ) { const _row = i + 2 ; const _column = j + 1 ; sheet..._column ). putValue ( 50 * ( i % 2 ) + 20 * ( j % 3 ) + 10 * ( i...

    docs.aspose.com/cells/zh/nodejs-cpp/create-dyna...