Sort Score
Result 10 results
Languages All
Labels All
Results 4,771 - 4,780 of 213,115 for

new

(0.57 sec)
  1. Figure element image from memory, not disk - Fr...

    I am trying to create a tagged PDF programmatically that includes images that need alt text. I have been following the guides/references to get the taggedContent and create a figure element. My problem is that the SetI…...Create a new PDF document Document pdfDocument = new Document();...figure element Figure figure = new Figure(); // Assume 'imageStream'...

    forum.aspose.com/t/figure-element-image-from-me...
  2. PageSet Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.PageSet class for efficient document management. Easily define random page sets and enhance your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Table.styleOptions property | Aspose.Words for ...

    Table.styleOptions property. Gets or sets bit flags that specify how a table style is applied to this table....build a new table while applying a style. let doc = new aw . Document...Document (); let builder = new aw . DocumentBuilder ( doc ); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::StyleCollection::get_DefaultPara...

    Aspose::Words::StyleCollection::get_DefaultParagraphFormat method. Gets document default paragraph formatting in C++....// Set default parameters for new styles that we may later add...() -> set_Name ( u "Courier New" ); // If we add a style of the...

    reference.aspose.com/words/cpp/aspose.words/sty...
  5. 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
  6. 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/
  7. 图表|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...
  8. 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...
  9. 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...
  10. RtfSaveOptions.SaveImagesAsWmf | Aspose.Words f...

    Discover how the RtfSaveOptions SaveImagesAsWmf property enhances your document by saving all images as WMF for superior quality and compatibility....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...RtfSaveOptions rtfSaveOptions = new RtfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...