Sort Score
Result 10 results
Languages All
Labels All
Results 6,961 - 6,970 of 213,599 for

new

(0.43 sec)
  1. Pdf Table issue - Free Support Forum - aspose.com

    I am working with a Word document that contains a single table spanning four pages. Upon exporting the document to PDF, the table is rendered as four distinct tables—each appearing on a separate page. This behavior occur…...TableAbsorber absorber = new Aspose.Pdf.Text.TableAbsorber();...document using (var document = new Aspose.Pdf.Document(dataDir +...

    forum.aspose.com/t/pdf-table-issue/319066
  2. Merge SVG to PNG in C# | products.aspose.com

    Merge SVG to PNG in C#. Use .NET library API to combine SVG and PNG files...pres = new Presentation()) { ISvgImage svgImage = new SvgImage(...image); ISvgImage svgImage2 = new SvgImage( "doc.svg" ); IPPImage...

    products.aspose.com/slides/net/merger/svg-to-png/
  3. VbaModule.name property | Aspose.Words for Python

    VbaModule.name property. Gets or sets VBA project module name.... source_code } \n ' ) # Set new source code for VBA module. You...aw . Document () # Create a new VBA project. project = aw . vba...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Table Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Table class to easily create and manage tables in Word documents, enhancing your document's layout and functionality....DocumentBase ) Initializes a new instance of the Table class....Document doc = new Document (); Table table = new Table ( doc );...

    reference.aspose.com/words/net/aspose.words.tab...
  5. 图表|Aspose.Slides 文档

    使用 C# 和 Aspose.Slides 创建和自定义图表:添加数据、设置系列、坐标轴和标签的格式、切换图表类型并导出—支持 PPT、PPTX 和 ODP。...Add_Chart () { using var pres = new Presentation (); // 在第一张幻灯片上添加一个简单的柱形图...Access_Chart () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/zh/net/examples/elements...
  6. FontFallbackSettings.LoadNotoFallbackSettings |...

    Discover how to enhance your typography with the FontFallbackSettings LoadNotoFallbackSettings method, using Google Noto fonts for seamless text display....FontSettings fontSettings = new FontSettings (); // These are..."Noto Sans" ; Document doc = new Document (); doc . FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  7. Generate Han Xin Code Barcodes in C#|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... using ( var bg = new BarcodeGenerator ( EncodeTypes..."abc123全ň全漄灟漄灟螅全ň螅螅螅" ; using ( var bg = new BarcodeGenerator ( EncodeTypes...

    docs.aspose.com/barcode/net/hanxin-code-barcodes/
  8. Encrypt and Decrypt ODS Files with JavaScript v...

    Password‑protect and encrypt ODS files using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/encrypt-an...
  9. Manage Presentation Themes in PHP|Aspose.Slides...

    Master presentation themes in Aspose.Slides for PHP via Java to create, customize and convert PowerPoint files with consistent branding....applying new colors for the theme. To allow you select a new theme...accent color for a theme: $pres = new Presentation (); try { $shape...

    docs.aspose.com/slides/php-java/presentation-th...
  10. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it excel equivalent. Code used to generate the output: using (Workbook TemplateWB = New Workbook(dir + @"\T…...using (Workbook TemplateWB = new Workbook(dir + @"\Test_05142025\Chart_Template...ImageOrPrintOptions options = new ImageOrPrintOptions { OnePagePerSheet...

    forum.aspose.com/t/labels-in-charts-are-positio...