Sort Score
Result 10 results
Languages All
Labels All
Results 5,821 - 5,830 of 197,059 for

new

(0.31 sec)
  1. AbsolutePositionTab.Accept | Aspose.Words for .NET

    Discover the AbsolutePositionTab Accept method for seamless visitor engagement. Enhance your site’s interactivity and boost user satisfaction today!...DocumentToTxt () { Document doc = new Document ( MyDir + "Absolute...DocTextExtractor myDocTextExtractor = new DocTextExtractor (); Section...

    reference.aspose.com/words/net/aspose.words/abs...
  2. Create or Update PowerPoint Presentation Charts...

    Create chart in PowerPoint presentation in Java... Add new series and categories. Add some new chart data...PPTX file Presentation pres = new Presentation (); try { // Accesses...

    docs.aspose.com/slides/androidjava/create-chart/
  3. TextureAlignment | Aspose.Words for Java

    Specifies the alignment for the tiling of the texture fill in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  4. Insert Image using docx4j and Aspose.Words|Aspo...

    Add an image into a document easily and fast instead of using docx4j....The image to add File file = new File ( dataDir + "java_logo.png"...java . io . InputStream is = new java . io . FileInputStream (...

    docs.aspose.com/words/java/insert-image-using-d...
  5. 在 Ruby 中编辑 ShapeSheet 中的连接器几何部分|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.... new ( data_dir + "Drawing.vsd" )...'com.aspose.diagram.LineTo' ) . new \ # set X value line_to . getX...

    docs.aspose.com/diagram/zh/java/edit-connector-...
  6. FieldSeparator.Accept | Aspose.Words for .NET

    Discover how the FieldSeparator Accept method enhances visitor engagement and streamlines data processing for your applications....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldVisitor fieldVisitor = new FieldVisitor (); using ( IEnumerator...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldEnd.Accept | Aspose.Words for .NET

    Discover FieldEnd's Accept method—seamlessly engage visitors and enhance user experience with our innovative solutions. Unlock your site's potential today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldVisitor fieldVisitor = new FieldVisitor (); using ( IEnumerator...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Convert Mesh of a single 3D object in PLY file|...

    The overloaded EncodeMesh members exposed by the PlyFormat class can be used to convert the Mesh of a 3D object to PLY file. The EncodeMesh members take the Mesh, output file name and PlySaveOptions objects as parameters. Using the PLY save options, developers can change the name of coordinate components.... EncodeMesh ( new Cylinder (), "cylinder.ply" );...is ASCII PlySaveOptions opt = new PlySaveOptions ( FileContentType...

    docs.aspose.com/3d/net/convert-mesh-of-a-single...
  9. Create PDF using PHP via Java | Aspose.PDF

    This topic shows you how to use the Aspose.PDF API to easily generate and read PDF files in applications.... Create a new TextFragment object and set its...create PDF using PHP $document = new Document (); $page = $document...

    products.aspose.com/pdf/php-java/create/
  10. Add Pages in PDF with Python via C++|Aspose.PDF...

    This article teaches how to insert (add) a page at the desired location PDF file in Python using C++....saves the modified document as a new PDF file. To insert an empty...Open the PDF document Add a new blank page to the document Save...

    docs.aspose.com/pdf/python-cpp/add-pages/