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

2

(0.11 sec)
  1. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for С++ for more engaging slides....( defaultWorksheetInde , 0 , 2 , ObjectExt :: Box < System ::...:: String > ( u "Series 2" )), chart -> get_Type ()); // Takes...

    docs.aspose.com/slides/cpp/chart-data-label/
  2. Aspose::Words::Fields::FieldCollection::Remove ...

    Aspose::Words::Fields::FieldCollection::Remove method. Removes the specified field from this collection and from the document in C++.... fields -> get_Count ()); // 2 - Get the collection to remove...an index: fields -> RemoveAt ( 2 ); ASSERT_EQ ( 3 , fields -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. 保存 SVG 文档 – C# – Aspose.SVG for .NET

    在本文中,您将了解如何使用 Aspose.SVG for .NET 库将 SVG 文档保存到文件、内存流、ZIP 存档或 Url。... Svg ; 2 using System. IO ; Copy 1 // Save...Save SVG to file using C# 2 3 // Prepare a path to save an SVG...

    docs.aspose.com/svg/zh/net/save-svg-document/
  4. Fonts usage in Aspose.Words on Windows - Free S...

    I want to clarify a few things about using non-standard fonts on Windows. The documentation says that only the default instance is supported for ‘OpenType Font Variations’. I attached a sample of the font. a) Is tha…...2 KB) Professionalize.Discourse...Discourse March 14, 2025, 6:53pm 2 @licenses Could you please specify...

    forum.aspose.com/t/fonts-usage-in-aspose-words-...
  5. 不同的文件,设置cellshelper.dpi=120后再设置相同列宽,结果不一致 - Fre...

    不同的文件(一个是已存在文件,一个是使用aspose.cells生成的),设置cellshelper.dpi=120后再设置相同列宽,结果不一致。原因是什么?如何让test1.xlsm可以按照设置的DPI,设置列宽? public static void Run5() { CellsHelper.DPI = 120; string file_path1 = "C:\\Users\\jlt\\Documents\\test1.xl…...SetColumnWidthInch(2, 6.03); workbook.Save(file_path1);...sheet2.Cells.SetColumnWidthInch(2, 6.03); workbook2.Save(file_path2);...

    forum.aspose.com/t/cellshelper-dpi-120/322191
  6. Does Aspose.Words MailMerge feature support com...

    I am looking to evaluate the Aspose.Words library, specifically looking at the MailMerge feature. The core requirement that I have is I need to build completely dynamic tables, where the number of rows and number of col…... It will be a minimum of 2 and up to a maximum of 12. Alternatively...Discourse November 25, 2025, 7:26pm 2 @bpieslak Summary Aspose.Words...

    forum.aspose.com/t/does-aspose-words-mailmerge-...
  7. Comparison and fetching coordinates using aspos...

    I am trying to compare two documents(docx,pdf) and get the coordinates of the changes in the initial documents. How can this be achieved? Can I get the coordinates of the changes from the pdf? Is docx to pdf conversion…...Discourse August 13, 2025, 7:18am 2 @Likitha_T Sure, I can help you..." + height); } } } } Question 2: Is DOCX to PDF conversion highly...

    forum.aspose.com/t/comparison-and-fetching-coor...
  8. Update Links in PDF|Aspose.PDF for Java

    Update links in PDF programmatically. This guide is about how to update links in PDF in Java language.... Using 2 means page will be displayed in...XYZExplicitDestinati ( 1 , 1 , 2 , 2 )); // Save the document with...

    docs.aspose.com/pdf/java/update-links/
  9. FieldIndex.sequence_separator property | Aspose...

    FieldIndex.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and page numbers....and this XE field is on page 2, along with the custom separators...and "MySequence at 1 on page 2" on the right. index_entry = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ListFormat.list property | Aspose.Words for Python

    ListFormat.list property. Gets or sets the list this paragraph is a member of....'Level ' + str ( i )) i += 1 # 2 - A bulleted list: # This list...writeln ( 'Bulleted list item 2.' ) builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...