Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 165,472 for

doc

(0.13 sec)
  1. Document.extract_pages method | Aspose.Words fo...

    Document.extract_pages method. Returns the [Document](../) object representing specified range of pages.... doc = aw . Document ( file_name =...entities.docx' ) doc = doc . extract_pages ( 0 , 2 ) doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CustomDocumentProperties.AddLinkToContent | Asp...

    Discover the CustomDocumentProperties AddLinkToContent method to effortlessly create linked custom Document properties for enhanced Document management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.pro...
  3. PageSetup.SheetsPerBooklet | Aspose.Words for .NET

    Discover the PageSetup SheetsPerBooklet property to easily manage booklet page counts, enhancing your Document layout and printing efficiency.... Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); builder . Writeln ( "My Booklet:"...

    reference.aspose.com/words/net/aspose.words/pag...
  4. ZoomType enumeration | Aspose.Words for Python

    aspose.words.settings.ZoomType enumeration. Possible values for how large or small the Document appears on the screen in Microsoft Word.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Shading.BackgroundTintAndShade | Aspose.Words f...

    Adjust your background theme color effortlessly with the BackgroundTintAndShade property. Lighten or darken colors for a perfect design touch!... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); Shading shading = doc . FirstSection ...

    reference.aspose.com/words/net/aspose.words/sha...
  6. Shading.ForegroundTintAndShade | Aspose.Words f...

    Adjust the ForegroundTintAndShade property to effortlessly lighten or darken your theme colors, enhancing your design's visual appeal.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); Shading shading = doc . FirstSection ...

    reference.aspose.com/words/net/aspose.words/sha...
  7. DocumentDirection Enum | Aspose.Words for .NET

    Discover Aspose.Words.DocumentDirection enum to easily control text flow in your Documents. Enhance readability and formatting with this powerful feature!... Document doc = new Document ( MyDir + "Hebrew...loadOptions ); Assert . That ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.loa...
  8. FieldHyperlink.Target | Aspose.Words for .NET

    Discover the FieldHyperlink Target property, easily configure link redirection for enhanced user navigation and seamless web experiences.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldHyperlink field = ( FieldHyperlink...

    reference.aspose.com/words/net/aspose.words.fie...
  9. DocumentBuilderOptions class | Aspose.Words for...

    aspose.words.DocumentBuilderOptions class. Allows to specify additional options for the Document building process.... doc = aw . Document () builder_options...= aw . DocumentBuilder ( doc = doc , options = builder_options...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Urobiť Markdown Pomocou C++

    Vytvorte nový Markdown v C++ v niekoľkých krokoch. Jednoducho vytvorte Markdown pomocou knižnice C++....formát DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/sk/cpp/make/md/