Sort Score
Result 10 results
Languages All
Labels All
Results 7,281 - 7,290 of 150,471 for

2

(0.67 sec)
  1. LaTeX math formulas rendering | Aspose.TeX for ...

    Aspose.TeX API solution for .NET LaTeX math formulas rendering is described in this article. Learn the code examples on how to use the functionality....LaTeX math formula to PNG image 2 3 // Create rendering options...x^{\color{red}1} + \frac{x^{\color{red}2}}{2} + \frac{x^{\color{red}3}}{6}...

    docs.aspose.com/tex/net/latex-math-formula-rend...
  2. Extra line break after page break - Free Suppor...

    Hi! I see an extra line break after a page break using Aspose 8.0. This means that the first line of text of the subsequent pages does not start at the same position as the first line on the first page. I have attached t…...ahmad May 16, 2013, 2:32am 2 Hi there, Thanks for your...

    forum.aspose.com/t/extra-line-break-after-page-...
  3. Repeat Table Header Rows on Pages|Aspose.Words ...

    Repeat a header row of a table on every page. Docx4j does not provide an opportunity to work with a header row.... writeln ( "Heading row 2" ); builder . endRow (); builder...(); builder . write ( "Column 2 Text" ); builder . endRow ();...

    docs.aspose.com/words/java/repeat-table-header-...
  4. Signature validation problems when converting f...

    Hello, I have an issue with multiple pdf signatures. My Aspose version is 22.5.0. The issue is that, when the original file is a .pdf, then the signatures get invalidated most of the time. So only the last one is valid…...Discourse September 29, 2025, 7:19am 2 @GregRus It appears you are encountering...asad.ali September 29, 2025, 2:37pm 4 @GregRus If possible, can...

    forum.aspose.com/t/signature-validation-problem...
  5. Forms2OleControlCollection Class | Aspose.Words...

    Discover the Aspose.Words.Drawing.Ole.Forms2OleControlCollection class, your solution for managing Forms2OleControl objects efficiently in document processing....That ( oleControlCollection [ 2 ]. Caption , Is . EqualTo ( "Delphi"...That ( oleControlCollection [ 2 ]. Value , Is . EqualTo ( "0"...

    reference.aspose.com/words/net/aspose.words.dra...
  6. AxisScaling.type property | Aspose.Words for Py...

    AxisScaling.type property. Gets or sets scaling type of the axis....'Series 1' , x_values = [ 1 , 2 , 3 , 4 , 5 ], y_values = [ 1...cover our X-value range (0, 1, 2, 3...). # A linear axis is not...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 图表数据标签|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中设置 PowerPoint 图表数据标签及距离...getCell ( defaultWorksheetInde , 2 , 1 , 0.5 )); series . getDataPoints...( defaultWorksheetInde , 0 , 2 , "Blues" ), chart . getType ());...

    docs.aspose.com/slides/zh/nodejs-java/chart-dat...
  8. Aspose::Words::Saving::TxtSaveOptions::get_Save...

    Aspose::Words::Saving::TxtSaveOptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can only be Text in C++....builder -> Writeln ( u "Paragraph 2." ); builder -> Write ( u "Paragraph...paragraph. \n\n\t " ) + u "Paragraph 2. End of paragraph. \n\n\t " +...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. RevisionsView | Aspose.Words for Java

    Allows to specify whether to work with the original or revised version of a document in Java....get(2).getListLabel().getLabelString());...assertEquals("a.", paragraphs.get(2).getListLabel().getLabelString());...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用 Java 在演示文稿中管理图表数据标签|Aspose.Slides 文档

    学习使用 Aspose.Slides for Java 在PowerPoint演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...getCell ( defaultWorksheetInde , 2 , 1 , 0 . 50 )); series . getDataPoints...( defaultWorksheetInde , 0 , 2 , "Blues" ), chart . getType ());...

    docs.aspose.com/slides/zh/java/chart-data-label/