Sort Score
Result 10 results
Languages All
Labels All
Results 6,861 - 6,870 of 17,113 for

docx to doc

(0.05 sec)
  1. Node.GetText | Aspose.Words for .NET

    Discover the Node GetText method To effortlessly retrieve text from a node and its child elements, enhancing your data management and development efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert paragraphs with...

    reference.aspose.com/words/net/aspose.words/nod...
  2. Aspose::Words::Body::get_ParentSection method |...

    Aspose::Words::Body::get_ParentSection method. Gets the parent section of this sTory in C++....SuppressEndnotes () { auto doc = MakeObject < Document > (); doc -> RemoveAllChildren...EndnotePosition :: EndOfDocument , doc -> get_EndnoteOptions () -> get_Position...

    reference.aspose.com/words/cpp/aspose.words/bod...
  3. RevisionCollection.Accept | Aspose.Words for .NET

    Discover the RevisionCollection Accept method To easily manage and filter revisions based on your criteria for streamlined project updates....RevisionSpecifiedCri () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "This does...

    reference.aspose.com/words/net/aspose.words/rev...
  4. FontInfoCollection.Item | Aspose.Words for .NET

    Discover the FontInfoCollection Item property To easily retrieve fonts by name, enhancing your design projects with precision and style....Document doc = new Document ( MyDir + "Embedded font.docx" ); FontInfo...FontInfo embeddedFont = doc . FontInfos [ "Alte DIN 1451 Mittelschrift"...

    reference.aspose.com/words/net/aspose.words.fon...
  5. DocumentBase.font_infos property | Aspose.Words...

    DocumentBase.font_infos property. Provides access To properties of fonts used in this Document.... doc = aw . Document ( file_name =...MY_DIR + 'Document.docx' ) font_infos = doc . font_infos font_infos...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ImageWatermarkOptions Class | Aspose.Words for ...

    Discover Aspose.Words.ImageWatermarkOptions. CusTomize your image watermarks effortlessly with versatile options for enhanced Document presentation.... Document doc = new Document (); // Modify...different options to insert image: doc . Watermark . SetImage ( Image...

    reference.aspose.com/words/net/aspose.words/ima...
  7. Run.Text | Aspose.Words for .NET

    Manage your run text effortlessly! Easily get or set run text properties for seamless Document editing and enhanced content control.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/run...
  8. TextPath.StrikeThrough | Aspose.Words for .NET

    Discover the TextPath StrikeThrough property—easily format text with strikethrough for clear visual emphasis in your projects. Enhance your design Today!...InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  9. TextPath.Bold | Aspose.Words for .NET

    Discover the TextPath Bold property. Easily format your text in bold for enhanced readability and visual impact in your designs....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  10. CustomPartCollection.add method | Aspose.Words ...

    CusTomPartCollection.add method. Adds an item To the collection.... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

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