Sort Score
Result 10 results
Languages All
Labels All
Results 7,041 - 7,050 of 18,463 for

docx to doc

(0.17 sec)
  1. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.Docx (19.6 KB) When I convert this word Document with this code To HTML output: HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions.setExportEmbeddedCss(true); saveOption…...docx (19.6 KB) When I convert this...output location as html file doc.save(outputFile.toString(), saveOptions);...

    forum.aspose.com/t/bug-when-generating-html-in-...
  2. Document.protect method | Aspose.Words for Node.js

    Aspose.Words.Document.protect method... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldSection | Aspose.Words for Java

    Implements the SECTION field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldSectionPages | Aspose.Words for Java

    Implements the SECTIONPAGES field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  5. Style.LinkedStyleName | Aspose.Words for .NET

    Discover how To style the LinkedStyleName property, easily manage linked styles, and enhance your design workflow with seamless integration....Document doc = new Document (); Style styleHeading1 = doc . Styles...]; Style styleHeading1Char = doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words/sty...
  6. Font.all_caps property | Aspose.Words for Python

    Font.all_caps property. True if the font is formatted as all capital letters.... doc = aw . Document () para = doc . get_child (...capitals: run = aw . Run ( doc = doc , text = 'all capitals' )...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert EPUB to PNG – C# code examples

    Convert EPUB To PNG using Aspose.HTML for .NET. Consider various EPUB To PNG conversion scenarios in C# examples. Try online EPUB Converter....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/html/net/convert-epub-to-png/
  8. ParagraphFormat.style_name property | Aspose.Wo...

    ParagraphFormat.style_name property. Gets or sets the name of the paragraph style applied To this formatting.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  9. XmlMapping.set_mapping method | Aspose.Words fo...

    XmlMapping.set_mapping method. Sets a mapping between the parent structured Document tag and an XML node of a cusTom XML data part.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CustomXmlPartCollection class | Aspose.Words fo...

    Aspose.Words.Markup.CusTomXmlPartCollection class. Represents a collection of CusTom XML Parts... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

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