Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 214,446 for

new

(0.22 sec)
  1. 使用 C# 添加图形注释|Aspose.PDF for .NET

    本文描述了如何从 PDF 文档中添加、获取和删除图形注释 Aspose.PDF for .NET...document using ( var document = new Aspose . Pdf . Document ( dataDir...Annotation var lineAnnotation = new Aspose . Pdf . Annotations ....

    docs.aspose.com/pdf/zh/net/figures-annotation/
  2. SaveOptions.Dml3DEffectsRenderingMode | Aspose....

    Discover the SaveOptions Dml3DEffectsRenderingMode property to easily control 3D effect rendering for enhanced visual quality in your applications.... Document doc = new Document ( MyDir + "DrawingML...RenderCallback warningCallback = new RenderCallback (); doc . WarningCallback...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Aspose.Tasks for .NET: MPP export loses Outline...

    Hello Aspose Support Team, I have encountered a significant issue when creating hierarchical OutlineCode definitions programmatically and saving the project to MPP format. While the hierarchy is correctly preserved in X…...save/reload (Project → Save(Mpp) → new Project(file)). In MS Project...{ var project = new Project(); var def = new OutlineCodeDefinitio...

    forum.aspose.com/t/aspose-tasks-for-net-mpp-exp...
  4. Update Links in PDF|Aspose.PDF for Java

    Update links in PDF programmatically. This guide is about how to update links in PDF in Java language....PDF file Document document = new Document ( _dataDir + "UpdateLinks...goToAction . setDestination ( new XYZExplicitDestinati ( 1 , 1...

    docs.aspose.com/pdf/java/update-links/
  5. PDF文本注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您添加、获取和删除PDF文档中的文本注释。...加载 PDF 文件 Document document = new Document ( _dataDir + "sample...get_Item ( 1 ); Rectangle rect = new Rectangle ( 200 , 750 , 400 ...

    docs.aspose.com/pdf/zh/java/text-annotation/
  6. Document.Compare | Aspose.Words for .NET

    Effortlessly compare documents with our Document Compare tool. Identify edits and format changes quickly for streamlined revisions and enhanced collaboration....docOriginal = new Document (); DocumentBuilder builder = new DocumentBuilder...Document docEdited = new Document (); builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  7. TextColumnCollection | Aspose.Words for Java

    A collection of TextColumn objects that represent all the columns of text in a section of a document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  8. IFieldUpdateCultureProvider.GetCulture | Aspose...

    Discover the IFieldUpdateCultureProvider's GetCulture method, which efficiently returns a CultureInfo object for seamless field updates....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . FieldUpdateCulturePr = new FieldUpdateCulturePr (); FieldTime...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Dilation|Documentation

    How to make characters in an image thicker to improve recognition accuracy.... AsposeOCR api = new AsposeOCR (); // Make text thicker...PreprocessingFilter filters = new PreprocessingFilter (); filters...

    docs.aspose.com/ocr/java/dilate/
  10. Save Documents in Apache POI and Aspose.Words|A...

    Save documents easily and fast instead of using Apache POI.... class ); Document doc = new Document (); // DocumentBuilder...builder = new DocumentBuilder ( doc ); // Write a new paragraph...

    docs.aspose.com/words/java/save-documents-in-ap...