Sort Score
Result 10 results
Languages All
Labels All
Results 7,931 - 7,940 of 155,673 for

doc

(0.07 sec)
  1. ListFormat.List | Aspose.Words for .NET

    Manage your Document's structure with ListFormat. Easily get or set the list for any paragraph, enhancing organization and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A list allows us to organize...

    reference.aspose.com/words/net/aspose.words.lis...
  2. ImageSaveOptions | Aspose.Words for Java

    Allows to specify additional options when rendering Document pages or shapes to images in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.getFont().setName("Times...

    reference.aspose.com/words/java/com.aspose.word...
  3. Working With Styles in Python|Aspose.Words for ...

    Working With Styles using Python.... doc = self . Document ( self . dataDir + "TestFile.doc" )...self . paragraphsByStyleNam ( doc , PARA_STYLE ) print "abc = "...

    docs.aspose.com/words/java/working-with-styles-...
  4. Document.updateFields method | Aspose.Words for...

    Document.updateFields method. Updates the values of fields in the whole Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a table of contents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::INodeChangingCallback::NodeInser...

    Aspose::Words::INodeChangingCallback::NodeInserted method. Called when a node belonging to this Document has been inserted into another node in C++....FontChangeViaCallbac () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Set the node changing callback...

    reference.aspose.com/words/cpp/aspose.words/ino...
  6. Aspose::Words::Fields::FieldBuilder class | Asp...

    Aspose::Words::Fields::FieldBuilder class. Builds a field from field code tokens (arguments and switches). To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...builder -> BuildAndInsert ( doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. MarkdownSaveOptions.image_resolution property |...

    MarkdownSaveOptions.image_resolution property. Specifies the output resolution for images when exporting to Markdown... doc = aw . Document ( file_name =...save_options . image_resolution = 300 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FontSourceBase Class | Aspose.Words for .NET

    Discover Aspose.Words.Fonts.FontSourceBase, the essential abstract class for defining diverse font sources in your applications. Enhance your Document formatting!...ttf" , 0 ); Document doc = new Document (); doc . FontSettings =...= new FontSettings (); doc . FontSettings . SetFontsSources (...

    reference.aspose.com/words/net/aspose.words.fon...
  9. Watermark PDF API | Aspose.PDF

    Add or remove watermark from PDF Documents with free cross-platform Apps and High Code APIs for any platform....add watermark to PDF file - C# doc = new Aspose . Pdf . Document...artifact . IsBackground = true ; doc . Pages [ 1 ]. Artifacts . Add...

    products.aspose.com/pdf/watermark/
  10. ChartLegendEntry class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartLegendEntry class. Represents a chart legend entry... doc = aw . Document ( file_name =...Chart series.docx' ) chart = doc . get_child ( aw . NodeType ...

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