Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 400,456 for

document

(0.19 sec)
  1. View and Update XLSB Properties Online or Updat...

    View and modify XLSB properties through online app for free. C# .NET API code to update and add XLSB properties....NET based XLSB document metadata management utility...as of your choice. Save the document. Download the file instantly...

    products.aspose.com/total/net/metadata/xlsb/
  2. View and Update DOTM Properties Online or Updat...

    View and modify DOTM properties through online app for free. .NET API code to update DOTM properties....NET based DOTM document metadata management utility...as of your choice. Save the document. Download the file instantly...

    products.aspose.com/total/net/metadata/dotm/
  3. View and Update TSV Properties Online or Update...

    View and modify TSV properties through online app for free. C# .NET API code to update and add TSV properties....NET based TSV document metadata management utility...as of your choice. Save the document. Download the file instantly...

    products.aspose.com/total/net/metadata/tsv/
  4. View and Update XLSM Properties Online or Updat...

    View and modify XLSM properties through online app for free. C# .NET API code to update and add XLSM properties....NET based XLSM document metadata management utility...as of your choice. Save the document. Download the file instantly...

    products.aspose.com/total/net/metadata/xlsm/
  5. FieldDatabase | Aspose.Words for Java

    Implements the DATABASE field in Java....the Working with Fields documentation article. Remarks: Inserts...field into a document. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Loading::LoadOptions::get_TempFo...

    Aspose::Words::Loading::LoadOptions::get_TempFolder method. Allows to use temporary files when reading Document. By default this property is null and no temporary files are used in C++....temporary files when reading document. By default this property...Examples Shows how to load a document using temporary files. //...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. Splitter | Aspose.Words for Java

    Provides methods intended to split the Documents into parts using different criteria in Java....methods intended to split the documents into parts using different...specified range of pages from a document file and saves the extracted...

    reference.aspose.com/words/java/com.aspose.word...
  8. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type....is always in sync with the document. For example, if you selected...selected all sections in a document and enumerate through the collection...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::OoxmlSaveOptions::get_Co...

    Aspose::Words::Saving::OoxmlSaveOptions::get_CompressionLevel method. Specifies the compression level used to save Document. The default value is Normal in C++....compression level used to save document. The default value is Normal...use while saving an OOXML document. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. 在PDF中旋转文本使用C++|Aspose.PDF for C++

    了解将文本旋转到PDF的不同方法。Aspose.PDF允许您将文本旋转到任意角度,旋转文本片段或整个段落。...// 初始化文档对象 auto document = MakeObject < Document > (); // 获取特定页面...获取特定页面 auto page = document -> get_Pages () -> Add (); // 创建文本片段...

    docs.aspose.com/pdf/zh/cpp/rotate-text-inside-pdf/