Sort Score
Result 10 results
Languages All
Labels All
Results 7,531 - 7,540 of 18,406 for

docx to doc

(0.2 sec)
  1. Document.endnoteOptions property | Aspose.Words...

    Document.endnoteOptions property. Provides options that control numbering and positioning of endnotes in this Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // An endnote is a way to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder.StartBookmark | Aspose.Words fo...

    Utilize the DocumentBuilder StartBookmark method To effortlessly mark and manage key positions in your Document, enhancing organization and navigation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A valid bookmark needs...

    reference.aspose.com/words/net/aspose.words/doc...
  3. LoadOptions.ConvertShapeToOfficeMath | Aspose.W...

    Transform shapes with EquationXML inTo Office Math objects effortlessly using LoadOptions' ConvertShapeToOfficeMath property for enhanced Document clarity....Document doc = new Document ( MyDir + "Math shapes.docx" , loadOptions...isConvertShapeToOffi ) { Assert . That ( doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.loa...
  4. Document.protect method | Aspose.Words for Python

    aspose.words.Document.protect method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TextPath.bold property | Aspose.Words for Python

    TextPath.bold property. True if the font is formatted as bold.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Saving::SaveOptions class | Aspo...

    Aspose::Words::Saving::SaveOptions class. This is an abstract base class for classes that allow the user To specify additional options when saving a Document inTo a particular format. To learn more, visit the Documentation article in C++....files used when saving to a DOC or DOCX file. By default, this property...saving a document to .epub. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Document.LastSection | Aspose.Words for .NET

    Discover the LastSection property To easily access the final section of your Document, enhancing navigation and content management efficiency.... Document doc = new Document (); // A blank...we can edit. Assert . That ( doc . Sections . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Shape constructor | Aspose.Words for Python

    Shape construcTor. Creates a new shape object....Shape constructor Shape(doc, shape_type) Creates a new shape...object. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TextPath.small_caps property | Aspose.Words for...

    TextPath.small_caps property. True if the font is formatted as small capital letters.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextPath.font_family property | Aspose.Words fo...

    TextPath.font_family property. Defines the family of the textpath font.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

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