Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 89,966 for

doc format

(0.55 sec)
  1. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.PCL Format in Java....PCL format. To learn more, visit the Specify...a document to PCL. Document doc = new Document(getMyDir() + "Rendering...

    reference.aspose.com/words/java/com.aspose.word...
  2. RevisionOptions.CommentColor | Aspose.Words for...

    Customize your comments with RevisionOptions' CommentColor property. Easily set your preferred color—default is red—for enhanced visibility!... Document doc = new Document ( MyDir + "Revisions...RevisionOptions revisionOptions = doc . LayoutOptions . RevisionOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  3. RevisionOptions.InsertedTextEffect | Aspose.Wor...

    Discover the RevisionOptions InsertedTextEffect property to customize your content with unique effects. Default, Underline. Enhance your text's impact!... Document doc = new Document ( MyDir + "Revisions...RevisionOptions revisionOptions = doc . LayoutOptions . RevisionOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  4. C++ API to Convert XML to PPS | products.aspose...

    Convert XML to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader...Microsoft PowerPoint Show file format. Converting XML to PPS is a...documents, images, and other file formats. It includes two APIs, Aspose...

    products.aspose.com/total/cpp/conversion/xml-to...
  5. ListCollection.Add | Aspose.Words for .NET

    Discover how the ListCollection Add method creates custom lists from templates, enhancing your Document's organization and efficiency....list format to a collection of paragraphs. Document doc = new...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Paragraph...

    reference.aspose.com/words/net/aspose.words.lis...
  6. FieldAutoNumOut Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAutoNumOut class for seamless AUTONUMOUT field implementation, enhancing Document automation and efficiency.... Format { get; } Gets a FieldFormat...provides typed access to field’s formatting. IsDirty { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Shape.hasImage property | Aspose.Words for Node.js

    Shape.hasImage property. Returns ``true`` if the shape has image bytes or links an image.... let doc = new aw . Document ( base ...."Images.docx" ); let shapes = doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. RevisionOptions.moved_from_text_color property ...

    RevisionOptions.moved_from_text_color property. Allows to specify the color to be used for areas where content was moved from [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)... doc = aw . Document ( file_name =...revisions. revision_options = doc . layout_options . revision_options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. RevisionOptions.deleted_text_effect property | ...

    RevisionOptions.deleted_text_effect property. Allows to specify the effect to be applied to the deleted content [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)... doc = aw . Document ( file_name =...revisions. revision_options = doc . layout_options . revision_options...

    reference.aspose.com/words/python-net/aspose.wo...
  10. JsonDataLoadOptions | Aspose.Words for Java

    Represents options for parsing JSON data in Java.... Document doc = new Document(getMyDir() + "Reporting...options); buildReport(doc, dataSource, "persons"); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...