Sort Score
Result 10 results
Languages All
Labels All
Results 8,031 - 8,040 of 159,397 for

2

(0.32 sec)
  1. Aspose::Words::ParagraphFormat::get_PageBreakBe...

    Aspose::Words::ParagraphFormat::get_PageBreakBefore method. True if a page break is forced before the paragraph in C++....builder -> Writeln ( u "Paragraph 2." ); auto layoutCollector = System...idx_get ( 0 ))); ASSERT_EQ ( 2 , layoutCollector -> GetStartPageIndex...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. Aspose::Words::Drawing::Charts::ChartLegend::ge...

    Aspose::Words::Drawing::Charts::ChartLegend::get_Position method. Specifies the position of the legend on a chart in C++....get_Name ()); ASSERT_EQ ( u "Series 2" , chart -> get_Series () -> idx_get...-> get_Series () -> idx_get ( 2 ) -> get_Name ()); // Move the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose设置的时间格式失效 - Free Support Forum - aspose.com

    aspose设置的时间格式失效 时间格式设置为yyyy-MM-dd.png (72.1 KB) 时间格式未生效.png (46.4 KB)...com January 2, 2026, 8:10am 1 aspose设置的时间格式失效...Professionalize.Discourse January 2, 2026, 8:11am 2 @feng.qun.zhu.avaryholding...

    forum.aspose.com/t/aspose/323962
  4. BookmarkCollection.Item | Aspose.Words for .NET

    Discover the BookmarkCollection Item property, effortlessly retrieve bookmarks by index for streamlined navigation and enhanced user experience....BookmarkCollection indexer (1 of 2) Returns a bookmark at the specified...example -1 means the last item, -2 means the second before last and...

    reference.aspose.com/words/net/aspose.words/boo...
  5. Word to Pdf:Document Format - Free Support Foru...

    I’ve noticed inconsistencies in paragraph formatting when converting some documents to PDF. For example, text that’s on the second line in Word becomes the third line in PDF; in extreme cases, a one-page document becomes…...zhq November 12, 2025, 2:35am 1 I’ve noticed inconsistencies...Discourse November 12, 2025, 2:39am 2 @serendipity.zhq Summary When...

    forum.aspose.com/t/word-to-pdf-document-format/...
  6. Streaming-like responses|Documentation

    Aspose.LLM for .NET does not expose token streaming. This page documents the limitation, the workarounds, and the patterns that deliver a responsive user experience without streaming....Medium replies (256 tokens) — ~2-3 seconds. Long replies (1024...not need streaming feedback. 2. Break long tasks into smaller...

    docs.aspose.com/llm/net/use-cases/streaming-lik...
  7. ChartSeries class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeries class. Represents chart series properties...toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataLabels . at ( 2 ); dataLabel . format . fill ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 关于更新目录域的问题 - Free Support Forum - aspose.com

    如附件所示,test.doc是我的测试文档,问题是目录的页码和内容中的页码实际不一致,需要手动选中目录更新域,expect.doc是我的期望文档help.zip (171.8 KB)...hafeez September 25, 2019, 7:56am 2 @liyong199466 , 你是对的。 以下代码无法产生预期的输出:...awais.hafeez September 25, 2019, 2:17pm 4 @liyong199466 , 您的问题当前正在等待分析,并且正在排队。...

    forum.aspose.com/t/topic/202846
  9. Export Word bookmarks to PDF with valid actions...

    I created a Word document and added bookmarks using the native Word feature: Insert → Bookmark. Then, I process the document with Aspose.Words and save it as a PDF. Here’s the code I’m using: var reportBuildOptions = …...abhishekouta August 28, 2025, 2:15pm 1 I created a Word document...Discourse August 28, 2025, 2:15pm 2 @abhishekouta To ensure that...

    forum.aspose.com/t/export-word-bookmarks-to-pdf...
  10. HTML Template – C# Examples – Aspose.HTML for .NET

    Learn how to populate an HTML template from XML or JSON data sources using Aspose.HTML for .NET and consider C# examples to illustrate this feature....XML Data Source Copy 1 < Data > 2 < FirstName >John</ FirstName... Copy 1 < table border = 1 > 2 < tr > 3 < th >Person</ th > 4...

    docs.aspose.com/html/net/html-template/