Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 180,907 for

doc

(0.12 sec)
  1. 档案

    档案...文介绍了如何使用 Java 比较两个 MS Word (DOC/DOCX) 文档。 适用于 Java 的 MS Word...Document(dataDir + "DocumentA.doc"); Document docB = new Document(dataDir...

    blog.aspose.com/zh/words/compare-ms-word-docume...
  2. Convert Image To GIF Java

    Convert Image to GIF format in Java code. Save Image as GIF using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/conversion/image...
  3. FontInfoCollection.save_subset_fonts property |...

    FontInfoCollection.save_subset_fonts property. Specifies whether or not to save a subset of the embedded TrueType fonts with the Document...Remarks This option works for DOC, DOCX and RTF formats only. Examples...with embedded TrueType fonts. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldXE | Aspose.Words for Java

    Implements the XE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create an INDEX field which...

    reference.aspose.com/words/java/com.aspose.word...
  5. TxtOfficeMathExportMode Enum | Aspose.Words for...

    TxtOfficeMathExportMode lets you choose how Word OfficeMath equations are exported to text for better accuracy and readability.... Document doc = new Document ( MyDir + "Office...TxtOfficeMathExportM . Latex ; doc . Save ( ArtifactsDir + "TxtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. OlePackage | Aspose.Words for Java

    Allows to access OLE Package properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // OLE objects allow us to...

    reference.aspose.com/words/java/com.aspose.word...
  7. TxtOfficeMathExportMode enumeration | Aspose.Wo...

    aspose.words.saving.TxtOfficeMathExportMode enumeration. Specifies how Aspose.Words exports OfficeMath to [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT).... doc = aw . Document ( file_name =...TxtOfficeMathExportM . LATEX doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Document::get_PunctuationKerning...

    Aspose::Words::Document::get_PunctuationKerning method. Specifies whether kerning applies to both Latin text and punctuation in C++.... auto doc = System :: MakeObject < Aspose..."Document.docx" ); ASSERT_TRUE ( doc -> get_PunctuationKerning ());...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Edit DOCX In C++

    Edit DocX in C++ code....namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...MakeObject <DocumentBuilder>(doc); // Insert text at the beginning...

    products.aspose.com/words/cpp/edit/docx/
  10. Edit Markdown In C++

    Edit Markdown in C++ code....namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...MakeObject <DocumentBuilder>(doc); // Insert text at the beginning...

    products.aspose.com/words/cpp/edit/md/