Sort Score
Result 10 results
Languages All
Labels All
Results 8,681 - 8,690 of 182,565 for

doc

(0.16 sec)
  1. WordML2003SaveOptions class | Aspose.Words for ...

    aspose.words.saving.WordML2003SaveOptions class. Can be used to specify additional options when saving a Document into the [SaveFormat.WORD_ML](../../aspose.words/saveformat/#WORD_ML) format...files used when saving to a DOC or DOCX file. By default, this...output document’s raw content. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert PowerPoint Presentations to Word Docume...

    Convert PowerPoint PPT and PPTX slides to editable Word Documents using Aspose.Slides for PHP via Java with precise layout, images and formatting preserved....converting the presentation to Word (DOC or DOCX). When compared to Microsoft...Presentation ( $inputPres ); try { $doc = new Document (); $builder =...

    docs.aspose.com/slides/php-java/convert-powerpo...
  3. EditableRangeEnd.EditableRangeStart | Aspose.Wo...

    Discover the EditableRangeEnd and EditableRangeStart properties. Easily manage data ranges with unique IDs for enhanced control and efficiency.... Document doc = new Document (); doc . Protect ( ProtectionType...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/edi...
  4. EditableRangeStart.EditableRange | Aspose.Words...

    Discover the EditableRangeStart property, your key to managing editable ranges effortlessly. Access and control your content with ease!... Document doc = new Document (); doc . Protect ( ProtectionType...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/edi...
  5. EditableRange.Remove | Aspose.Words for .NET

    Effortlessly remove editable ranges from your Document with the EditableRange Remove method, while preserving your content intact. Enhance your Document management!... Document doc = new Document (); doc . Protect ( ProtectionType...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/edi...
  6. Aspose::Words::Drawing::TextBoxAnchor enum | As...

    Aspose::Words::Drawing::TextBoxAnchor enum. Specifies values used for shape text vertical alignment in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. EditableRange.EditableRangeStart | Aspose.Words...

    Discover the EditableRangeStart property to access the node marking your editable range's beginning. Enhance your editing experience today!... Document doc = new Document (); doc . Protect ( ProtectionType...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/edi...
  8. Convert Image To GIF C#

    Convert Image to GIF format in C# code. Save Image as GIF using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Copy using Aspose.Words; var doc = new Document(); var builder...

    products.aspose.com/words/net/conversion/image-...
  9. PdfSaveOptions.PreserveFormFields | Aspose.Word...

    Discover how PdfSaveOptions' PreserveFormFields property retains Microsoft Word form fields in PDFs or converts them to text. Enhance your Document quality!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Please...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Chart class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Chart class. Provides access to the chart shape properties... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a chart shape with...

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