Sort Score
Result 10 results
Languages All
Labels All
Results 6,331 - 6,340 of 299,977 for

doc

(0.18 sec)
  1. 在 Java 中制作文档

    使用 Java 库创建文件。只需几个步骤即可在 Java 中轻松创建新文档。...API,Java 开发人员只需几行代码即可轻松制作 PDF、DOC、DOCX、HTML、EPUB 和许多其他格式的文档。 DOCX...Java 库允许您以任何受支持的格式(PDF、DOCX、DOC、RTF、ODT、EPUB、HTML 等)以编程方式创建文档。...

    products.aspose.com/words/zh/java/make/
  2. HyphenationOptions Class | Aspose.Words for .NET

    Aspose.Words.Settings.HyphenationOptions class. Allows to configure Document hyphenation options in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.set...
  3. Փոխարկել WORD PDF C++

    Փոխարկեք WORD ը PDF ձևաչափի C++ կոդով: Պահեք WORD որպես PDF օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.docx" ); doc-> Save...

    products.aspose.com/words/hy/cpp/conversion/wor...
  4. Փոխարկել WORD TXT C++

    Փոխարկեք WORD ը TXT ձևաչափի C++ կոդով: Պահեք WORD որպես TXT օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.docx" ); doc-> Save...

    products.aspose.com/words/hy/cpp/conversion/wor...
  5. TEXT ወደ WORD C++ ቀይር

    TEXT ወደ WORD ቅርጸት በ C++ ኮድ ቀይር። C++ ን በመጠቀም TEXT እንደ WORD ያስቀምጡ።...የውጤት ቅርጸት DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Aspose::Words; auto doc = MakeObject<Document>(u"Input.txt"); doc->Save(u"Output...

    products.aspose.com/words/am/cpp/conversion/tex...
  6. WORD ወደ EPUB C++ ቀይር

    WORD ወደ EPUB ቅርጸት በ C++ ኮድ ቀይር። C++ ን በመጠቀም WORD እንደ EPUB ያስቀምጡ።...የውጤት ቅርጸት DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Aspose::Words; auto doc = MakeObject<Document>(u"Input.docx"); doc->Save(u"Output...

    products.aspose.com/words/am/cpp/conversion/wor...
  7. | products.aspose.com

    Sample code for JPG to Doc Java conversion. Use API example code for batch JPG files to Doc conversion within any Web or Desktop Java based application....Conversion JPG to DOC HTML JPG OCR XML BMP DOC Aspose.OCR for Java...that converts an JPG image to DOC document: Create an instance...

    products.aspose.com/ocr/java/conversion/jpg-to-...
  8. BuiltInDocumentProperties.hyperlink_base proper...

    BuiltInDocumentProperties.hyperlink_base property. Specifies the base string used for evaluating relative hyperlinks in this Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a relative hyperlink...

    reference.aspose.com/words/python-net/aspose.wo...
  9. MarkupLevel enumeration | Aspose.Words for Python

    aspose.words.markup.MarkupLevel enumeration. Specifies the level in the Document tree where a particular [StructuredDocumentTag](../structuredDocumenttag/) can occur.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways to apply...

    reference.aspose.com/words/python-net/aspose.wo...
  10. HeaderFooterCollection Class | Aspose.Words for...

    Aspose.Words.HeaderFooterCollection class. Provides typed access to HeaderFooter nodes of a Section in C#.... Document doc = new Document ( MyDir + "Header...foreach ( Section section in doc . OfType < Section >()) { //...

    reference.aspose.com/words/net/aspose.words/hea...