Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 165,057 for

new

(0.15 sec)
  1. Convert HTML To Markdown C#

    Convert HTML to Markdown format in C# code. Save HTML as Markdown using C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/net/conversion/html-t...
  2. Control Barcode Image Quality in PHP|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....Instantiate barcode object $bb = new BarCodeBuilder (); \ # Set the...Anti Alias $imageQualityMode = new ImageQualityMode (); $bb -> setImageQuality...

    docs.aspose.com/barcode/java/control-barcode-im...
  3. 在PDF中使用链接注释|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从PDF文档中添加、获取和删除链接注释。...document using ( var document = new Aspose . Pdf . Document ( dataDir...text fragments var regEx1 = new Regex ( @"Link Annotation Demo...

    docs.aspose.com/pdf/zh/net/link-annotations/
  4. Font.SizeBi | Aspose.Words for .NET

    Adjust the font size in points for right-to-left documents effortlessly. Enhance readability and design with our easy-to-use Font SizeBi property!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Courier New" ; builder . Font . Size = 16...

    reference.aspose.com/words/net/aspose.words/fon...
  5. Font.localeIdBi property | Aspose.Words for Nod...

    Font.localeIdBi property. Gets or sets the locale identifier (language) of the formatted right-to-left characters....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . name = "Courier New" ; builder . font . size = 16...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Add SolutionXML Element to the Visio Drawing in...

    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....instance of Diagram $diagram = new Diagram ( $dataDir . "drawing...SolutionXML object $solution_xml = new SolutionXML (); \ # set name...

    docs.aspose.com/diagram/java/add-solutionxml-el...
  7. ChartFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.ChartFormat class for advanced chart element styling. Enhance your documents with professional, customizable chart designs....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Manage Hyperlinks|Aspose.Slides Documentation

    Add hyperlink to a PowerPoint Presentation in C# or .NET...Presentation presentation = new Presentation ()) { IAutoShape...PortionFormat . HyperlinkClick = new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/net/manage-hyperlinks/
  9. 图片|Aspose.Slides 文档

    使用 Java 在 PowerPoint 演示文稿中处理图像。使用 Java 从磁盘或网络向 PowerPoint 幻灯片添加图像。使用 Java 向幻灯片母版或作为幻灯片背景添加图像。使用 Java 向 PowerPoint 演示文稿添加 SVG。使用 Java 将 SVG 转换为 PowerPoint 中的形状。使用 Java 在幻灯片中添加 EMF 图像。...示例代码展示了如何将图像添加到幻灯片: Presentation pres = new Presentation (); try { ISlide...Java 中的幻灯片: Presentation pres = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/androidjava/image/
  10. 图表坐标轴|Aspose.Slides 文档

    使用 C# 或 .NET 编辑 PowerPoint 图表坐标轴...using ( Presentation pres = new Presentation ()) { Chart chart...using ( Presentation pres = new Presentation ()) { IChart chart...

    docs.aspose.com/slides/zh/net/chart-axis/