Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 351,114 for

document

(0.12 sec)
  1. VbaModuleCollection | Aspose.Words for Java

    Represents a collection of VbaModule objects in Java....Working with VBA Macros documentation article. Examples: Shows...access a document’s VBA project information. Document doc = new...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert DOTX to PPTX via C++ or with free Onlin...

    Export DOTX to PPTX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTX to PPTX online converter quickly before integrating the code....on C++ Open DOTX file using Document class reference Convert DOTX...Presentation file Save the document to PPTX format using Save...

    products.aspose.com/total/cpp/conversion/dotx-t...
  3. Convert DOCM to PPSX via C++ or with free Onlin...

    Export DOCM to PPSX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCM to PPSX online converter quickly before integrating the code....on C++ Open DOCM file using Document class reference Convert DOCM...Presentation file Save the document to PPSX format using Save...

    products.aspose.com/total/cpp/conversion/docm-t...
  4. Convert DOT to PPT via C++ or with free Online ...

    Export DOT to PPT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOT to PPT online converter quickly before integrating the code....on C++ Open DOT file using Document class reference Convert DOT...Presentation file Save the document to PPT format using Save method...

    products.aspose.com/total/cpp/conversion/dot-to...
  5. 操作 PDF 文档|Aspose.PDF for PHP via Java

    本文包含有关如何验证 PDF A 标准的 PDF 文档、如何处理目录、如何设置 PDF 到期日期以及如何确定 PDF 文件生成进度的信息。...PDF/A-1a 或 PDF/A-1b 兼容性,请使用 Document 类的 validate(…) 方法。此方法允许您指定结果要保存的文件名和所需的验证类型...规范中的相应规则。 // 打开文档 $document = new Document ( $inputFile ); $pdfFormat...

    docs.aspose.com/pdf/zh/php-java/manipulate-pdf-...
  6. DocumentBuilder.Write | Aspose.Words for .NET

    Effortlessly insert text into your Document with DocumentBuilder's Write method, enhancing your editing efficiency and streamlining your workflow....Inserts a string into the document at the current insert position...string to insert into the document. Remarks Current font formatting...

    reference.aspose.com/words/net/aspose.words/doc...
  7. SectionCollection.Item | Aspose.Words for .NET

    Access specific sections effortlessly with the SectionCollection Item property. Retrieve any section by index for streamlined data management....layout of the document. Document doc = new Document ( MyDir + "Rendering..."Rendering.docx" ); // Saving a document to PDF, to an image, or printing...

    reference.aspose.com/words/net/aspose.words/sec...
  8. Aspose::Words::Range class | Aspose.Words for C...

    Aspose::Words::Range class. Represents a contiguous area in a Document. To learn more, visit the Documentation article in C++....Represents a contiguous area in a document. To learn more, visit the...the Working with Ranges documentation article. class Range : public...

    reference.aspose.com/words/cpp/aspose.words/range/
  9. DocumentBuilder.InsertDocumentInline | Aspose.W...

    Effortlessly insert Documents inline with the DocumentBuilder InsertDocumentInline method, enhancing your workflow and Document editing experience....InsertDocumentInline method Inserts a document inline at the cursor position...Node InsertDocumentInline ( Document srcDoc , ImportFormatMode...

    reference.aspose.com/words/net/aspose.words/doc...
  10. PDF 粘性注释使用 C++|Aspose.PDF for C++

    本主题关于粘性注释,作为示例,我们展示了文本中的水印注释。它用于在页面上表示图形。检查代码片段以解决此任务。...加载 PDF 文件 auto document = MakeObject < Document > ( _dataDir +..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get...

    docs.aspose.com/pdf/zh/cpp/sticky-annotations/