Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 149,744 for

2

(0.48 sec)
  1. FootnoteOptions.number_style property | Aspose....

    FootnoteOptions.number_style property. Specifies the number format for automatically numbered footnotes.... write ( 'Text 2. ' ) builder . insert_footnote...FOOTNOTE , footnote_text = 'Footnote 2.' ) builder . write ( 'Text 3...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 如何在C++中使用JavaScript创建动态滚动图表|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++创建动态滚动图表。我们的逐步指南将演示如何实现平滑的数据过渡和自动滚动,保持图表连续更新。...cellA = `A ${ i + 2 } ` ; const cellB = `B ${ i + 2 } ` ; sheet ....( cellB ). value = 50 * ( i % 2 ) + 20 * ( i % 3 ) + 10 * Math...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  3. DocumentBuilder.Writeln | Aspose.Words for .NET

    Enhance your documents effortlessly with DocumentBuilder's Writeln method—insert text and paragraph breaks seamlessly for improved readability.... Write ( "Row 1, cell 2." ); builder . EndRow (); // While...Upward ; builder . Write ( "Row 2, cell 1." ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Aspose::Words::Markup::CustomPart::get_IsExtern...

    Aspose::Words::Markup::CustomPart::get_IsExternal method. False if this custom part is stored inside the OOXML package. True if this custom part is an external target in C++....docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...get_PackageCustomParts () -> RemoveAt ( 2 ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Working with WBS Associated with Tasks | Aspose...

    Learn how to work with Microsoft Project (MPP/XML) WBS associated with tasks using Aspose.Tasks for C#.... Copy 1 // Read project 2 System ::String dataDir = Run...System::MakeObject < Project > (); 2 3 proj -> set_WBSCodeDefiniti...

    docs.aspose.com/tasks/cpp/wbs-associated-with-a...
  6. 在Excel工作簿内复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for C++在Excel工作簿中复制和移动工作表。...// Copy third worksheet (index 2) within the workbook worksheets...AddCopy ( worksheets . Get ( 2 ). GetName ()); // Save modified...

    docs.aspose.com/cells/zh/cpp/copy-and-move-work...
  7. Aspose::Words::Markup::CustomPart::get_Data met...

    Aspose::Words::Markup::CustomPart::get_Data method. Contains the data of this custom part in C++....docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...get_PackageCustomParts () -> RemoveAt ( 2 ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. Aspose::Words::TabStop::Equals method | Aspose....

    Aspose::Words::TabStop::Equals method. Compares with the specified TabStop in C++....TabLeader :: Dashes )); ASSERT_EQ ( 2 , tabStops -> get_Count ()); ASSERT_FALSE...Writeln ( u "Start \t Tab 1 \t Tab 2" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/tab...
  9. OutlineOptions.CreateMissingOutlineLevels | Asp...

    Discover how the CreateMissingOutlineLevels property in OutlineOptions enhances document exports by automatically generating missing outline levels for better organization....2" ); // Create a "PdfSaveOptions"...and no headings with levels of 2, 3, and 4. // The output PDF document...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 使用 Java 在演示文稿中管理图表数据系列|Aspose.Slides 文档

    了解如何在 Java 中管理 PowerPoint(PPT/PPTX)的图表系列,配合实用代码示例和最佳实践,以提升您的数据演示效果。...1, Series 2, 和 Series 3 ; 行为 Category 1, Category 2, Category...workBook . getCell ( 0 , 2 , 0 , "Category 2" )); chart . getChartData...

    docs.aspose.com/slides/zh/java/chart-series/