Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 213,069 for

new

(0.17 sec)
  1. 档案

    档案... // 创建位图 Bitmap bitmap = new Bitmap(1000, 800, System.Drawing...path = new GraphicsPath(); // 添加多边形 path.AddPolygon(new Point[]...

    blog.aspose.com/zh/drawing/working-with-aspose-...
  2. 在 .NET 中管理演示文稿超链接|Aspose.Slides 文档

    轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接,使用 Aspose.Slides for .NET——在几分钟内提升互动性和工作流。...Presentation presentation = new Presentation ()) { IAutoShape...PortionFormat . HyperlinkClick = new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/zh/net/manage-hyperlinks/
  3. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...using (Workbook TemplateWB = new Workbook(dir + @"Test_09052025\Chart_Template...; List<string> PrintAreas = new() { "D137:O169", "D205:O237"...

    forum.aspose.com/t/incorrect-rendering-when-con...
  4. Extract Paragraph from PDF|Aspose.PDF for Andro...

    Learn how to extract specific paragraphs from a PDF document in Android/Java using Aspose.PDF for content extraction.... Document doc = new Document ( _dataDir + "input...ParagraphAbsorber absorber = new ParagraphAbsorber (); absorber...

    docs.aspose.com/pdf/androidjava/extract-paragra...
  5. 转换 XPS 文件 | .NET API 解决方案

    本文通过代码片段,对 Aspose.Page API 解决方案中包含的 XPS 到 PNG 转换功能进行了描述和演示。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/convert-xps/
  6. 在 PDF 中处理标题|Aspose.PDF for Java

    使用 Java 在 PDF 文档中创建标题编号。Aspose.PDF for Java 提供不同种类的编号样式。...ApplyNumberingStylei () { Document pdfDoc = new Document (); pdfDoc . getPageInfo...getPageInfo (). setMargin ( new MarginInfo ()); pdfDoc . getPageInfo...

    docs.aspose.com/pdf/zh/java/working-with-headings/
  7. ArrowType | Aspose.Words for Java

    Specifies the type of an arrow at a line end in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  8. 在 Java 中管理 PowerPoint 段落|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...Presentation 类 Presentation pres = new Presentation (); try { // 访问第一张幻灯片...IPortion port01 = new Portion (); IPortion port02 = new Portion ();...

    docs.aspose.com/slides/zh/androidjava/manage-pa...
  9. Exporting an excel file as to PDF file - Free S...

    We are facing an export an excel file content to the PDF file, which is taking longer period in processing. what are the constraint need to considered for downloading a file of PDF from an excel file...skip calculation) Workbook wb = new Workbook(@"C:\Input\largeFile...speed PdfSaveOptions pdfOpts = new PdfSaveOptions { // Stream the...

    forum.aspose.com/t/exporting-an-excel-file-as-t...
  10. BreakType enumeration | Aspose.Words for Python

    aspose.words.BreakType enumeration. Specifies type of a break inside a document....SECTION_BREAK_CONTINUOUS Specifies start of new section on the same page as the...SECTION_BREAK_NEW_COLUMN Specifies start of new section in the new column...

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