Sort Score
Result 10 results
Languages All
Labels All
Results 8,281 - 8,290 of 18,476 for

docx to doc

(0.08 sec)
  1. ImageWatermarkOptions.IsWashout | Aspose.Words ...

    Discover the IsWashout property of ImageWatermarkOptions. Control your watermark's washout effect effortlessly with this simple boolean setting.... Document doc = new Document (); // Modify...methods to add image watermark. doc . Watermark . SetImage ( Image...

    reference.aspose.com/words/net/aspose.words/ima...
  2. Section.ProtectedForForms | Aspose.Words for .NET

    Discover how the ProtectedForForms property in Microsoft Word enhances Document security, allowing users To edit only designated form fields easily.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...

    reference.aspose.com/words/net/aspose.words/sec...
  3. FieldBuilder | Aspose.Words for .NET

    Discover FieldBuilder, the powerful Tool for effortlessly creating and managing fields in your projects. Streamline your workflow Today!... Document doc = new Document (); // A convenient...builder = new DocumentBuilder ( doc ); builder . Write ( " Hello...

    reference.aspose.com/words/net/aspose.words.fie...
  4. RelativeVerticalPosition enumeration | Aspose.W...

    aspose.words.drawing.RelativeVerticalPosition enumeration. Specifies To what the vertical position of a shape or text frame is relative.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert the image into the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Document::get_SpellingChecked me...

    Aspose::Words::Document::get_SpellingChecked method. Returns true if the Document has been checked for spelling in C++.... auto doc = System :: MakeObject < Aspose...string with spelling errors. doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. DocSaveOptions.savePictureBullet property | Asp...

    DocSaveOptions.savePictureBullet property. When ``false``, PictureBullet data is not saved To output Document... let doc = new aw . Document ( base ...."Image bullet points.docx" ); expect ( doc . lists . at ( 0 )....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. WatermarkType enumeration | Aspose.Words for Py...

    aspose.words.WatermarkType enumeration. Specifies the watermark type.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection To an array with the ToArray method, streamlining data management and enhancing your Document processing....Document doc = new Document ( MyDir + "Paragraphs.docx" ); Paragraph...Paragraph [] paras = doc . FirstSection . Body . Paragraphs . ToArray...

    reference.aspose.com/words/net/aspose.words/par...
  9. Aspose::Words::Comment::Comment constructor | A...

    Aspose::Words::Comment::Comment construcTor. Initializes a new instance of the Comment class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...:: Words :: DocumentBase > & doc , const System :: String & author...

    reference.aspose.com/words/cpp/aspose.words/com...
  10. SaveOptions.UseHighQualityRendering | Aspose.Wo...

    Optimize your SaveOptions with the UseHighQualityRendering property for superior output. Control rendering speed and quality for perfect results....Document doc = new Document ( MyDir + "Rendering.docx" ); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 60...

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