Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 11,351 for

obj file

(0.14 sec)
  1. 档案

    档案...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...
  2. 搜索

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

    blog.aspose.com/zh-hant/html/download-image-fro...
  3. HtmlLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading HTML 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. getUpdateDirtyFields()...

    reference.aspose.com/words/java/com.aspose.word...
  4. 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...
  5. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a document into fixed page formats PDF XPS images etc 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...
  6. 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...
  7. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PS 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. 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...
  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/