Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 165,470 for

doc

(0.11 sec)
  1. WebExtensionBinding constructor | Aspose.Words ...

    WebExtensionBinding constructor. Creates web extension binding with specified parameters.... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldTC.text property | Aspose.Words for Python

    FieldTC.text property. Gets or sets the text of the entry....field_toc_entry_identifier (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a TOC field, which will...

    reference.aspose.com/words/python-net/aspose.wo...
  3. LoadOptions.convertMetafilesToPng property | As...

    LoadOptions.convertMetafilesToPng property. Gets or sets whether to convert metafile(Wmf or Emf) images to Png image format.... let doc = new aw . Document (); let shape...= new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Settings::HyphenationOptions::ge...

    Aspose::Words::Settings::HyphenationOptions::get_ConsecutiveHyphenLimit method. Gets or sets the maximum number of consecutive lines that can end with hyphens. Default value for this property is 0 in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. Vytvorte Dokument V Jazyku C++

    Vytvorte súbor pomocou knižnice C++. Jednoducho vytvorte nový dokument v C++ v niekoľkých krokoch....vytvoriť dokument vo PDF formátoch, DOC, DOCX, HTML, EPUB a mnohých ďalších...podporovanom formáte – PDF, DOCX, DOC, RTF, ODT, EPUB, HTML a iné....

    products.aspose.com/words/sk/cpp/make/
  6. SaveOptions.Dml3DEffectsRenderingMode | Aspose....

    Discover the SaveOptions Dml3DEffectsRenderingMode property to easily control 3D effect rendering for enhanced visual quality in your applications.... Document doc = new Document ( MyDir + "DrawingML...warningCallback = new RenderCallback (); doc . WarningCallback = warningCallback...

    reference.aspose.com/words/net/aspose.words.sav...
  7. ParagraphFormat.FarEastLineBreakControl | Aspos...

    Discover the ParagraphFormat FarEastLineBreakControl property, enabling East Asian line-breaking rules for precise text formatting in your Documents.... Document doc = new Document ( MyDir + "Document...); ParagraphFormat format = doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/par...
  8. Node.parent_node property | Aspose.Words for Py...

    Node.parent_node property. Gets the immediate parent of this node.... doc = aw . Document () para = doc . first_section...paragraph. run = aw . Run ( doc = doc , text = 'Hello world!' )...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Watermark::SetImage method | Asp...

    Aspose::Words::Watermark::SetImage method. Adds Image watermark into the Document in C++.... auto doc = System :: MakeObject < Aspose...methods to add image watermark. doc -> get_Watermark () -> SetImage...

    reference.aspose.com/words/cpp/aspose.words/wat...
  10. Find and Replace Text in Documents|Aspose.Words...

    Find and replace text or strings. NPOI does not provide an opportunity to find and replace using C#....Document doc = new Document ( "../../data/document.doc" ); // Replaces...'mad' occurrences with 'bad'. doc . Range . Replace ( "document"...

    docs.aspose.com/words/net/find-and-replace-text...