Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 180,131 for

doc

(0.39 sec)
  1. Font.HighlightColor | Aspose.Words for .NET

    Discover the Font HighlightColor property—easily customize your text's highlight color for enhanced readability and visual appeal. Elevate your design!...Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/fon...
  2. TextColumnCollection.width property | Aspose.Wo...

    TextColumnCollection.width property. When columns are evenly spaced, gets the width of the columns.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) columns = builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  3. VbaModule constructor | Aspose.Words for Python

    VbaModule constructor. Creates an empty module.... doc = aw . Document () # Create a...project . name = 'Aspose.Project' doc . vba_project = project # Create...

    reference.aspose.com/words/python-net/aspose.wo...
  4. C++ API to Export SVG to DOT | products.aspose.com

    Convert SVG to DOT within C++ applications....to convert SVG file format to DOC. This API provides a wide range...Aspose.Words for C++, to export DOC to DOT. This API provides a comprehensive...

    products.aspose.com/total/cpp/conversion/svg-to...
  5. MeasurementUnits enumeration | Aspose.Words for...

    aspose.words.MeasurementUnits enumeration. Specifies the unit of measurement.... doc = aw . Document ( file_name =...is_strict_schema11 = export_to_odt_11_specs doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_ScaleCrop method. Indicates whether Document thumbnail is cropped or scaled to fit the display in C++.... auto doc = System :: MakeObject < Aspose...properties.docx" ); ASSERT_TRUE ( doc -> get_BuiltInDocumentPrope ()...

    reference.aspose.com/words/cpp/aspose.words.pro...
  7. Გადაიყვანეთ DOC EPUB Javascript

    გადაიყვანეთ Doc EPUB JavaScript ფორმატში კოდით. შეინახეთ Doc როგორც EPUB JavaScript....გადაიყვანეთ DOC EPUB JavaScript ში Მაღალი სიჩქარით Node.js ბიბლიოთეკა...კონვერტაცია DOC to EPUB Პროგრამულად გადააკეთეთ DOC EPUB-ზე Node...

    products.aspose.com/words/ka/nodejs-net/convers...
  8. Find and Replace in PHP|Aspose.Words for .NET

    Using Aspose.Words for .NET in PHP via COM to find and replace text in MS Word Documents in C#....ComHelper" ); $doc = $comHelper -> Open ( $dataDir...$dataDir . "/ReplaceSimple.doc" ); // Check the text of the document...

    docs.aspose.com/words/net/find-and-replace-in-php/
  9. 使用 Visual Brush | C++

    如何使用 XPS 文件的 Visual Brush 是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能。...Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/page/zh/cpp/xps/working-with-vi...
  10. Row.EnsureMinimum | Aspose.Words for .NET

    Discover the Row EnsureMinimum method, effortlessly create and append a Cell when none exist, enhancing your data structure management....Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); Row row =...

    reference.aspose.com/words/net/aspose.words.tab...