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

2

(0.14 sec)
  1. Aspose::Words::TextOrientation enum | Aspose.Wo...

    Aspose::Words::TextOrientation enum. Specifies orientation of text on a page, in a table cell or a text frame in C++....builder -> Write ( u "Row 1, cell 2." ); builder -> EndRow (); //...); builder -> Write ( u "Row 2, cell 1." ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/tex...
  2. ChartDataPoint class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Emphasize the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Pages in PostScript | .NET

    How to add pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...following code snippet creates a 2-paged PS document in 8 steps:...with default options. Create a 2-paged PsDocument with an already...

    docs.aspose.com/page/net/ps/working-with-pages/
  4. TxtSaveOptionsBase.export_headers_footers_mode ...

    TxtSaveOptionsBase.export_headers_footers_mode property. Specifies the way headers and footers are exported to the text formats... writeln ( 'Page 2' ) builder . insert_break ( aw...'Page 1 { new_line } ' + f 'Page 2 { new_line } ' + f 'Page 3 { new_line...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Doc Insertion Issue in Doc - Free Support Forum...

    Hi, As I am using below code to insert doc file into a parent doc. Document document1 = new Document(); DocumentBuilder builder = new DocumentBuilder(document1); string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx"; Do…...Family words-net RiteshAML10 May 2, 2025, 11:29am 1 Hi, As I am using...Professionalize.Discourse May 2, 2025, 11:30am 2 @RiteshAML10 It seems...

    forum.aspose.com/t/doc-insertion-issue-in-doc/3...
  6. EndnoteOptions.restartRule property | Aspose.Wo...

    EndnoteOptions.restartRule property. Determines when automatic numbering restarts.... write ( "Text 2. " ); builder . insertFootnote...FootnoteType . Footnote , "Footnote 2." ); builder . insertBreak ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 如何使用Node.js通过C++创建动态滚动图表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++创建动态滚动图表。我们的逐步指南将演示如何在您的图表中实现平滑数据过渡和自动滚动,确保连续且更新的显示效果。...cellA = `A ${ i + 2 } ` ; const cellB = `B ${ i + 2 } ` ; sheet ....cellB ). putValue ( 50 * ( i % 2 ) + 20 * ( i % 3 ) + 10 * Math...

    docs.aspose.com/cells/zh/nodejs-cpp/create-dyna...
  8. 通过HTML设置单元格值以显示项目符号,使用C++|Documentation

    使用HTML和易于使用的Aspose.Cells for C++ API为Excel单元格添加项目符号。...0pt;color:#009DD9;mso-font-charset:2;'>l</font>" u "<font style='f...:top;text-align:left;'> Text 2 </font>" u "<font style='font...

    docs.aspose.com/cells/zh/cpp/display-bullets-by...
  9. FootnoteOptions.restart_rule property | Aspose....

    FootnoteOptions.restart_rule property. Determines when automatic numbering restarts.... write ( 'Text 2. ' ) builder . insert_footnote...FOOTNOTE , footnote_text = 'Footnote 2.' ) builder . insert_break ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_ShowSeriesName method. Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart. true to show the series name; false to hide. By default false in C++....get_Name ()); ASSERT_EQ ( u "Series 2" , chart -> get_Series () -> idx_get...-> get_Series () -> idx_get ( 2 ) -> get_Name ()); // Apply data...

    reference.aspose.com/words/cpp/aspose.words.dra...