Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 222,888 for

new

(0.21 sec)
  1. 在 Android 上管理演示文稿批注|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/androidjava/presentat...
  2. Move and Remove Form Field|Aspose.PDF for Java

    Learn how to move or remove form fields within a PDF document using Aspose.PDF in Java for better form management....Hide ] Move Form Field to a New Location in Existing PDF File...want to move a form field to a new location then you can use moveField...

    docs.aspose.com/pdf/java/move-remove-form-field/
  3. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java.... Document doc = new Document(getMyDir() + "Rendering...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  4. 使用 Java 转换 XML | Aspose.PDF

    使用 Aspose.PDF for Java 使用 Java 示例代码以编程方式转换 XML... newTransformer ( new StreamSource ( xslFile )); StreamSource...StreamSource xmlSource = new StreamSource ( xmlFile ); ByteArrayOutputStrea...

    products.aspose.com/pdf/zh-hant/java/transform-...
  5. ReplaceAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ReplaceAction enum to control match outcomes in your replace operations, enhancing document editing efficiency and precision....InsertDocumentAtRepl () { Document mainDoc = new Document ( MyDir + "Document...FindReplaceOptions options = new FindReplaceOptions (); options...

    reference.aspose.com/words/net/aspose.words.rep...
  6. ReplaceAction enumeration | Aspose.Words for No...

    Aspose.Words.Replacing.ReplaceAction enumeration. Allows the user to specify what happens to the current match during a replace operation....replace' , () => { let mainDoc = new aw . Document ( base . myDir...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Multiple signatures in PDF trouble - Free Suppo...

    Hi everyone, I succeed signing 2 signatures in a pdf file. The problem is that I can add text/annotations to the pdf and the signatures are still valid. How is it possible? Can someone please help? Here is a snippet…...using (var pdfFileSignature1 = new PdfFileSignature()) { // Bind...are supported) PKCS1 pkcs1 = new PKCS1(pfxFile, pfxPassword);...

    forum.aspose.com/t/multiple-signatures-in-pdf-t...
  8. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for PHP via Java, supporting OMML, formatting controls, and clear code samples.... Create new math expressions or edit previously...the mathematical text: $pres = new Presentation (); try { $mathShape...

    docs.aspose.com/slides/php-java/powerpoint-math...
  9. DocumentVisitor.VisitGroupShapeEnd | Aspose.Wor...

    Discover the DocumentVisitor VisitGroupShapeEnd method, which efficiently signals the end of group shape enumeration for seamless document processing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertShape methods. Shape balloon = new Shape ( doc , ShapeType . Balloon...

    reference.aspose.com/words/net/aspose.words/doc...
  10. 捕获 3D 场景的视口并渲染到纹理或窗口|Documentation

    每个 3D 场景可以包含任意数量的视口。使用 Aspose.3D for .NET API,开发人员可以在单个屏幕截图中捕获一个或多个视口。他们可以在基于GUI的 .NET 应用程序或图像中呈现它。...of the camera Camera camera = new Camera (); scene . RootNode ...). Transform . Translation = new Vector3 ( 2 , 44 , 66 ); // Set...

    docs.aspose.com/3d/zh/net/capture-the-viewports...