Sort Score
Result 10 results
Languages All
Labels All
Results 6,431 - 6,440 of 159,267 for

2

(0.61 sec)
  1. MathText|Aspose.Slides for Python Documentation

    Work with math text in Python using Aspose.Slides: create and edit equations, fractions, radicals, scripts, formatting, and render results for PPT and PPTX.... set_superscript ( "2" ) . join ( "=" ) . join ( slides...( "a" ) . set_superscript ( "2" )) . join ( "+" ) . join ( slides...

    docs.aspose.com/slides/python-net/examples/elem...
  2. ParagraphFormat.drop_cap_position property | As...

    ParagraphFormat.drop_cap_position property. Gets or sets the position for a drop cap text....writeln ( 'Bulleted list item 2.' ) builder . paragraph_format...writeln ( 'Numbered list item 2.' ) builder . writeln ( 'Numbered...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Section::PrependContent method |...

    Aspose::Words::Section::PrependContent method. Inserts a copy of content of the source section at the beginning of this section in C++....builder -> Write ( u "Section 2" ); builder -> InsertBreak ( Aspose...get_Sections () -> idx_get ( 2 ); ASSERT_EQ ( System :: String...

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. Java aspose.word 24 中文标点符号字体设置不生效 - Free Suppor...

    我们目前的需求是中文的标点符号需要根据当前段落汉字的字体而变化。比如当前段落汉字时宋体,那么就需要中文的标点符号都是宋体,结果标点符号全部变成了Times New Roman。 builder.getFont().setNameAscii("Times New Roman"); builder.getFont().setNameFarEast("宋体"); builder.writeln("中文内容包含“中文标点‘符号’,开始”,就是…...words-java yangxiong0301 June 2, 2026, 8:18am 1 我们目前的需求是中文的标点...; alexey.noskov June 2, 2026, 8:46am 2 @yangxiong0301 请提供您当前和预期的输出结果(您可以在...

    forum.aspose.com/t/java-aspose-word-24/329177
  5. 用C++实现Z轴|Documentation

    学习如何操作Aspose.Cells for C++中的Z轴。我们的指南将帮助您了解如何配置和定制Z轴,包括其比例和标签,以增强您的图表效果。... PutValue ( 2 ); worksheet . GetCells (). Get...(). Get ( u "B2" ). PutValue ( 2 ); worksheet . GetCells (). Get...

    docs.aspose.com/cells/zh/cpp/z-axis/
  6. Aspose.Imaging for .NET — CDR rendering produce...

    Product: Aspose.Imaging for .NET Versions tested: 25.12.0 and 26.6.0 — both reproduce the issue Target framework: .NET Framework 4.8 (net40 assembly in use) OS: Windows License: Aspose.Total for .NET (valid; subscription…...sidenko June 22, 2026, 1:57pm 2 Hello @perfectdata.techno We regret...evgeniy.sidenko June 26, 2026, 2:40pm 3 @perfectdata.techno We...

    forum.aspose.com/t/aspose-imaging-for-net-cdr-r...
  7. ThemeColors class | Aspose.Words for Python

    aspose.words.themes.ThemeColors class. Represents the color scheme of the document theme which contains twelve colors....accent2 Specifies color Accent 2. accent3 Specifies color Accent...1. dark2 Specifies color Dark 2. followed_hyperlink Specifies...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HtmlSaveOptions.ExportTocPageNumbers | Aspose.W...

    Control TOC page numbers in HTML, MHTML, and EPUB exports with HtmlSaveOptions. Enhance navigation and user experience effortlessly!... Writeln ( "Entry 2" ); builder . InsertBreak ( BreakType...8pt\">.......span>" + "<span>2</span>" + "</p>" ), Is . True...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Create a Waterfall Chart with Legend Customizat...

    Hi Team, Could you please share the code snippet to render a waterfall chart for the below data using Aspose Slides Java version 25.6 ? Period Savings PrevYear -9 January 1 February 3 March 4 April -3 …...February 3 March 4 April -3 May 2 June 7 July 3 August 6 YTD 23...alone without hiding the other 2 legends. Sharing the ppt file...

    forum.aspose.com/t/create-a-waterfall-chart-wit...
  10. 在 .NET 中向演示文稿图表添加趋势线|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 图表中快速添加和自定义趋势线——实用指南,帮助您吸引观众。... 为图表系列 2 添加对数趋势线。 为图表系列 2 添加移动平均趋势线。 为图表系列 3 添加多项式趋势线。... Color = Color . Red ; // 为第 2 系列添加对数趋势线 ITrendline tredLineLog...

    docs.aspose.com/slides/zh/net/trend-line/