Sort Score
Result 10 results
Languages All
Labels All
Results 7,711 - 7,720 of 17,486 for

docx to doc

(0.07 sec)
  1. TextWatermarkOptions.FontFamily | Aspose.Words ...

    CusTomize your TextWatermarkOptions with the FontFamily property To enhance your designs. Default is Calibri; choose a style that fits your brand!... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/tex...
  2. FieldTitle.text property | Aspose.Words for Python

    FieldTitle.text property. Gets or sets the text of the title.... doc = aw . Document () # Set a value...built-in document property. doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Document::get_RemovePersonalInfo...

    Aspose::Words::Document::get_RemovePersonalInformation method. Gets or sets a flag indicating that Microsoft Word will remove all user information from comments, revisions and Document properties upon saving the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert some content with...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. ComHelper | Aspose.Words for .NET

    Discover ComHelper, the powerful construcTor that effortlessly initializes new class instances, enhancing your programming efficiency and productivity....Document doc = comHelper . Open ( MyDir + "Document.docx" ); Assert...Assert . That ( doc . GetText (). Trim (), Is . EqualTo ( "Hello...

    reference.aspose.com/words/net/aspose.words/com...
  5. Font.Size | Aspose.Words for .NET

    Adjust font size effortlessly with the Font Size property. CusTomize your text in points for enhanced readability and design appeal....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/fon...
  6. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word Document. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...SharedPtr < Paragraph > para = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/node/
  7. WrapType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.WrapType enumeration. Specifies how text is wrapped around a shape or picture.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert the image into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TextWatermarkOptions.font_family property | Asp...

    TextWatermarkOptions.font_family property. Gets or sets font family name... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PDF Format Conversion Solution via JavaScript v...

    Convert PDF To Docx, Doc, PPTX, PNG, TIFF, EPUB, TEX, SVG, CSV & more using JavaScript...to DOC Conversion Example: JavaScript Code for PDF to DOC Conversion...PDF-file to Doc and save the "ResultPDFtoDoc.doc"; // Call the...

    products.aspose.com/pdf/javascript-cpp/conversion/
  10. Aspose::Words::Font::get_Name method | Aspose.W...

    Aspose::Words::Font::get_Name method. Gets or sets the name of the font in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Specify font formatting...

    reference.aspose.com/words/cpp/aspose.words/fon...