Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 213,026 for

new

(0.18 sec)
  1. Edit HTML in C# | products.aspose.com

    Edit HTML in C#. Use .NET library API to edit HTML file...edit an HTML doc by adding a new line of text to it. Edit HTML...Slides for .NET , you can add a new line of text to an HTML document...

    products.aspose.com/slides/net/editor/html/
  2. 在 Java 中管理演示文稿批注|Aspose.Slides 文档

    使用 Aspose.Slides for Java 轻松快速地在 PowerPoint 文件中添加、读取、编辑和删除演示文稿批注。...Presentation 类 Presentation pres = new Presentation (); try { // 添加空白幻灯片...设置批注的位置 Point2D . Float point = new Point2D . Float ( 0 . 2f , 0...

    docs.aspose.com/slides/zh/java/presentation-com...
  3. WatermarkerContext.ImageWatermarkOptions | Aspo...

    Discover customizable text watermark options with WatermarkerContext to enhance your images and protect your brand's identity effectively....WatermarkerContext watermarkerContext = new WatermarkerContext (); watermarkerContext...using ( FileStream streamIn = new FileStream ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.low...
  4. 将JPG转换为PDF|Aspose.PDF for Android via Java

    了解如何轻松将JPG图像转换为PDF文件。此外,您还可以将图像转换为与页面具有相同高度和宽度的PDF。...convertJPEGtoPDF () { // 初始化文档对象 document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    docs.aspose.com/pdf/zh/androidjava/convert-jpg-...
  5. SignatureLine | Aspose.Words for Java

    Provides access to signature line properties in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...SignatureLineOptions options = new SignatureLineOptions(); { options...

    reference.aspose.com/words/java/com.aspose.word...
  6. OdtSaveOptions.MeasureUnit | Aspose.Words for .NET

    Customize your document's MeasureUnit with OdtSaveOptions. Choose your preferred measurement units for precision—default is Centimeters.... Document doc = new Document ( MyDir + "Rendering...OdtSaveOptions saveOptions = new OdtSaveOptions { MeasureUnit...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Font.sizeBi property | Aspose.Words for Node.js

    Font.sizeBi property. Gets or sets the font size in points used in a right-to-left document....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...
  8. Create a Presentation Viewer in Java|Aspose.Sli...

    Create a custom presentation viewer in Java using Aspose.Slides. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....Presentation presentation = new Presentation ( "sample.pptx"...FileOutputStream svgStream = new FileOutputStream ( "output.svg"...

    docs.aspose.com/slides/java/presentation-viewer/
  9. AxisScaling.Type | Aspose.Words for .NET

    Discover the AxisScaling Type property to easily customize your axis scaling. Enhance your data visualization with flexible settings for optimal clarity....is allowed in MS Office 2016 new charts. Examples Shows how to...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  10. PdfException during Xml to Pdf conversion - Fre...

    Hello, I am trying to convert Xml to Pdf using below aspose code but encountering an exception. Code I am using: try (final com.aspose.pdf.Document document = New com.aspose.pdf.Document();) { final com.as…...Document document = new com.aspose.pdf.Document();) {...PdfSaveOptions pdfSaveOptions = new com.aspose.pdf.PdfSaveOptions();...

    forum.aspose.com/t/pdfexception-during-xml-to-p...