Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 18,469 for

docx

(0.07 sec)
  1. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.PARAGRAPH, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String text = r.…...docx"); DocumentBuilder builder =...LANDSCAPE); } } doc.save("output.docx"); 请尝试使用 builder.getCurrentSection()...

    forum.aspose.com/t/msword/310489
  2. OoxmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.Docx SaveFormat.DOCM SaveFormat.DOTX SaveFormat.DOTM or SaveFormat.FLAT_OPC format in Java....DOCX , SaveFormat.DOCM , SaveFormat...saveOptions.setSaveFormat(SaveFormat.DOCX); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  3. HtmlLoadOptions | Aspose.Words for .NET

    Discover the HtmlLoadOptions constructor, designed to effortlessly initialize instances with default settings for seamless web development....docx. CertificateHolder certificateHolder...inputFileName = MyDir + "Encrypted.docx" ; string outputFileName = ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.loa...
  4. Convert MHTML to JPG in Python – Aspose.HTML fo...

    Convert MHTML to JPG using Aspose.HTML Python library. Consider the supported MHTML to JPG conversion scenarios in Python examples....{{/if_output}} {{#if_output 'DOCX'}} options = DocSaveOptions()...few seconds! Convert MHTML to DOCX Convert MHTML to PNG Subscribe...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  5. Aspose.Cells | Excel Spreadsheet Processing Jav...

    Java library to process, manipulate, & convert Excel & OpenOffice spreadsheets. Supports formula(e), charts, validations, rendering, printing, & encryption....Only Formats Microsoft Word®: DOCX Microsoft PowerPoint®: PPTX...EMF JPEG GIF Markdown SXC FODS DOCX PPTX Windows Linux Mac J2SE...

    releases.aspose.com/cells/java/
  6. Aspose::Words::Tables::Table::Table constructor...

    Aspose::Words::Tables::Table::Table constructor. Initializes a new instance of the Table class in C++....docx" ); Shows how to build a nested...+ u "Table.CreateNestedTable.docx" ); } static SharedPtr < Table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java....docx"); // Use a SaveOptions object...used when saving to a DOC or DOCX file. getUpdateAmbiguousTe()...

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

    Implements the MERGEBARCODE field in Java....docx"); Shows how to perform a mail...+ "Field.MERGEBARCODE.CODE39.docx"); Shows how to perform a mail...

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

    Can be used to specify additional options when saving a document into the SaveFormat.DOC or SaveFormat.DOT format in Java....used when saving to a DOC or DOCX file. getUpdateAmbiguousTe()...used when saving to a DOC or DOCX file. setUpdateAmbiguousTe(boolean...

    reference.aspose.com/words/java/com.aspose.word...
  10. Field.update method | Aspose.Words for Python

    aspose.words.fields.Field.update method... DOCX )) # We can set a flag in a...'Field.PreserveIncludePictu.docx' ) else : self . assertFalse...

    reference.aspose.com/words/python-net/aspose.wo...