Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 401,908 for

document

(0.12 sec)
  1. DocumentBase.FontInfos | Aspose.Words for .NET

    Access detailed font properties with DocumentBase's FontInfos feature, enhancing your Document's design and readability effortlessly....properties of fonts used in this document. public FontInfoCollection...definitions is loaded as is from the document. Font definitions might be...

    reference.aspose.com/words/net/aspose.words/doc...
  2. What's new 2021|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2021.... () { // The path to the documents directory var dataDir = RunExamples...PdfFileSecurity ()) { // Bind PDF document fileSecurity . BindPdf ( dataDir...

    docs.aspose.com/pdf/net/whatsnew/2021/
  3. WrapSide | Aspose.Words for Java

    Specifies what sides of the shape or picture the text wraps around in Java.... Document doc = new Document(getMyDir() + "Textboxes...Field Description BOTH The document text wraps on both sides of...

    reference.aspose.com/words/java/com.aspose.word...
  4. 使用 C# 进行 PDF 多媒体注释|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从 PDF 文档中添加、获取和删除多媒体注释。... () { // The path to the documents directory var dataDir = RunExamples...PDF document using ( cument = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/zh/net/multimedia-annotation/
  5. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....Words Document Object Model (DOM) documentation article. Remarks:...with image shapes. Document doc = new Document(getMyDir() + "Textboxes...

    reference.aspose.com/words/java/com.aspose.word...
  6. Document.AcceptAllRevisions | Aspose.Words for ...

    Streamline your editing process with the AcceptAllRevisions method, effortlessly accepting all tracked changes in your Document for a polished final version....AcceptAllRevisions Contents [ Hide ] Document.AcceptAllRevisions method...all tracked changes in the document. public void AcceptAllRevisions...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose::Words::Range::get_StructuredDocumentTag...

    Aspose::Words::Range::get_StructuredDocumentTags method. Returns a StructuredDocumentTags collection that represents all structured Document tags in the range in C++....represents all structured document tags in the range. System...Shows how to remove structured document tag. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words/ran...
  8. LayoutOptions.IgnorePrinterMetrics | Aspose.Wor...

    Discover the LayoutOptions IgnorePrinterMetrics property, control printer metrics for Document layout. Optimize compatibility and enhance printing precision....printer metrics to lay out document” compatibility option is ignored...lay out document’ option. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.lay...
  9. Online XPS to MARKDOWN Conversion or Develop Ja...

    Free online app to convert XPS to MARKDOWN files. Java conversion library code for XPS Documents....be converted into MARKDOWN document Download the converted MARKDOWN...Automation API Open XPS file using Document class Convert XPS to DOC by...

    products.aspose.com/total/java/conversion/xps-t...
  10. 使用C++创建AcroForms|Aspose.PDF for C++

    本节介绍如何使用Aspose.PDF for C++从头开始在PDF文档中创建AcroForms。...Contents [ Hide ] 在PDF文档中添加表单字段 Document 类提供了一个名为Form的集合,用于管理PDF文档中的表单字段。...); // 打开文档 auto document = MakeObject < Document > ( _dataDir +...

    docs.aspose.com/pdf/zh/cpp/create-form/