Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 12,757 for

fill

(0.1 sec)
  1. Convert PPT to PPTX in PHP|Aspose.Slides for PH...

    Convert legacy PPT presentations to modern PPTX fast with Aspose.Slides for PHP via Java — clear tutorial, free code samples, no Microsoft Office dependency....having textures and pictures fill styles for auto-shapes. Convert...

    docs.aspose.com/slides/php-java/convert-ppt-to-...
  2. Aspose.PDF for PHP via Java - Create, Merge, Mo...

    PHP wrapper to generate edit and parse PDF files based on Java. Library converts PDF to multiple formats including DOC, DOCX, XLS, XLSX, PPTX HTML and images...Merge pages Extract PDF Metadata Fill and extract AcroForms Add attachments...

    products.aspose.com/pdf/php-java/
  3. vertical_choicebox|Documentation

    Vertical_choicebox element generates a vertical question block with multiple answers and an optional write-in field....values require a more solid fill and may cause pencil marks or...

    docs.aspose.com/omr/net/txt-markup/vertical_cho...
  4. 使用 Python 管理演示文稿图表中的标注|Aspose.Slides for Python 文档

    使用简洁的代码示例在 Aspose.Slides for Python .NET 中创建和样式化标注,兼容 PPT、PPTX 和 ODP,以自动化演示文稿工作流程。... fill . fill_type = slides . FillType...dataPoint . format . line . fill_format . fill_type = slides . FillType...

    docs.aspose.com/slides/zh/python-net/callout/
  5. Python: words and barcode-for-python-via-net as...

    I’m attempting to use aspose-barcode-for-python-via-net==25.8 and aspose-words==25.10.0 (both are the latest versions) in a project. I’m running on MacOS with python version 3.13 in my venv. When I try to execute my sc…...text((10, 40), error, font=font, fill=(255, 0, 0)) # Save image to...

    forum.aspose.com/t/python-words-and-barcode-for...
  6. Add Charts to PPTX Presentations using Java | p...

    Add charts to PPTX presentations in Java. Use Aspose.Slides for Java to create chart series, categories, data labels, and formatting....Populate series data and set series fill colors. Create custom data labels...

    products.aspose.com/slides/java/chart/pptx/
  7. Environment Configuration – Aspose.SVG for .NET

    Learn how to create a custom theme, runtime service or web request network service and adapt them to environments where the application runs....= "circle { fill:silver; }\r\n" + 19 "text { fill:DarkCyan; font-size:3em;...userAgentService.UserStyleSheet = "circle { fill: silver; }" . Custom fonts are...

    docs.aspose.com/svg/net/environment-configuration/
  8. 将 SVG 转换为 PNG – C# 代码和在线转换器

    使用 Aspose.HTML for .NET 将 SVG 转换为 PNG。在 C# 示例中考虑各种 SVG 到 PNG 的转换方案。尝试在线 SVG 转换器。...cx ='100' cy ='100' r ='60' fill='none' stroke='red' stroke-width='10'...property sets the color that will fill the background. By default,...

    docs.aspose.com/html/zh/net/convert-svg-to-png/
  9. 在 PHP 中管理演示文稿背景|Aspose.Slides for PHP 文档

    了解如何使用 Aspose.Slides for PHP via Java 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并提供代码技巧以提升您的演示效果。...== FillType :: Solid ) echo "Fill color: " . $effBackground ->...getSolidFillColor () . " \n " ; else echo "Fill type: " . $effBackground ->...

    docs.aspose.com/slides/zh/php-java/presentation...
  10. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document document, HeaderFooter header, String htmlContent) throws Exception { …...setVisible(false); // No background fill // ★ CRITICAL: Configure TextBox...setVisible(false); // No background fill // ★ CRITICAL: Configure TextBox...

    forum.aspose.com/t/topic/324972