Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 213,031 for

new

(0.18 sec)
  1. ShapeRenderer | Aspose.Words for .NET

    Discover the ShapeRenderer constructor to easily create and customize shapes in your projects, enhancing visual appeal and functionality....ShapeRenderer constructor Initializes a new instance of this class. public...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.ren...
  2. Make DOCX Using Java

    Make a New DOCX in Java in a few steps. Easily create DOCX using Java library....the following example: Make a new DOCX using Java Copy Examples...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    products.aspose.com/words/java/make/docx/
  3. ImportFormatOptions.IgnoreTextBoxes | Aspose.Wo...

    Discover how the ImportFormatOptions IgnoreTextBoxes property enhances your document formatting by controlling textbox content. Optimize with ease today!...dstDoc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document srcDoc = new Document (); builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/imp...
  4. Resize EPS using Java API Solution

    Resize EPS functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/resize-eps/
  5. 档案

    档案...Diagram diagram = new Diagram(); // Initiazlie a new PointF PointF[]...ps = new PointF[] { new PointF(1, 1), new PointF(2, 2), new PointF(3...

    blog.aspose.com/zh/diagram/draw-shapes-in-page-...
  6. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveOptions PageSet property to customize your document rendering. Control which pages to save for optimized output. Explore now!... Document doc = new Document ( MyDir + "Images.docx"...ImageSaveOptions imageOptions = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  7. MathText|Aspose.Slides 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....Add_Math_Text () { using var pres = new Presentation (); var slide =...fraction: x / y var fraction = new MathematicalText ( "x" ). Divide...

    docs.aspose.com/slides/net/examples/elements/ma...
  8. Quick Tips|Aspose.PDF for Java

    Boost your productivity with quick tips for Aspose.PDF for Java. Learn time-saving techniques and essential tricks....document = null ; try { document = new Document (); document . getPages...JavascriptAction javaScript = new JavascriptAction ( "this.print({bUI:true...

    docs.aspose.com/pdf/java/quick-tips/
  9. Rotate Text Inside PDF|Aspose.PDF for Java

    Learn how to rotate text inside a PDF document, providing flexibility in document layout using Aspose.PDF for Java...object Document pdfDocument = new Document (); // Get particular...TextFragment textFragment1 = new TextFragment ( "main text" );...

    docs.aspose.com/pdf/java/rotate-text-inside-pdf/
  10. PDF Highlights Annotation|Aspose.PDF for Java

    标记注释在文档的文本中以高亮、下划线、删除线或波浪下划线的形式呈现。...加载PDF文件 Document document = new Document ( _dataDir + "sample...); TextFragmentAbsorber tfa = new TextFragmentAbsorber ( "PDF"...

    docs.aspose.com/pdf/zh/java/highlights-annotation/