Sort Score
Result 10 results
Languages All
Labels All
Results 4,131 - 4,140 of 10,594 for

obj file

(0.13 sec)
  1. XamlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XAML_FIXED format in Java....assign a folder in the local file system into which // Aspose...their resources into it. new File(options.getResourcesFolderAl())...

    reference.aspose.com/words/java/com.aspose.word...
  2. 使用 C# 高效率壓縮 Zip 檔案 |程式碼範例

    使用 C# 原始碼簡化 Zip 檔案壓縮。使用 .NET 以程式設計方式將檔案和資料夾壓縮為 Zip 檔案...complete examples and data files, please go to https://github...using (FileStream zipFile = File.Open(dataDir + "CompressSingleFile_out...

    products.aspose.com/zip/zh-hant/net/compress/
  3. 档案

    档案...foreach (Element obj in objects) { if (!obj.HasAttribute("data"))...HasAttribute("data")) continue; var data = obj.GetAttribute("data"); using var...

    blog.aspose.com/zh/html/download-image-from-url...
  4. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document Object in Java....Method Description equals(Object obj) Determines whether the specified...getTempFolder() Allows to use temporary files when reading document. getTrailingSpacesOpt()...

    reference.aspose.com/words/java/com.aspose.word...
  5. List class | Aspose.Words for Python

    aspose.words.lists.List class. Represents formatting of a list...Name Description compare_to(obj) Compares the specified object...is_list_item ) doc . save ( file_name = ARTIFACTS_DIR + 'Lists...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PCL format in Java....suitable for the file extension specified in the given file name. equals(Object...equals(Object obj) Determines whether the specified object is equal...

    reference.aspose.com/words/java/com.aspose.word...
  7. XpsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XPS format in Java....suitable for the file extension specified in the given file name. equals(Object...equals(Object obj) Determines whether the specified object is equal...

    reference.aspose.com/words/java/com.aspose.word...
  8. SvgSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.SVG format in Java....ResourceUriPrinter()); } new File(options.getResourcesFolderAl())...suitable for the file extension specified in the given file name. equals(Object...

    reference.aspose.com/words/java/com.aspose.word...
  9. ImageSaveOptions | Aspose.Words for Java

    Allows to specify additional options when rendering document pages or shapes to images in Java.... // This will reduce the file size of the document, but the...imageOptions); Assert.assertTrue(new File(getArtifactsDir() + "ImageSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  10. Check Format in Ruby|Aspose.Words for Java

    Check File format using Ruby....Words - Check Format To check file format using Aspose.Words Java...def check_format ( file ) files_list = file . listFiles () load_format...

    docs.aspose.com/words/java/check-format-in-ruby/