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

new

(0.29 sec)
  1. 在 Android 上自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Android 通过 Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、圆角、复合形状。...代码展示了如何向形状添加自定义点: Presentation pres = new Presentation (); try { GeometryShape...代码展示了如何从形状中移除点: Presentation pres = new Presentation (); try { GeometryShape...

    docs.aspose.com/slides/zh/androidjava/custom-sh...
  2. Aspose::Words::Vba::VbaProject::get_Name method...

    Aspose::Words::Vba::VbaProject::get_Name method. Gets or sets VBA project name in C++....()) << std :: endl ; } // Set new source code for VBA module. You...:: Document > (); // Create a new VBA project. auto project = System...

    reference.aspose.com/words/cpp/aspose.words.vba...
  3. Extract Images from PDF|Aspose.PDF for PHP via ...

    How to extract a part of the image from PDF using Aspose.PDF for PHP...the PDF document $document = new Document ( $inputFile ); // Get...get_Item ( 1 ); // Create a new FileOutputStream object to save...

    docs.aspose.com/pdf/php-java/extract-images-fro...
  4. Create PDF using .NET | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for .NET API to easily generate and read PDF files in .NET applications.... Create a new TextFragment object and set its..."hello-world.pdf" ); var pdfDocument = new Aspose . Pdf . Document (); var...

    products.aspose.com/pdf/net/create/
  5. Working with Footers in NPOI|Aspose.Words for .NET

    Work with footers in a document easily and fast instead of using NPOI in C#....document: C# Document wordDocument = new Document ( "Convert Word Doc...XWPFDocument wordDocument = new XWPFDocument ( new FileStream ( "Working...

    docs.aspose.com/words/net/working-with-footers-...
  6. PdfSaveOptions.zoomFactor property | Aspose.Wor...

    PdfSaveOptions.zoomFactor property. Gets or sets a value determining zoom factor (in percentages) for a document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...value of 25%. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DetectAreasMode.CURVED_TEXT|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.CURVED_TEXT algorithm....detection algorithm: AsposeOCR api = new AsposeOCR (); RecognitionSettings...RecognitionSettings recognitionSettings = new RecognitionSettings (); recognitionSettings...

    docs.aspose.com/ocr/java/areas-detection/curved...
  8. PdfTextCompression Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfTextCompression enum for efficient PDF content compression, enhancing file size and performance while preserving quality....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  9. FieldOptions.IsBidiTextSupportedOnUpdate | Aspo...

    Discover if bidirectional text support is enabled in FieldOptions. Easily manage text updates for enhanced multilingual functionality....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "עֶשְׂרִים" , "שְׁלוֹשִׁים"...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Extracting text from invoices|Documentation

    How to digitize scanned invoices by automatically extracting text from them.... AsposeOCR api = new AsposeOCR (); // Add images to...recognition batch OcrInput input = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/recognition/invoice/