Sort Score
Result 10 results
Languages All
Labels All
Results 7,701 - 7,710 of 17,485 for

docx to doc

(0.06 sec)
  1. PageSetup.page_starting_number property | Aspos...

    PageSetup.page_starting_number property. Gets or sets the starting page number of the section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageSetup.endnote_options property | Aspose.Wor...

    PageSetup.endnote_options property. Provides options that control numbering and positioning of endnotes in this section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSetup.SheetsPerBooklet | Aspose.Words for .NET

    Discover the PageSetup SheetsPerBooklet property To easily manage booklet page counts, enhancing your Document layout and printing efficiency.... Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); builder . Writeln ( "My Booklet:"...

    reference.aspose.com/words/net/aspose.words/pag...
  4. CustomDocumentProperties.AddLinkToContent | Asp...

    Discover the CusTomDocumentProperties AddLinkToContent method To effortlessly create linked cusTom Document properties for enhanced Document management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.pro...
  5. Font.superscript property | Aspose.Words for Py...

    Font.superscript property. True if the font is formatted as superscript.... doc = aw . Document () para = doc . get_child (...baseline. run = aw . Run ( doc = doc , text = 'Raised text. ' )...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomXmlPartCollection.Clone | Aspose.Words fo...

    Effortlessly duplicate your CusTomXmlPartCollection with our Clone method, ensuring a complete deep copy of all items for seamless data management.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  7. PageSetup.oddAndEvenPagesHeaderFooter property ...

    PageSetup.oddAndEvenPagesHeaderFooter property. True if the Document has different headers and footers for odd-numbered and even-numbered pages.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two types of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_LinksUpToDate method. Indicates whether hyperlinks in a Document are up-To-date in C++.... void Content () { auto doc = MakeObject < Document > ( MyDir...MyDir + u "Paragraphs.docx" ); SharedPtr < BuiltInDocumentPrope...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. DocumentBuilder.is_at_end_of_structured_documen...

    DocumentBuilder.is_at_end_of_structured_Document_tag property. Returns true if the cursor is at the end of a structured Document tag.... doc = aw . Document ( file_name =...tags.docx' ) builder = aw . DocumentBuilder ( doc = doc ) # There...

    reference.aspose.com/words/python-net/aspose.wo...
  10. HtmlSaveOptions.NavigationMapLevel | Aspose.Wor...

    Discover HtmlSaveOptions' NavigationMapLevel property, controlling heading levels in EPUB, MOBI, and AZW3 exports. Maximize your content's visibility!...Document doc = new Document ( MyDir + "Big document.docx" ); HtmlSaveOptions...options . NavigationMapLevel = 2 ; doc . Save ( ArtifactsDir + "HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...